From bf7879b5fa236a6ddc9b2f8ed6c9f816458620dd Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Jan 31 2018 22:07:50 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/pyxattr.spec b/pyxattr.spec index 41ec0cd..ec80341 100644 --- a/pyxattr.spec +++ b/pyxattr.spec @@ -2,14 +2,14 @@ Name: pyxattr Summary: Extended attributes library wrapper for Python Version: 0.5.3 -Release: 14%{?dist} +Release: 15%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://pyxattr.k1024.org/ Source: https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz Patch0: 0001-use-Py_ssize_t.patch BuildRequires: libattr-devel -BuildRequires: python2-devel, python-setuptools +BuildRequires: python2-devel, python2-setuptools %if %{?with_python3} BuildRequires: python3-devel, python3-setuptools %endif # with_python3 @@ -99,6 +99,10 @@ popd %endif # with_python3 %changelog +* Wed Jan 31 2018 Iryna Shcherbina - 0.5.3-15 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Tue Dec 26 2017 Zbigniew Jędrzejewski-Szmek - 0.5.3-14 - Also add Provides for the old name without %%_isa