diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-bleak.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /bleak-0.20.1.tar.gz +/bleak-0.20.2.tar.gz diff --git a/python-bleak.spec b/python-bleak.spec index c79198c..f60633a 100644 --- a/python-bleak.spec +++ b/python-bleak.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-bleak -Version: 0.20.1 +Version: 0.20.2 Release: 1 Summary: Bluetooth Low Energy platform Agnostic Klient License: MIT URL: https://github.com/hbldh/bleak -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d4/54/d89f045b87e995fd854d505ff368f1c77b43243e8610655929f617a28c89/bleak-0.20.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/87/95/a6f614fae12a6fe1cf517f8600004dd6abd4af0e0e1177c03164d0637e81/bleak-0.20.2.tar.gz BuildArch: noarch Requires: python3-async-timeout @@ -35,7 +35,7 @@ Provides: python3-bleak-doc %prep -%autosetup -n bleak-0.20.1 +%autosetup -n bleak-0.20.2 %build %py3_build @@ -75,5 +75,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.20.1-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 0.20.2-1 - Package Spec generated @@ -1 +1 @@ -711929bcb3ec2286724d845cdeed9869 bleak-0.20.1.tar.gz +97e2987748f1def21e1910a258027c17 bleak-0.20.2.tar.gz |