diff --git a/python-geoip2.spec b/python-geoip2.spec index 549fe61..de6870e 100644 --- a/python-geoip2.spec +++ b/python-geoip2.spec @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 2.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MaxMind GeoIP2 API License: ASL 2.0 @@ -29,11 +29,11 @@ This package provides the documentation for %{pypi_name}. %package -n python2-%{pypi_name} Summary: %{summary} -BuildRequires: python-requests-mock +BuildRequires: python2-requests-mock BuildRequires: python2-setuptools BuildRequires: python2-devel BuildRequires: python2-requests -BuildRequires: python-ipaddress +BuildRequires: python2-ipaddress BuildRequires: python2-maxminddb %{?python_provide:%python_provide python2-%{pypi_name}} Requires: python2-maxminddb @@ -90,6 +90,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} setup.py test %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/ %changelog +* 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