diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:12:59 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:12:59 +0000 |
commit | fb4cb281cf069be4c75ab13fccc3e4b125874d0d (patch) | |
tree | 2219b95a3b37b781de39d51d911719bf0168b952 | |
parent | 5ea8e2df9e31282e6a8a1945211180216d1851ac (diff) |
automatic import of python-adafruit-circuitpython-bleopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-adafruit-circuitpython-ble.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /adafruit-circuitpython-ble-10.0.1.tar.gz +/adafruit-circuitpython-ble-10.0.3.tar.gz diff --git a/python-adafruit-circuitpython-ble.spec b/python-adafruit-circuitpython-ble.spec index 6510717..94883a7 100644 --- a/python-adafruit-circuitpython-ble.spec +++ b/python-adafruit-circuitpython-ble.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-adafruit-circuitpython-ble -Version: 10.0.1 +Version: 10.0.3 Release: 1 Summary: Bluetooth Low Energy (BLE) library for CircuitPython License: MIT URL: https://github.com/adafruit/Adafruit_CircuitPython_BLE -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1c/b5/2c9a1841c54baa0584219b6c5e8c571a852a840c51af7201b1311dd97da5/adafruit-circuitpython-ble-10.0.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/71/ad/8ca5a7567b0671404a9a4465e1b78a79e3abbdce7002dc764152513b570a/adafruit-circuitpython-ble-10.0.3.tar.gz BuildArch: noarch Requires: python3-Adafruit-Blinka @@ -35,7 +35,7 @@ This module provides higher-level BLE (Bluetooth Low Energy) functionality, building on the native `_bleio` module. %prep -%autosetup -n adafruit-circuitpython-ble-10.0.1 +%autosetup -n adafruit-circuitpython-ble-10.0.3 %build %py3_build @@ -49,20 +49,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 . @@ -75,5 +75,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 10.0.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 10.0.3-1 - Package Spec generated @@ -1 +1 @@ -e19c62cbd93c8eecb9322cbc90651bf5 adafruit-circuitpython-ble-10.0.1.tar.gz +5436bbf922a59924e5749cef03f82f8f adafruit-circuitpython-ble-10.0.3.tar.gz |