diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-07 03:47:57 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-07 03:47:57 +0000 |
commit | b163096a4d8dfd4edd6f95297c29ee0df1467d21 (patch) | |
tree | 2029ed7e20b3d4f760951d9c09b0a31c7989d54f | |
parent | bf7052766ce69aae972e9e54fbb43d87e7b721be (diff) |
automatic import of python-bodhi-client
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-bodhi-client.spec | 9 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 5 deletions
@@ -1 +1,2 @@ /bodhi_client-7.0.1.tar.gz +/bodhi_client-7.1.1.tar.gz diff --git a/python-bodhi-client.spec b/python-bodhi-client.spec index 90075de..6c98a7b 100644 --- a/python-bodhi-client.spec +++ b/python-bodhi-client.spec @@ -1,17 +1,18 @@ %global _empty_manifest_terminate_build 0 Name: python-bodhi-client -Version: 7.0.1 +Version: 7.1.1 Release: 1 Summary: Bodhi client License: GPL-2.0-or-later URL: https://bodhi.fedoraproject.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/06/41/760bd4781e85263dbad1ab0cfcd7c21dc4c1db72726fdc9257c00ff926dd/bodhi_client-7.0.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2b/21/5d8e8b67b415142cee7df120c31094b00a32e33912f0e201147526023e11/bodhi_client-7.1.1.tar.gz BuildArch: noarch Requires: python3-authlib Requires: python3-click Requires: python3-koji Requires: python3-munch +Requires: python3-requests Requires: python3-requests-kerberos %description @@ -33,7 +34,7 @@ Provides: python3-bodhi-client-doc %prep -%autosetup -n bodhi-client-7.0.1 +%autosetup -n bodhi-client-7.1.1 %build %py3_build @@ -73,5 +74,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Mar 08 2023 Python_Bot <Python_Bot@openeuler.org> - 7.0.1-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 7.1.1-1 - Package Spec generated @@ -1 +1 @@ -2186a09f56c776ef31820ea504e96bae bodhi_client-7.0.1.tar.gz +4b3dd707419604915c865a787afd02f8 bodhi_client-7.1.1.tar.gz |