diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:16:54 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:16:54 +0000 |
commit | 19997f38740bcced3b95614b6e101de6c59c163a (patch) | |
tree | 3b6ed0f161620841cf8ee4af68a80ae050ab9514 | |
parent | 7524f3ca4166dfaa744941dafaf84dae09551681 (diff) |
automatic import of python-adafruit-circuitpython-rgb-displayopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-adafruit-circuitpython-rgb-display.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /adafruit-circuitpython-rgb-display-3.11.2.tar.gz +/adafruit-circuitpython-rgb-display-3.11.3.tar.gz diff --git a/python-adafruit-circuitpython-rgb-display.spec b/python-adafruit-circuitpython-rgb-display.spec index 69247be..4b76b24 100644 --- a/python-adafruit-circuitpython-rgb-display.spec +++ b/python-adafruit-circuitpython-rgb-display.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-adafruit-circuitpython-rgb-display -Version: 3.11.2 +Version: 3.11.3 Release: 1 Summary: CircuitPython library for RGB displays. License: MIT URL: https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b4/60/a56d63fc9abc6eab7ff51be2184efede311a5e740af7f1e120fcae4cec20/adafruit-circuitpython-rgb-display-3.11.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/9d/f8/f5252ec65b3c752bb7c0d4eb82e7b84cf594539ed50ba82db2a7f8536b3b/adafruit-circuitpython-rgb-display-3.11.3.tar.gz BuildArch: noarch Requires: python3-Adafruit-Blinka @@ -33,7 +33,7 @@ Port of display drivers from https://github.com/adafruit/micropython-adafruit-rg This CircuitPython driver currently supports displays that use the following display-driver chips: HX8353, HX8357, ILI9341, S6D02A1, ST7789, SSD1331, SSD1351, and ST7735 (including variants ST7735R and ST7735S). %prep -%autosetup -n adafruit-circuitpython-rgb-display-3.11.2 +%autosetup -n adafruit-circuitpython-rgb-display-3.11.3 %build %py3_build @@ -47,20 +47,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 . @@ -73,5 +73,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 3.11.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.11.3-1 - Package Spec generated @@ -1 +1 @@ -dfd623a3e9f2526c4d94bc5631d99c88 adafruit-circuitpython-rgb-display-3.11.2.tar.gz +aa78dca2ab8ce10344cdbf43fb1a55fc adafruit-circuitpython-rgb-display-3.11.3.tar.gz |