diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 13:07:55 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 13:07:55 +0000 |
commit | 2df78a2b4752bf886b2e3d1e0691f43f8e85389b (patch) | |
tree | 9d6dba247ec5f59e7ab53e7bf1791eeefb445967 | |
parent | 21afb3e1f0654f52d279db83d805057c3a93456f (diff) |
automatic import of python-aioshellyopeneuler20.03
-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 |