Compare commits
10 Commits
eba703270a
...
c397b02963
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c397b02963 | ||
|
|
d639df056f | ||
|
|
e3d4ea782d | ||
|
|
940e8ab55b | ||
|
|
7f24d87cca | ||
|
|
1e77bd3e8d | ||
|
|
e2dc454d9f | ||
|
|
db59194989 | ||
|
|
4c985d0ad8 | ||
|
|
ee804bbedd |
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.
@ -1,12 +1,12 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
|
||||
%global with_doc 1
|
||||
%global with_doc 0
|
||||
|
||||
%{!?upstream_version: %global upstream_version %{version}%{?milestone}}
|
||||
|
||||
Name: python-keystoneauth1
|
||||
Version: 4.2.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.17.4
|
||||
Release: 3
|
||||
Summary: Authentication Library for OpenStack Clients
|
||||
License: ASL 2.0
|
||||
URL: https://pypi.io/pypi/keystoneauth1
|
||||
@ -26,37 +26,95 @@ 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
|
||||
|
||||
# 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-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-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-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 \
|
||||
@ -76,7 +134,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
|
||||
|
||||
@ -103,8 +161,8 @@ sphinx-build-3 -b html -d doc/build/doctrees doc/source doc/build/html
|
||||
rm -rf doc/build/html/.buildinfo
|
||||
%endif
|
||||
|
||||
%check
|
||||
PYTHON=%{__python3} stestr-3 run
|
||||
#%check
|
||||
#PYTHON=%{__python3} stestr-3 run
|
||||
|
||||
%files -n python3-keystoneauth1
|
||||
%doc README.rst
|
||||
@ -119,7 +177,9 @@ PYTHON=%{__python3} stestr-3 run
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jan 05 2021 Python_Bot <Python_Bot@openeuler.org>
|
||||
- Package Spec generated
|
||||
|
||||
|
||||
* Wed Nov 10 2021 wangxiyuan <wangxiyuan@huawei.com> -3.17.4-3
|
||||
- Close doc build
|
||||
* Wed Nov 10 2021 wangxiyuan <wangxiyuan@huawei.com> -3.17.4-2
|
||||
- Remove check part
|
||||
* 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