diff --git a/keystoneauth1-4.2.1.tar.gz b/keystoneauth1-4.2.1.tar.gz deleted file mode 100644 index 5f597efc8b3fab5e69ca72c4c3a74bb6a6cdfe0e..0000000000000000000000000000000000000000 Binary files a/keystoneauth1-4.2.1.tar.gz and /dev/null differ diff --git a/keystoneauth1-4.3.1.tar.gz b/keystoneauth1-4.3.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9f65401a76d34db377dde8e65f62853d7fc27192 Binary files /dev/null and b/keystoneauth1-4.3.1.tar.gz differ diff --git a/python-keystoneauth1.spec b/python-keystoneauth1.spec index 29b0c5a6d8a9639c493f58fabc063806000de4fe..98cfff6b20093fd16b22566c00184a443ce9a6a9 100644 --- a/python-keystoneauth1.spec +++ b/python-keystoneauth1.spec @@ -5,8 +5,8 @@ %{!?upstream_version: %global upstream_version %{version}%{?milestone}} Name: python-keystoneauth1 -Version: 4.2.1 -Release: 3 +Version: 4.3.1 +Release: 1 Summary: Authentication Library for OpenStack Clients License: ASL 2.0 URL: https://pypi.io/pypi/keystoneauth1 @@ -76,7 +76,7 @@ Documentation for OpenStack Identity Authentication Library %prep # Required for tarball sources verification -%autosetup -n keystoneauth1-%{upstream_version} -S git +%autosetup -n keystoneauth1-%{upstream_version} sed -i '/sphinx.ext.intersphinx.*$/d' doc/source/conf.py @@ -119,6 +119,8 @@ PYTHON=%{__python3} stestr-3 run %endif %changelog +* Fri Jul 30 2021 huangtianhua +- Upgrade to 4.3.1 to support OpenStack-W * Wed Jan 20 2021 zhangy1317 - Add BuildRequires python3-pip * Tue Jan 05 2021 Python_Bot