Compare commits
No commits in common. "c397b029633a000455c80579337a1cbca1ab7ff0" and "eba703270aae9af2e601a3ee048655ff7ac9c6a2" have entirely different histories.
c397b02963
...
eba703270a
Binary file not shown.
BIN
keystoneauth1-4.2.1.tar.gz
Normal file
BIN
keystoneauth1-4.2.1.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,12 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
|
|
||||||
%global with_doc 0
|
%global with_doc 1
|
||||||
|
|
||||||
%{!?upstream_version: %global upstream_version %{version}%{?milestone}}
|
%{!?upstream_version: %global upstream_version %{version}%{?milestone}}
|
||||||
|
|
||||||
Name: python-keystoneauth1
|
Name: python-keystoneauth1
|
||||||
Version: 3.17.4
|
Version: 4.2.1
|
||||||
Release: 3
|
Release: 2%{?dist}
|
||||||
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
|
||||||
@ -26,95 +26,37 @@ Summary: Authentication Libarary for OpenStack Identity
|
|||||||
%{?python_provide:%python_provide python3-keystoneauth1}
|
%{?python_provide:%python_provide python3-keystoneauth1}
|
||||||
%{?python_provide:%python_provide python3-keystoneauth}
|
%{?python_provide:%python_provide python3-keystoneauth}
|
||||||
|
|
||||||
# Base build requires
|
BuildRequires: git
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-pbr
|
BuildRequires: python3-six
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pbr >= 2.0.0
|
||||||
BuildRequires: python3-wheel
|
|
||||||
# General requires
|
# test requires
|
||||||
BuildRequires: python3-iso8601
|
BuildRequires: python3-betamax >= 0.7.0
|
||||||
BuildRequires: python3-os-service-types
|
BuildRequires: python3-fixtures >= 1.3.1
|
||||||
BuildRequires: python3-requests
|
BuildRequires: python3-mock
|
||||||
BuildRequires: python3-six
|
BuildRequires: python3-oslotest
|
||||||
BuildRequires: python3-stevedore
|
BuildRequires: python3-oslo-config
|
||||||
BuildRequires: python3-betamax
|
BuildRequires: python3-oslo-utils
|
||||||
BuildRequires: python3-fixtures
|
BuildRequires: python3-stestr
|
||||||
BuildRequires: python3-mock
|
BuildRequires: python3-oauthlib
|
||||||
BuildRequires: python3-requests-kerberos
|
BuildRequires: python3-requests
|
||||||
BuildRequires: python3-oauthlib
|
BuildRequires: python3-os-service-types
|
||||||
BuildRequires: python3-lxml
|
BuildRequires: python3-stevedore
|
||||||
# Tests running requires
|
BuildRequires: python3-iso8601
|
||||||
BuildRequires: python3-pyyaml
|
BuildRequires: python3-requests-mock >= 1.1
|
||||||
BuildRequires: python3-bandit
|
|
||||||
BuildRequires: python3-betamax
|
BuildRequires: python3-PyYAML
|
||||||
BuildRequires: python3-coverage
|
BuildRequires: python3-lxml
|
||||||
BuildRequires: python3-fixtures
|
BuildRequires: python3-requests-kerberos
|
||||||
BuildRequires: python3-flake8-docstrings
|
|
||||||
BuildRequires: python3-hacking
|
Requires: python3-iso8601 >= 0.1.11
|
||||||
BuildRequires: python3-lxml
|
Requires: python3-os-service-types >= 1.2.0
|
||||||
BuildRequires: python3-mock
|
Requires: python3-pbr >= 2.0.0
|
||||||
BuildRequires: python3-oauthlib
|
Requires: python3-requests >= 2.14.2
|
||||||
BuildRequires: python3-openstackdocstheme
|
Requires: python3-six => 1.10.0
|
||||||
BuildRequires: python3-oslo-config
|
Requires: python3-stevedore >= 1.20.0
|
||||||
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
|
%description -n python3-keystoneauth1
|
||||||
Keystoneauth provides a standard way to do authentication and service requests \
|
Keystoneauth provides a standard way to do authentication and service requests \
|
||||||
@ -134,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}
|
%autosetup -n keystoneauth1-%{upstream_version} -S git
|
||||||
|
|
||||||
sed -i '/sphinx.ext.intersphinx.*$/d' doc/source/conf.py
|
sed -i '/sphinx.ext.intersphinx.*$/d' doc/source/conf.py
|
||||||
|
|
||||||
@ -161,8 +103,8 @@ sphinx-build-3 -b html -d doc/build/doctrees doc/source doc/build/html
|
|||||||
rm -rf doc/build/html/.buildinfo
|
rm -rf doc/build/html/.buildinfo
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#%check
|
%check
|
||||||
#PYTHON=%{__python3} stestr-3 run
|
PYTHON=%{__python3} stestr-3 run
|
||||||
|
|
||||||
%files -n python3-keystoneauth1
|
%files -n python3-keystoneauth1
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
@ -177,9 +119,7 @@ rm -rf doc/build/html/.buildinfo
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Nov 10 2021 wangxiyuan <wangxiyuan@huawei.com> -3.17.4-3
|
* Tue Jan 05 2021 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Close doc build
|
- Package Spec generated
|
||||||
* 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