diff --git a/python-zaqarclient-2.1.0.tar.gz b/python-zaqarclient-2.1.0.tar.gz deleted file mode 100644 index 2f8bd92bb11891a3a1ca9d5b0ba26f6bd5093259..0000000000000000000000000000000000000000 Binary files a/python-zaqarclient-2.1.0.tar.gz and /dev/null differ diff --git a/python-zaqarclient-2.3.0.tar.gz b/python-zaqarclient-2.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..42bd2d3a4c6a2bbdadd4661d3c382111573d3651 Binary files /dev/null and b/python-zaqarclient-2.3.0.tar.gz differ diff --git a/python-zaqarclient.spec b/python-zaqarclient.spec index 2ff660c013de87e5a4897e3c35967a969012eafb..d2c4f5d31da941348c91e05e01bd678e679d195a 100644 --- a/python-zaqarclient.spec +++ b/python-zaqarclient.spec @@ -1,11 +1,12 @@ %global _empty_manifest_terminate_build 0 Name: python-zaqarclient -Version: 2.1.0 +Version: 2.3.0 Release: 1 Summary: Client Library for OpenStack Zaqar Messaging API License: Apache-2.0 URL: https://docs.openstack.org/python-zaqarclient/latest/ -Source0: https://files.pythonhosted.org/packages/0b/8a/a5257e3dcc1557648ac6c62e943fa5704f2f7bfe1e97c0aad17023076300/python-zaqarclient-2.1.0.tar.gz +#Source0: https://files.pythonhosted.org/packages/0b/8a/a5257e3dcc1557648ac6c62e943fa5704f2f7bfe1e97c0aad17023076300/python-zaqarclient-2.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/23/cb/263988eb1bf65ca7bf5ea648dab4b7d4be063d55be6ef5593845f571c7be/python-zaqarclient-2.3.0.tar.gz BuildArch: noarch %description Client Library for OpenStack Zaqar Messaging API @@ -55,7 +56,7 @@ Provides: python3-zaqarclient-doc Client Library for OpenStack Zaqar Messaging API %prep -%autosetup -n python-zaqarclient-2.1.0 +%autosetup -n python-zaqarclient-%{version} %build %py3_build @@ -100,5 +101,8 @@ pytest %{_docdir}/* %changelog +* Sun Jul 24 2022 liksh - 2.3.0-1 +- Upgrade to 2.3.0 for openstack yoga + * Thu Aug 05 2021 OpenStack_SIG - 2.1.0-1 - Package Spec generate