diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-25 09:04:53 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 09:04:53 +0000 |
| commit | cb6dbdbf80505f4a614c5e3fd6e483096ba7e98d (patch) | |
| tree | 847e2bf879204503430e39f6e38e6cebe038b89b | |
| parent | d44f417c657ce08116e56020d6fffe0dc94978d9 (diff) | |
automatic import of python-bellowsopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-bellows.spec | 9 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 5 deletions
@@ -1 +1,2 @@ /bellows-0.35.0.tar.gz +/bellows-0.35.1.tar.gz diff --git a/python-bellows.spec b/python-bellows.spec index c7fb061..8602f2b 100644 --- a/python-bellows.spec +++ b/python-bellows.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-bellows -Version: 0.35.0 +Version: 0.35.1 Release: 1 Summary: Library implementing EZSP License: GPL-3.0 URL: http://github.com/zigpy/bellows -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ff/e4/6dd135e777e96100a9afba8b5b804a525d67bd7dcf598e31e45b602c0809/bellows-0.35.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9d/c7/15a57d1418a16b0832cd4c9b19146ce5cd4e9c432e7d6306fe00984c0fda/bellows-0.35.1.tar.gz BuildArch: noarch Requires: python3-click @@ -13,6 +13,7 @@ Requires: python3-click-log Requires: python3-pure-pcapy3 Requires: python3-voluptuous Requires: python3-zigpy +Requires: python3-async-timeout %description @@ -33,7 +34,7 @@ Provides: python3-bellows-doc %prep -%autosetup -n bellows-0.35.0 +%autosetup -n bellows-0.35.1 %build %py3_build @@ -73,5 +74,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.35.0-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.35.1-1 - Package Spec generated @@ -1 +1 @@ -c16f333beffc9a1683685cc7441dcc28 bellows-0.35.0.tar.gz +00b4bd9533b5c7c0e96ba732c2c1f3fe bellows-0.35.1.tar.gz |
