diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:42:22 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:42:22 +0000 |
commit | c8cef35ccb7810f33644abf586ffc410dc4b81e7 (patch) | |
tree | a45a476fcfaa617a108277c7d9477131b46322ec | |
parent | 496d0b0b69b60be9e175ff2479b89928f31bbebd (diff) |
automatic import of python-adafruit-circuitpython-motoropeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-adafruit-circuitpython-motor.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /adafruit-circuitpython-motor-3.4.9.tar.gz +/adafruit-circuitpython-motor-3.4.11.tar.gz diff --git a/python-adafruit-circuitpython-motor.spec b/python-adafruit-circuitpython-motor.spec index c44c0c0..c81bf37 100644 --- a/python-adafruit-circuitpython-motor.spec +++ b/python-adafruit-circuitpython-motor.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-adafruit-circuitpython-motor -Version: 3.4.9 +Version: 3.4.11 Release: 1 Summary: CircuitPython helper library provides higher level objects to control motors and servos. License: MIT URL: https://github.com/adafruit/Adafruit_CircuitPython_Motor -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1a/fc/3df3b749af94ca2db116fd9cf810af3faa73fe65e46b5e7fb770d58ca990/adafruit-circuitpython-motor-3.4.9.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/b7/a0/565c72741d26f24fc8544eed05ab30a0c1f5e2677af0e7d3933fc6f97dd0/adafruit-circuitpython-motor-3.4.11.tar.gz BuildArch: noarch Requires: python3-Adafruit-Blinka @@ -42,7 +42,7 @@ frequency has already been configured appropriately. (Typically 50hz for servos motors.) %prep -%autosetup -n adafruit-circuitpython-motor-3.4.9 +%autosetup -n adafruit-circuitpython-motor-3.4.11 %build %py3_build @@ -56,20 +56,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 . @@ -82,5 +82,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 3.4.9-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.4.11-1 - Package Spec generated @@ -1 +1 @@ -abd47d0e3c40ca16a968ea2ae288aad3 adafruit-circuitpython-motor-3.4.9.tar.gz +5dfc1cd54e2321a35e1bde28366dd925 adafruit-circuitpython-motor-3.4.11.tar.gz |