diff options
Diffstat (limited to 'python-pytapo.spec')
-rw-r--r-- | python-pytapo.spec | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/python-pytapo.spec b/python-pytapo.spec index 55fd272..e49fef0 100644 --- a/python-pytapo.spec +++ b/python-pytapo.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pytapo -Version: 3.1.7 +Version: 3.1.12 Release: 1 Summary: Python library for communication with Tapo Cameras License: MIT URL: https://github.com/JurajNyiri/pytapo -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/15/93/54063bd6429735c424ba21900e79403b6f15b69ea70fd99be902b89e98dc/pytapo-3.1.7.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d4/e1/a1e3dd32a36eb2a81a11fbda56ff5abb8db801f3de3a87a07b54bc288164/pytapo-3.1.12.tar.gz BuildArch: noarch Requires: python3-requests @@ -135,6 +135,8 @@ Author does not guarantee functionality of this library and is not responsible f All product names, trademarks and registered trademarks in this repository, are property of their respective owners. + + %package -n python3-pytapo Summary: Python library for communication with Tapo Cameras Provides: python-pytapo @@ -263,6 +265,8 @@ Author does not guarantee functionality of this library and is not responsible f All product names, trademarks and registered trademarks in this repository, are property of their respective owners. + + %package help Summary: Development documents and examples for pytapo Provides: python3-pytapo-doc @@ -388,8 +392,10 @@ Author does not guarantee functionality of this library and is not responsible f All product names, trademarks and registered trademarks in this repository, are property of their respective owners. + + %prep -%autosetup -n pytapo-3.1.7 +%autosetup -n pytapo-3.1.12 %build %py3_build @@ -429,5 +435,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.7-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.12-1 - Package Spec generated |