summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 16:32:13 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 16:32:13 +0000
commite05ee9c38ef4be047553cd9095413cc71e84dcfa (patch)
tree192610854e85fa8d74a72993ef1ebf3340dbe2a1
parent54afa000644ce22044d3f758a2a74d1546e56915 (diff)
automatic import of python-adafruit-circuitpython-pca9685openeuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-adafruit-circuitpython-pca9685.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index b46c67e..5d86eb3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/adafruit-circuitpython-pca9685-3.4.8.tar.gz
+/adafruit-circuitpython-pca9685-3.4.9.tar.gz
diff --git a/python-adafruit-circuitpython-pca9685.spec b/python-adafruit-circuitpython-pca9685.spec
index 5fcd90b..d163c9d 100644
--- a/python-adafruit-circuitpython-pca9685.spec
+++ b/python-adafruit-circuitpython-pca9685.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-adafruit-circuitpython-pca9685
-Version: 3.4.8
+Version: 3.4.9
Release: 1
Summary: CircuitPython driver for motor, stepper, and servo based on PCA9685.
License: MIT
URL: https://github.com/adafruit/Adafruit_CircuitPython_PCA9685
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/89/af/47a807e32aef1b428ee594be9ab6287b2bc03dddaa8dc5940bd44ce53461/adafruit-circuitpython-pca9685-3.4.8.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/8d/06/225d209f2531b7d47777b04e2517f0c89c99c78a4be27bca3bdd388f7a86/adafruit-circuitpython-pca9685-3.4.9.tar.gz
BuildArch: noarch
Requires: python3-Adafruit-Blinka
@@ -31,7 +31,7 @@ Provides: python3-adafruit-circuitpython-pca9685-doc
Driver for the PCA9685, a 16-channel, 12-bit PWM chip
%prep
-%autosetup -n adafruit-circuitpython-pca9685-3.4.8
+%autosetup -n adafruit-circuitpython-pca9685-3.4.9
%build
%py3_build
@@ -45,20 +45,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
if [ -d usr/lib ]; then
- find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/lib64 ]; then
- find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/bin ]; then
- find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/sbin ]; then
- find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
touch doclist.lst
if [ -d usr/share/man ]; then
- find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+ find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
@@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 17 2023 Python_Bot <Python_Bot@openeuler.org> - 3.4.8-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.4.9-1
- Package Spec generated
diff --git a/sources b/sources
index 98f4fc4..c3c0d25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ffd53cd01ac152c8596655672548c702 adafruit-circuitpython-pca9685-3.4.8.tar.gz
+a2e2bd823cc115c8039824f889d3489c adafruit-circuitpython-pca9685-3.4.9.tar.gz