# Macros for py2/py3 compatibility %if 0%{?fedora} || 0%{?rhel} > 7 %global pyver %{python3_pkgversion} %else %global pyver 2 %endif %global pyver_bin python%{pyver} %global pyver_sitelib %python%{pyver}_sitelib %global pyver_install %py%{pyver}_install %global pyver_build %py%{pyver}_build # End of macros for py2/py3 compatibility %global pypi_name keystoneauth1 %global common_desc \ Keystoneauth provides a standard way to do authentication and service requests \ within the OpenStack ecosystem. It is designed for use in conjunction with \ the existing OpenStack clients and for simplifying the process of writing \ new clients. %global with_doc 0 %global with_tests 0 %{!?upstream_version: %global upstream_version %{version}%{?milestone}} Name: python-%{pypi_name} Version: 3.17.1 Release: 2ak%{?dist} Summary: Authentication Library for OpenStack Clients License: ASL 2.0 URL: https://pypi.io/pypi/%{pypi_name} Source0: https://tarballs.openstack.org/keystoneauth/keystoneauth1-%{upstream_version}.tar.gz BuildArch: noarch %description %{common_desc} %package -n python%{pyver}-%{pypi_name} Summary: Authentication Libarary for OpenStack Identity %{?python_provide:%python_provide python%{pyver}-%{pypi_name}} %{?python_provide:%python_provide python%{pyver}-keystoneauth} BuildRequires: git BuildRequires: python%{pyver}-devel BuildRequires: python%{pyver}-setuptools BuildRequires: python%{pyver}-six BuildRequires: python%{pyver}-pbr >= 2.0.0 %if 0%{?with_tests} # test requires BuildRequires: python%{pyver}-betamax >= 0.7.0 BuildRequires: python%{pyver}-fixtures >= 1.3.1 BuildRequires: python%{pyver}-mock BuildRequires: python%{pyver}-oslotest BuildRequires: python%{pyver}-oslo-config BuildRequires: python%{pyver}-oslo-utils BuildRequires: python%{pyver}-stestr BuildRequires: python%{pyver}-oauthlib BuildRequires: python%{pyver}-requests BuildRequires: python%{pyver}-os-service-types BuildRequires: python%{pyver}-stevedore BuildRequires: python%{pyver}-iso8601 BuildRequires: python%{pyver}-requests-mock >= 1.1 %endif # Handle python2 exception %if %{pyver} == 2 BuildRequires: PyYAML BuildRequires: python-lxml BuildRequires: python-requests-kerberos %else BuildRequires: python%{pyver}-PyYAML BuildRequires: python%{pyver}-lxml BuildRequires: python%{pyver}-requests-kerberos %endif Requires: python%{pyver}-iso8601 >= 0.1.11 Requires: python%{pyver}-os-service-types >= 1.2.0 Requires: python%{pyver}-pbr >= 2.0.0 Requires: python%{pyver}-requests >= 2.14.2 Requires: python%{pyver}-six => 1.10.0 Requires: python%{pyver}-stevedore >= 1.20.0 %description -n python%{pyver}-%{pypi_name} %{common_desc} %if 0%{?with_doc} %package -n python-%{pypi_name}-doc Summary: Documentation for OpenStack Identity Authentication Library BuildRequires: python%{pyver}-sphinx BuildRequires: python%{pyver}-sphinxcontrib-apidoc BuildRequires: python%{pyver}-openstackdocstheme BuildRequires: python%{pyver}-mox3 %description -n python-%{pypi_name}-doc Documentation for OpenStack Identity Authentication Library %endif %prep %autosetup -n %{pypi_name}-%{upstream_version} -S git sed -i '/sphinx.ext.intersphinx.*$/d' doc/source/conf.py # Let RPM handle the dependencies rm -rf {test-,}requirements.txt # Remove bundled egg-info rm -rf %{pypi_name}.egg-info # remove syntax tests rm keystoneauth1/tests/unit/test_hacking_checks.py %build %{pyver_build} %install %{pyver_install} %if 0%{?with_doc} # generate html docs export PYTHONPATH=. # Disabling warning-is-error because of issue with python2 giving a warning: # "The config value `apidoc_module_dir' has type `unicode', expected to ['str']." sphinx-build-%{pyver} -b html -d doc/build/doctrees doc/source doc/build/html rm -rf doc/build/html/.buildinfo %endif %check %if 0%{?with_tests} PYTHON=python%{pyver} stestr-%{pyver} run %endif %files -n python%{pyver}-%{pypi_name} %doc README.rst %license LICENSE %{pyver_sitelib}/%{pypi_name} %{pyver_sitelib}/*.egg-info %if 0%{?with_doc} %files -n python-%{pypi_name}-doc %license LICENSE %doc doc/build/html %endif %changelog * Tue Mar 17 2020 Athanasios Kanaris 3.17.1-2ak - Tests are optional and disabled by default - Docs are disabled by default * Thu Nov 07 2019 Alfredo Moralejo 3.17.1-2 - Update to upstream version 3.17.1 * Thu Oct 03 2019 Miro Hrončok - 3.13.1-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 3.13.1-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 3.13.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Mar 08 2019 RDO 3.13.1-1 - Update to 3.13.1