Upgrade to 4.3.1 to support OpenStack-W

This commit is contained in:
huangtianhua 2021-07-30 08:47:21 +00:00
parent 4c985d0ad8
commit db59194989
3 changed files with 5 additions and 3 deletions

Binary file not shown.

BIN
keystoneauth1-4.3.1.tar.gz Normal file

Binary file not shown.

View File

@ -5,8 +5,8 @@
%{!?upstream_version: %global upstream_version %{version}%{?milestone}} %{!?upstream_version: %global upstream_version %{version}%{?milestone}}
Name: python-keystoneauth1 Name: python-keystoneauth1
Version: 4.2.1 Version: 4.3.1
Release: 3 Release: 1
Summary: Authentication Library for OpenStack Clients Summary: Authentication Library for OpenStack Clients
License: ASL 2.0 License: ASL 2.0
URL: https://pypi.io/pypi/keystoneauth1 URL: https://pypi.io/pypi/keystoneauth1
@ -76,7 +76,7 @@ Documentation for OpenStack Identity Authentication Library
%prep %prep
# Required for tarball sources verification # 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 sed -i '/sphinx.ext.intersphinx.*$/d' doc/source/conf.py
@ -119,6 +119,8 @@ PYTHON=%{__python3} stestr-3 run
%endif %endif
%changelog %changelog
* Fri Jul 30 2021 huangtianhua <huangtianhua@huawei.com>
- Upgrade to 4.3.1 to support OpenStack-W
* Wed Jan 20 2021 zhangy1317 <zhangy1317@foxmail.com> * Wed Jan 20 2021 zhangy1317 <zhangy1317@foxmail.com>
- Add BuildRequires python3-pip - Add BuildRequires python3-pip
* Tue Jan 05 2021 Python_Bot <Python_Bot@openeuler.org> * Tue Jan 05 2021 Python_Bot <Python_Bot@openeuler.org>