diff --git a/python-openstackclient-5.4.0.tar.gz b/python-openstackclient-5.4.0.tar.gz deleted file mode 100644 index 549978de315825f99ecb80d4d202f66391833a68..0000000000000000000000000000000000000000 Binary files a/python-openstackclient-5.4.0.tar.gz and /dev/null differ diff --git a/python-openstackclient-5.5.0.tar.gz b/python-openstackclient-5.5.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e797017005bb4f1c0a33f3bf42ad28c22f69bcb0 Binary files /dev/null and b/python-openstackclient-5.5.0.tar.gz differ diff --git a/python-openstackclient.spec b/python-openstackclient.spec index bd7213d7bd2f77292c1913e88dd2ca73142e9b9c..90a8470b26edf45af718f380249d690d03e5c593 100644 --- a/python-openstackclient.spec +++ b/python-openstackclient.spec @@ -3,8 +3,8 @@ %global with_doc 1 Name: python-openstackclient -Version: 5.4.0 -Release: 2 +Version: 5.5.0 +Release: 1 Summary: OpenStack Command-line Client License: Apache-2.0 URL: http://launchpad.net/%{name} @@ -20,7 +20,6 @@ python-openstackclient is a unified command-line client for the OpenStack APIs. %package -n python3-openstackclient Summary: OpenStack Command-line Client %{?python_provide:%python_provide python3-openstackclient} -Obsoletes: python2-openstackclient < %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -49,19 +48,19 @@ BuildRequires: python3-openstacksdk BuildRequires: python3-ddt Requires: python3-pbr -Requires: python3-openstacksdk >= 0.48.0 -Requires: python3-oslo-i18n >= 3.15.3 -Requires: python3-oslo-utils >= 3.33.0 -Requires: python3-keystoneclient >= 1:3.22.0 -Requires: python3-novaclient >= 1:15.1.0 -Requires: python3-cinderclient >= 3.3.0 -Requires: python3-neutronclient >= 6.7.0 -Requires: python3-six >= 1.10.0 -Requires: python3-osc-lib >= 2.0.0 +Requires: python3-openstacksdk +Requires: python3-oslo-i18n +Requires: python3-oslo-utils +Requires: python3-keystoneclient +Requires: python3-novaclient +Requires: python3-cinderclient +Requires: python3-neutronclient +Requires: python3-six +Requires: python3-osc-lib Requires: python3-cliff Requires: python-openstackclient-lang = %{version}-%{release} -Requires: python3-stevedore >= 2.0.1 +Requires: python3-stevedore %description -n python3-openstackclient @@ -90,7 +89,7 @@ Translation files for Openstackclient %prep -%autosetup -n %{name}-%{upstream_version} -S git +%autosetup -n %{name}-%{upstream_version} %py_req_cleanup @@ -144,5 +143,7 @@ stestr run %license LICENSE %changelog +* Wed Aug 4 2021 huangtianhua 5.5.0-1 +- Upgrade to 5.5.0 * Sat Jan 30 2021 zhangy - spec generated