diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-adafruit-blinka.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /Adafruit-Blinka-8.18.0.tar.gz +/Adafruit-Blinka-8.18.1.tar.gz diff --git a/python-adafruit-blinka.spec b/python-adafruit-blinka.spec index 8a29f1f..f3f4262 100644 --- a/python-adafruit-blinka.spec +++ b/python-adafruit-blinka.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-Adafruit-Blinka -Version: 8.18.0 +Version: 8.18.1 Release: 1 Summary: CircuitPython APIs for non-CircuitPython versions of Python such as CPython on Linux and MicroPython. License: MIT URL: https://github.com/adafruit/Adafruit_Blinka -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/84/b2/e511420af390f72be4e49e30687625485181002a4b312e41ef09385fe607/Adafruit-Blinka-8.18.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b8/e3/435665cd40a9d007d4dd0e31e494418d413395ac3951a671ceae66291b1e/Adafruit-Blinka-8.18.1.tar.gz BuildArch: noarch Requires: python3-Adafruit-PlatformDetect @@ -80,7 +80,7 @@ For details, see the `Blinka API reference <https://circuitpython.readthedocs.io/projects/blinka/en/latest/index.html>`_. %prep -%autosetup -n Adafruit-Blinka-8.18.0 +%autosetup -n Adafruit-Blinka-8.18.1 %build %py3_build @@ -120,5 +120,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 8.18.0-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 8.18.1-1 - Package Spec generated @@ -1 +1 @@ -a27a89fbd75353ded6055ba1301a528f Adafruit-Blinka-8.18.0.tar.gz +ae6bda83748cfeab6720eccf251a1294 Adafruit-Blinka-8.18.1.tar.gz |