diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 15:27:05 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 15:27:05 +0000 |
commit | c943ecce59f07430e43700b8e8901cf67099b41b (patch) | |
tree | 78aacbe8aab30e0065b6eefa15b0b36fc2a85bd4 | |
parent | 0c6e312fd3419f08bee695c5d323dd0e4cb18e67 (diff) |
automatic import of python-zigpyopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-zigpy.spec | 9 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 5 deletions
@@ -1 +1,2 @@ /zigpy-0.54.0.tar.gz +/zigpy-0.54.1.tar.gz diff --git a/python-zigpy.spec b/python-zigpy.spec index c15454b..73a59f4 100644 --- a/python-zigpy.spec +++ b/python-zigpy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-zigpy -Version: 0.54.0 +Version: 0.54.1 Release: 1 Summary: Library implementing a ZigBee stack License: GPL-3.0 URL: https://github.com/zigpy/zigpy -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4c/2a/e034f482ef4827c19b805d66d927dc3e61123175eb62df5534847845d443/zigpy-0.54.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5c/27/852d2566f78d112e89295245387267be7eb3e89c94a1229571560ce24971/zigpy-0.54.1.tar.gz BuildArch: noarch Requires: python3-attrs @@ -17,6 +17,7 @@ Requires: python3-cryptography Requires: python3-voluptuous Requires: python3-pyserial-asyncio Requires: python3-pyserial-asyncio +Requires: python3-async-timeout Requires: python3-importlib-resources %description @@ -245,7 +246,7 @@ Packages of tagged versions of the radio libraries are released via separate pro %prep -%autosetup -n zigpy-0.54.0 +%autosetup -n zigpy-0.54.1 %build %py3_build @@ -285,5 +286,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.54.0-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 0.54.1-1 - Package Spec generated @@ -1 +1 @@ -55951361e534381023a30b01ec6a70b0 zigpy-0.54.0.tar.gz +4939e692e69b07696182e925ac095178 zigpy-0.54.1.tar.gz |