%{?python_enable_dependency_generator} %global pypi_name geoip2 %global srcname GeoIP2-python %global desc This package provides an API for the GeoIP2 web services. %global test_data MaxMind-DB %global test_data_rls f6ed981c23b0eb33d7c07568e2177236252afda6 Name: python-%{pypi_name} Version: 2.9.0 Release: 5%{?dist} Summary: MaxMind GeoIP2 API License: ASL 2.0 URL: https://www.maxmind.com/ Source0: https://github.com/maxmind/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz Source1: https://github.com/maxmind/%{test_data}/archive/%{test_data_rls}/%{test_data}-%{test_data_rls}.tar.gz BuildArch: noarch %description %{desc} %package doc Summary: Documentation for %{name} BuildRequires: %{_bindir}/sphinx-build %description doc This package provides the documentation for %{pypi_name}. %package -n python3-%{pypi_name} Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-requests BuildRequires: python3-maxminddb BuildRequires: python3-requests-mock %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} %{desc} %prep %autosetup -n %{srcname}-%{version} -a 1 rmdir tests/data mv -f %{test_data}-%{test_data_rls} tests/data %build %py3_build sphinx-build -b html docs html rm -rf html/.{buildinfo,doctrees} %install %py3_install %check PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} setup.py test %files doc %doc html/ %license LICENSE %files -n python3-%{pypi_name} %doc README.rst %license LICENSE %{python3_sitelib}/%{pypi_name}/ %{python3_sitelib}/%{pypi_name}-*.egg-info/ %changelog * Sun Aug 12 2018 Igor Gnatenko - 2.9.0-5 - Drop python2 subpackage * Sat Jul 14 2018 Fedora Release Engineering - 2.9.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Jun 23 2018 Carl George - 2.9.0-3 - EPEL compatibility * Tue Jun 19 2018 Miro Hrončok - 2.9.0-2 - Rebuilt for Python 3.7 * Mon May 28 2018 Lumir Balhar - 2.9.0-1 - Update to 2.9.0 * Thu Apr 12 2018 Lumir Balhar - 2.8.0-1 - Update to 2.8.0 * Fri Feb 09 2018 Fedora Release Engineering - 2.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Jan 19 2018 Igor Gnatenko - 2.7.0-1 - Update to 2.7.0 * Fri Jan 19 2018 Iryna Shcherbina - 2.6.0-2 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Wed Nov 01 2017 Lumir Balhar - 2.6.0-1 - New upstream version * Thu Jul 27 2017 Fedora Release Engineering - 2.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed May 10 2017 Lumir Balhar - 2.5.0-1 - Update to 2.5.0 * Sat Feb 11 2017 Fedora Release Engineering - 2.4.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 2.4.2-2 - Rebuild for Python 3.6 * Tue Dec 13 2016 Igor Gnatenko - 2.4.2-1 - Update to 2.4.2 * Tue Nov 22 2016 Igor Gnatenko - 2.4.1-1 - Update to 2.4.1 * Tue Jul 19 2016 Fedora Release Engineering - 2.4.0-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Wed Jun 15 2016 Lumir Balhar - 2.4.0-1 - Initial package.