diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 02:23:18 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 02:23:18 +0000 |
commit | 26993828b789df027d44fbcac5129965e03349c2 (patch) | |
tree | b321677eabe76efc2cb3d2e9acc7a998440fdc76 | |
parent | a58e632c85c00065103a9dc3c550633ad0388ee7 (diff) |
automatic import of python-aiounifiopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-aiounifi.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /aiounifi-44.tar.gz +/aiounifi-46.tar.gz diff --git a/python-aiounifi.spec b/python-aiounifi.spec index 468a53a..47caccb 100644 --- a/python-aiounifi.spec +++ b/python-aiounifi.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-aiounifi -Version: 44 +Version: 46 Release: 1 Summary: An asynchronous Python library for communicating with UniFi Network Controller API License: MIT URL: https://github.com/Kane610/aiounifi -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/39/c6/1e39caa7701713306f81a5779a1c0adc6cf9881f410bd12e6ca8e59c7840/aiounifi-44.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3e/ab/8ff518f04d6bfa66b847b47950060023486f3b94b26f3e9f357cd4214966/aiounifi-46.tar.gz BuildArch: noarch Requires: python3-aiohttp @@ -31,7 +31,7 @@ Provides: python3-aiounifi-doc %prep -%autosetup -n aiounifi-44 +%autosetup -n aiounifi-46 %build %py3_build @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Mar 07 2023 Python_Bot <Python_Bot@openeuler.org> - 44-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 46-1 - Package Spec generated @@ -1 +1 @@ -5779863c17787d109a47196d68e57cce aiounifi-44.tar.gz +646761f95123015a7fedca8c6effcf92 aiounifi-46.tar.gz |