diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-aioshelly.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /aioshelly-5.3.1.tar.gz +/aioshelly-5.3.2.tar.gz diff --git a/python-aioshelly.spec b/python-aioshelly.spec index 959fa02..dbb5826 100644 --- a/python-aioshelly.spec +++ b/python-aioshelly.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-aioshelly -Version: 5.3.1 +Version: 5.3.2 Release: 1 Summary: Asynchronous library to control Shelly devices. License: Apache License 2.0 URL: https://github.com/home-assistant-libs/aioshelly -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/09/97/83984e757775b1222f058fd2aa9fab1aa7feed5a20d2dbe12fabeef6aa3c/aioshelly-5.3.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/64/35/24efee799d88d0c7e80e703b14dfc9dbac838eb8f9d6b2ed047092935004/aioshelly-5.3.2.tar.gz BuildArch: noarch Requires: python3-bluetooth-data-tools @@ -436,7 +436,7 @@ Object hierarchy and property/method names should match the [Shelly API](https:/ %prep -%autosetup -n aioshelly-5.3.1 +%autosetup -n aioshelly-5.3.2 %build %py3_build @@ -476,5 +476,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 5.3.1-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 5.3.2-1 - Package Spec generated @@ -1 +1 @@ -b46780ad4b077496f74f2907c9f200c5 aioshelly-5.3.1.tar.gz +555792d518590d43188bb363dbd5d2fc aioshelly-5.3.2.tar.gz |