diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 02:16:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 02:16:17 +0000 |
commit | 6e896421e9ea1ffdde0c60b6dcec192893867c11 (patch) | |
tree | 84401a9c6f0510d4b456f93a036712ded4cd0cf0 | |
parent | 589050018c236ae3660f421ca147399d9f435663 (diff) |
automatic import of python-aiohomekitopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-aiohomekit.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /aiohomekit-2.6.2.tar.gz +/aiohomekit-2.6.3.tar.gz diff --git a/python-aiohomekit.spec b/python-aiohomekit.spec index 26ddc09..cab07c8 100644 --- a/python-aiohomekit.spec +++ b/python-aiohomekit.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-aiohomekit -Version: 2.6.2 +Version: 2.6.3 Release: 1 Summary: An asyncio HomeKit client License: Apache-2.0 URL: https://github.com/Jc2k/aiohomekit -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/13/22/2caa63e30f066bf60dd8a45d1c57fd37a8e05dbb46a247dc2fd185c42706/aiohomekit-2.6.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/40/66/5762a60b174454e0dd28dbe4e3824154b0da03345d9110a656673df08281/aiohomekit-2.6.3.tar.gz BuildArch: noarch Requires: python3-cryptography @@ -254,7 +254,7 @@ This library wouldn't have been possible without homekit_python, a synchronous i %prep -%autosetup -n aiohomekit-2.6.2 +%autosetup -n aiohomekit-2.6.3 %build %py3_build @@ -294,5 +294,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Mar 07 2023 Python_Bot <Python_Bot@openeuler.org> - 2.6.2-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.6.3-1 - Package Spec generated @@ -1 +1 @@ -da74d1cb8dc1e83eff21537f823e3370 aiohomekit-2.6.2.tar.gz +495284b3ecd0ab0a6fcd764fc88e75b5 aiohomekit-2.6.3.tar.gz |