diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 06:27:55 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 06:27:55 +0000 |
commit | 569536d074be0c7d5dc64316d33ad65e13df094c (patch) | |
tree | 4eed8f8c93c8aae528bed3ed10bc673537206183 | |
parent | d0cfe81f52f2f278f02d1502f485e22e5ef9f076 (diff) |
automatic import of python-zha-quirksopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-zha-quirks.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /zha-quirks-0.0.96.tar.gz +/zha-quirks-0.0.97.tar.gz diff --git a/python-zha-quirks.spec b/python-zha-quirks.spec index c5a1b39..35269c4 100644 --- a/python-zha-quirks.spec +++ b/python-zha-quirks.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-zha-quirks -Version: 0.0.96 +Version: 0.0.97 Release: 1 Summary: Library implementing Zigpy quirks for ZHA in Home Assistant License: Apache License Version 2.0 URL: https://github.com/dmulcahey/zha-device-handlers -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5a/fc/0236c04bd228dc522a22c109bf9248cff801ec27373015427741e95567b6/zha-quirks-0.0.96.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/34/5b/89659de54d84947e91d29de4d8a96c5d416905641c80e14059c27dc1b61e/zha-quirks-0.0.97.tar.gz BuildArch: noarch Requires: python3-zigpy @@ -50,7 +50,7 @@ zigpy_device_from_quirk Create zigpy device from Quirks signature. %prep -%autosetup -n zha-quirks-0.0.96 +%autosetup -n zha-quirks-0.0.97 %build %py3_build @@ -90,5 +90,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.96-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.97-1 - Package Spec generated @@ -1 +1 @@ -bc5de2aa20df6cbb6eb2d3c97a50c8e5 zha-quirks-0.0.96.tar.gz +4f7cd63133445b366b04e0f8a04a417d zha-quirks-0.0.97.tar.gz |