summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 14:45:24 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 14:45:24 +0000
commit0dd502eb086d9987564ab0051c0f297c3295e48d (patch)
treec5ba4757b1dfed7f2a29272e32c37c1c6a95b55f
parent427129198a497e81dfc0f2a3e879836149e0609e (diff)
automatic import of python-adafruit-circuitpython-framebufopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-adafruit-circuitpython-framebuf.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index bc207a8..98724d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/adafruit-circuitpython-framebuf-1.6.1.tar.gz
+/adafruit-circuitpython-framebuf-1.6.3.tar.gz
diff --git a/python-adafruit-circuitpython-framebuf.spec b/python-adafruit-circuitpython-framebuf.spec
index c886532..fcd0794 100644
--- a/python-adafruit-circuitpython-framebuf.spec
+++ b/python-adafruit-circuitpython-framebuf.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-adafruit-circuitpython-framebuf
-Version: 1.6.1
+Version: 1.6.3
Release: 1
Summary: CircuitPython frambuf module, based on the Python frambuf module.
License: MIT
URL: https://github.com/adafruit/Adafruit_CircuitPython_framebuf
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/de/3f/5fc3e9085b67704c58c1b6509adf750b0858a01aa33f4150a1d276c26f5f/adafruit-circuitpython-framebuf-1.6.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/84/0e/71ebdddc59d468d6ab5ee9e4f34a97ed19420fad87d241edfe47a7b5fd02/adafruit-circuitpython-framebuf-1.6.3.tar.gz
BuildArch: noarch
Requires: python3-Adafruit-Blinka
@@ -29,7 +29,7 @@ Provides: python3-adafruit-circuitpython-framebuf-doc
CircuitPython framebuf module, based on the Python framebuf module.
%prep
-%autosetup -n adafruit-circuitpython-framebuf-1.6.1
+%autosetup -n adafruit-circuitpython-framebuf-1.6.3
%build
%py3_build
@@ -43,20 +43,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 .
@@ -69,5 +69,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.6.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.6.3-1
- Package Spec generated
diff --git a/sources b/sources
index 0cdb5fb..6941f8c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b0f34bf300678d8f56410e5a7f622e0d adafruit-circuitpython-framebuf-1.6.1.tar.gz
+31b3c3e2d8f746c9cb96e9daae9cb9de adafruit-circuitpython-framebuf-1.6.3.tar.gz