From 1053e7fe0edc54cf6165002fc3f9af295999c73c Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 09 2018 13:22:10 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-unicodecsv.spec b/python-unicodecsv.spec index 1c759cb..827c9ef 100644 --- a/python-unicodecsv.spec +++ b/python-unicodecsv.spec @@ -8,7 +8,7 @@ Name: python-%{pypi_name} Version: 0.14.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Drop-in replacement for Python 2.7's csv module which supports unicode strings License: BSD URL: https://github.com/jdunck/python-unicodecsv @@ -16,8 +16,8 @@ Source0: https://pypi.python.org/packages/source/u/%{pypi_name}/%{pypi_na BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-setuptools -BuildRequires: python-unittest2 >= 0.5.1 +BuildRequires: python2-setuptools +BuildRequires: python2-unittest2 >= 0.5.1 %global _description\ The unicodecsv is a drop-in replacement for Python 2.7's\ @@ -110,6 +110,10 @@ popd %endif %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 0.14.1-11 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.14.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild