diff --git a/python-jsonpointer.spec b/python-jsonpointer.spec index db59100..47d6962 100644 --- a/python-jsonpointer.spec +++ b/python-jsonpointer.spec @@ -7,7 +7,7 @@ Name: python-%{pypi_name} Version: 1.10 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Resolve JSON Pointers in Python License: BSD @@ -24,7 +24,7 @@ Library to resolve JSON Pointers according to RFC 6901. Summary: Resolve JSON Pointers in Python BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %{?python_provide:%python_provide python2-%{pypi_name}} @@ -98,6 +98,10 @@ ln -s ./jsonpointer-%{python3_version} %{buildroot}%{_bindir}/jsonpointer %endif %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 1.10-10 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1.10-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild