diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-10 05:43:31 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 05:43:31 +0000 |
commit | a43f4eada2a4242f8ad6c04d786fc862cfd1ee0f (patch) | |
tree | aa43f15140447308e8c755c269ba94b83b2c375c | |
parent | d53af3e7759d403a6b0dd799edded37a5843a0ca (diff) |
automatic import of python-subarulink
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-subarulink.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /subarulink-0.7.5.tar.gz +/subarulink-0.7.6.tar.gz diff --git a/python-subarulink.spec b/python-subarulink.spec index 5684a42..b491086 100644 --- a/python-subarulink.spec +++ b/python-subarulink.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-subarulink -Version: 0.7.5 +Version: 0.7.6 Release: 1 Summary: A package for interacting with Subaru Starlink Remote Services API. License: Apache-2.0 URL: https://github.com/G-Two/subarulink -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9e/e7/0f585913e1bd43857dde3ff37ba94abb5488117969a971815a1b2c934b63/subarulink-0.7.5.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/04/c7/01efa3d8884f708d898f88287bf46ba263b4c1d6ddc261fb9474905c5876/subarulink-0.7.6.tar.gz BuildArch: noarch Requires: python3-aiohttp @@ -339,7 +339,7 @@ Some of the fields that would be useful are always reported back as "UNKNOWN". %prep -%autosetup -n subarulink-0.7.5 +%autosetup -n subarulink-0.7.6 %build %py3_build @@ -379,5 +379,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.5-1 +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.6-1 - Package Spec generated @@ -1 +1 @@ -10fb958c2ec633d9ce06ce1bd4c4e06c subarulink-0.7.5.tar.gz +430d598e3a416e30141e1631bd1ca5bc subarulink-0.7.6.tar.gz |