!12 Init python-keystoneauth1 with 3.17.4 to support OpenStack Train
From: @huangtianhua Reviewed-by: @xiyuanwang Signed-off-by: @xiyuanwang
This commit is contained in:
commit
7f24d87cca
BIN
keystoneauth1-3.17.4.tar.gz
Normal file
BIN
keystoneauth1-3.17.4.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -5,7 +5,7 @@
|
||||
%{!?upstream_version: %global upstream_version %{version}%{?milestone}}
|
||||
|
||||
Name: python-keystoneauth1
|
||||
Version: 4.3.1
|
||||
Version: 3.17.4
|
||||
Release: 1
|
||||
Summary: Authentication Library for OpenStack Clients
|
||||
License: ASL 2.0
|
||||
@ -26,37 +26,98 @@ Summary: Authentication Libarary for OpenStack Identity
|
||||
%{?python_provide:%python_provide python3-keystoneauth1}
|
||||
%{?python_provide:%python_provide python3-keystoneauth}
|
||||
|
||||
BuildRequires: git
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: python3-pbr >= 2.0.0
|
||||
BuildRequires: python3-pip
|
||||
# test requires
|
||||
BuildRequires: python3-betamax >= 0.7.0
|
||||
BuildRequires: python3-fixtures >= 1.3.1
|
||||
BuildRequires: python3-mock
|
||||
BuildRequires: python3-oslotest
|
||||
BuildRequires: python3-oslo-config
|
||||
BuildRequires: python3-oslo-utils
|
||||
BuildRequires: python3-stestr
|
||||
BuildRequires: python3-oauthlib
|
||||
BuildRequires: python3-requests
|
||||
BuildRequires: python3-os-service-types
|
||||
BuildRequires: python3-stevedore
|
||||
BuildRequires: python3-iso8601
|
||||
BuildRequires: python3-requests-mock >= 1.1
|
||||
|
||||
BuildRequires: python3-PyYAML
|
||||
BuildRequires: python3-lxml
|
||||
BuildRequires: python3-requests-kerberos
|
||||
|
||||
Requires: python3-iso8601 >= 0.1.11
|
||||
Requires: python3-os-service-types >= 1.2.0
|
||||
Requires: python3-pbr >= 2.0.0
|
||||
Requires: python3-requests >= 2.14.2
|
||||
Requires: python3-six => 1.10.0
|
||||
Requires: python3-stevedore >= 1.20.0
|
||||
# Base build requires
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pbr
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-wheel
|
||||
# General requires
|
||||
BuildRequires: python3-iso8601
|
||||
BuildRequires: python3-os-service-types
|
||||
BuildRequires: python3-requests
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: python3-stevedore
|
||||
BuildRequires: python3-betamax
|
||||
BuildRequires: python3-fixtures
|
||||
BuildRequires: python3-mock
|
||||
BuildRequires: python3-requests-kerberos
|
||||
BuildRequires: python3-oauthlib
|
||||
BuildRequires: python3-lxml
|
||||
# Tests running requires
|
||||
BuildRequires: python3-pyyaml
|
||||
BuildRequires: python3-bandit
|
||||
BuildRequires: python3-betamax
|
||||
BuildRequires: python3-coverage
|
||||
BuildRequires: python3-fixtures
|
||||
BuildRequires: python3-flake8-docstrings
|
||||
BuildRequires: python3-flake8-import-order
|
||||
BuildRequires: python3-hacking
|
||||
BuildRequires: python3-lxml
|
||||
BuildRequires: python3-mock
|
||||
BuildRequires: python3-oauthlib
|
||||
BuildRequires: python3-openstackdocstheme
|
||||
BuildRequires: python3-oslo-config
|
||||
BuildRequires: python3-oslo-utils
|
||||
BuildRequires: python3-oslotest
|
||||
BuildRequires: python3-reno
|
||||
BuildRequires: python3-requests-kerberos
|
||||
BuildRequires: python3-requests-mock
|
||||
BuildRequires: python3-stestr
|
||||
BuildRequires: python3-testresources
|
||||
BuildRequires: python3-testtools
|
||||
# General requires
|
||||
Requires: python3-iso8601
|
||||
Requires: python3-os-service-types
|
||||
Requires: python3-pbr
|
||||
Requires: python3-requests
|
||||
Requires: python3-six
|
||||
Requires: python3-stevedore
|
||||
Requires: python3-betamax
|
||||
Requires: python3-fixtures
|
||||
Requires: python3-mock
|
||||
Requires: python3-requests-kerberos
|
||||
Requires: python3-oauthlib
|
||||
Requires: python3-lxml
|
||||
# Tests running requires
|
||||
Requires: python3-pyyaml
|
||||
Requires: python3-bandit
|
||||
Requires: python3-betamax
|
||||
Requires: python3-coverage
|
||||
Requires: python3-fixtures
|
||||
Requires: python3-flake8-docstrings
|
||||
Requires: python3-flake8-import-order
|
||||
Requires: python3-hacking
|
||||
Requires: python3-six
|
||||
Requires: python3-stevedore
|
||||
Requires: python3-betamax
|
||||
Requires: python3-fixtures
|
||||
Requires: python3-mock
|
||||
Requires: python3-requests-kerberos
|
||||
Requires: python3-oauthlib
|
||||
Requires: python3-lxml
|
||||
# Tests running requires
|
||||
Requires: python3-pyyaml
|
||||
Requires: python3-bandit
|
||||
Requires: python3-betamax
|
||||
Requires: python3-coverage
|
||||
Requires: python3-fixtures
|
||||
Requires: python3-flake8-docstrings
|
||||
Requires: python3-flake8-import-order
|
||||
Requires: python3-hacking
|
||||
Requires: python3-lxml
|
||||
Requires: python3-mock
|
||||
Requires: python3-oauthlib
|
||||
Requires: python3-openstackdocstheme
|
||||
Requires: python3-oslo-config
|
||||
Requires: python3-oslo-utils
|
||||
Requires: python3-oslotest
|
||||
Requires: python3-reno
|
||||
Requires: python3-requests-kerberos
|
||||
Requires: python3-requests-mock
|
||||
Requires: python3-stestr
|
||||
Requires: python3-testresources
|
||||
Requires: python3-testtools
|
||||
|
||||
%description -n python3-keystoneauth1
|
||||
Keystoneauth provides a standard way to do authentication and service requests \
|
||||
@ -119,11 +180,5 @@ PYTHON=%{__python3} stestr-3 run
|
||||
%endif
|
||||
|
||||
%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>
|
||||
- Add BuildRequires python3-pip
|
||||
* Tue Jan 05 2021 Python_Bot <Python_Bot@openeuler.org>
|
||||
- Package Spec generated
|
||||
|
||||
|
||||
* Tue Nov 09 2021 huangtianhua <huangtianhua@huawei.com> - 3.17.4-1
|
||||
- Init with 3.17.4 to support OpenStack-T
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user