# Created by pyp2rpm-1.1.0b %if 0%{?fedora} || 0%{rhel} > 7 %global with_python3 1 %endif %__openstack_set_env %global pypi_name rfc3986 Name: python-%{pypi_name} Version: 1.2.0 Release: 2%{?dist} Summary: Validating URI References per RFC 3986 License: ASL 2.0 URL: https://pypi.python.org/pypi/rfc3986 Source0: https://pypi.python.org/packages/source/r/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch %package -n python2-%{pypi_name} Summary: Validating URI References per RFC 3986 %{?python_provide:%python_provide python2-%{pypi_name}} BuildRequires: python2-devel BuildRequires: python2-setuptools %description -n python2-%{pypi_name} A Python implementation of RFC 3986 including validation and authority parsing. %if 0%{?with_python3} %package -n python3-%{pypi_name} Summary: Validating URI References per RFC 3986 %{?python_provide:%python_provide python3-%{pypi_name}} BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-%{pypi_name} A Python implementation of RFC 3986 including validation and authority parsing. %endif %description A Python implementation of RFC 3986 including validation and authority parsing. %prep %setup -q -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %py2_build %if 0%{?with_python3} %py3_build %endif %install %py2_install %if 0%{?with_python3} %py3_install %endif %files -n python2-%{pypi_name} %doc README.rst LICENSE %{python2_sitelib}/%{pypi_name} %{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %if 0%{?with_python3} %files -n python3-%{pypi_name} %doc README.rst LICENSE %{python3_sitelib}/%{pypi_name} %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %endif %changelog * Mon Jan 28 2019 Lon Hohberger - 1.2.0-2 - Enable RHEL8 check * Wed Jan 02 2019 Yatin Karel - 1.2.0-1 - Bump to 1.2.0 * Sat Jul 14 2018 Fedora Release Engineering - 0.3.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 0.3.1-8 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Iryna Shcherbina - 0.3.1-7 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering - 0.3.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 0.3.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 0.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 0.3.1-3 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 0.3.1-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Mon Jun 20 2016 Javier Peña - 0.3.1-4 - Updated to upstream version 0.3.1 - Added python3 subpackage * Thu Feb 04 2016 Fedora Release Engineering - 0.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering - 0.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Sep 15 2014 Alan Pevec - 0.2.0-1 - Initial package.