From e30d288e7f1cf87653892fd0e3645b789872fe63 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mon, 12 Feb 2018 00:44:02 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-chardet.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-chardet.spec b/python-chardet.spec index d00b52c..380ef12 100644 --- a/python-chardet.spec +++ b/python-chardet.spec @@ -2,7 +2,7 @@ %global pypi_name chardet Name: python-%{pypi_name} Version: 3.0.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Character encoding auto-detection in Python Group: Development/Languages @@ -11,7 +11,7 @@ URL: https://github.com/%{pypi_name}/%{pypi_name} Source0: https://files.pythonhosted.org/packages/source/c/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch -BuildRequires: python2-devel, python-setuptools +BuildRequires: python2-devel, python2-setuptools %if 0%{?with_python3} BuildRequires: python3-devel, python3-setuptools @@ -88,6 +88,10 @@ popd %changelog +* Sun Feb 11 2018 Iryna Shcherbina - 3.0.4-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 3.0.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild