diff options
Diffstat (limited to 'python-bodhi-client.spec')
-rw-r--r-- | python-bodhi-client.spec | 9 |
1 files changed, 5 insertions, 4 deletions
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 |