diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:01:58 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:01:58 +0000 |
commit | 62c67eb4a1d37101353893dbba144391edcc7193 (patch) | |
tree | 102aa82568174556b041b470e511f57bb0604e18 | |
parent | 1655aa491ad08f019c37b1039a53a81150d18ff3 (diff) |
automatic import of python-adafruit-circuitpython-ssd1306openeuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-adafruit-circuitpython-ssd1306.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /adafruit-circuitpython-ssd1306-2.12.12.tar.gz +/adafruit-circuitpython-ssd1306-2.12.13.tar.gz diff --git a/python-adafruit-circuitpython-ssd1306.spec b/python-adafruit-circuitpython-ssd1306.spec index 746d26b..3636fd6 100644 --- a/python-adafruit-circuitpython-ssd1306.spec +++ b/python-adafruit-circuitpython-ssd1306.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-adafruit-circuitpython-ssd1306 -Version: 2.12.12 +Version: 2.12.13 Release: 1 Summary: CircuitPython library for SSD1306 OLED displays. License: MIT URL: https://github.com/adafruit/Adafruit_CircuitPython_SSD1306 -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a5/06/6e90cdfcd3d5aa847dd204954dec945b90b3f3f428097b1f95744d5618ab/adafruit-circuitpython-ssd1306-2.12.12.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/80/d1/3bc07146ea471faf02e5bf71d1885974f5ca8ce56bfeb4d18b622716b966/adafruit-circuitpython-ssd1306-2.12.13.tar.gz BuildArch: noarch Requires: python3-Adafruit-Blinka @@ -34,7 +34,7 @@ Adafruit CircuitPython driver for SSD1306 or SSD1305 OLED displays. Note that SS This driver implements the `adafruit_framebuf interface <https://docs.circuitpython.org/projects/framebuf/en/latest/>`__. It is **not** the `displayio` driver for the SSD1306. See the `Adafruit CircuitPython DisplayIO SSD1306 <https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_SSD1306/>`_ driver for `displayio` support. %prep -%autosetup -n adafruit-circuitpython-ssd1306-2.12.12 +%autosetup -n adafruit-circuitpython-ssd1306-2.12.13 %build %py3_build @@ -48,20 +48,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 . @@ -74,5 +74,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 2.12.12-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.12.13-1 - Package Spec generated @@ -1 +1 @@ -e15cc355abcdf98523a8f0126e5d8648 adafruit-circuitpython-ssd1306-2.12.12.tar.gz +a145420327b5dc8146f0a8b38cddf657 adafruit-circuitpython-ssd1306-2.12.13.tar.gz |