diff --git a/python-warlock.spec b/python-warlock.spec index d1c56a7..cfe78dd 100644 --- a/python-warlock.spec +++ b/python-warlock.spec @@ -4,7 +4,7 @@ Name: python-warlock Version: 1.3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python object model built on top of JSON schema License: ASL 2.0 @@ -16,10 +16,10 @@ Source0: https://files.pythonhosted.org/packages/source/w/warlock/warlock BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools -BuildRequires: python-jsonschema -BuildRequires: python-jsonpatch +BuildRequires: python2-jsonschema +BuildRequires: python2-jsonpatch BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -36,9 +36,9 @@ Build self-validating python objects using JSON schemas Summary: Python object model built on top of JSON schema %{?python_provide:%python_provide python2-%{github_name}} -Requires: python-jsonschema -Requires: python-jsonpatch -Requires: python-six +Requires: python2-jsonschema +Requires: python2-jsonpatch +Requires: python2-six %description -n python2-%{github_name} Build self-validating python objects using JSON schemas @@ -88,6 +88,10 @@ rm -f requirements.txt %{python3_sitelib}/warlock-%{version}-py?.?.egg-info %changelog +* Wed Jan 31 2018 Iryna Shcherbina - 1.3.0-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 1.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild