diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:12:19 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:12:19 +0000 |
commit | a43f747c729f1302d0723d60bfc035ad4ff1f7d9 (patch) | |
tree | f0fd52037aea050a01c961c2c7549794bce19b60 | |
parent | ffba9b71047e2aaf2e32a64f18857d74148e10d1 (diff) |
automatic import of python-adafruit-circuitpython-seesawopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-adafruit-circuitpython-seesaw.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /adafruit-circuitpython-seesaw-1.12.0.tar.gz +/adafruit-circuitpython-seesaw-1.12.1.tar.gz diff --git a/python-adafruit-circuitpython-seesaw.spec b/python-adafruit-circuitpython-seesaw.spec index 2e6ef06..60be59b 100644 --- a/python-adafruit-circuitpython-seesaw.spec +++ b/python-adafruit-circuitpython-seesaw.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-adafruit-circuitpython-seesaw -Version: 1.12.0 +Version: 1.12.1 Release: 1 Summary: CircuitPython library for controlling a SeeSaw helper chip. License: MIT URL: https://github.com/adafruit/Adafruit_CircuitPython_seesaw -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1c/4c/29f0794773a297af9af2703fc470eee84c947b0f2aae4e5cf2a85c797b95/adafruit-circuitpython-seesaw-1.12.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/20/b4/2255d99fddbcd2f909c0e27d04dd2b9e75fa8975aee84597a0230643724e/adafruit-circuitpython-seesaw-1.12.1.tar.gz BuildArch: noarch Requires: python3-Adafruit-Blinka @@ -31,7 +31,7 @@ Provides: python3-adafruit-circuitpython-seesaw-doc CircuitPython module for use with the Adafruit ATSAMD09 seesaw. %prep -%autosetup -n adafruit-circuitpython-seesaw-1.12.0 +%autosetup -n adafruit-circuitpython-seesaw-1.12.1 %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 -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.12.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.12.1-1 - Package Spec generated @@ -1 +1 @@ -be09d1b9e4ce395bee9e4455ca7b9446 adafruit-circuitpython-seesaw-1.12.0.tar.gz +e3448705f73f157d2f7cf7b7fbc777cf adafruit-circuitpython-seesaw-1.12.1.tar.gz |