[python-isodate/f20] Remove python-setuptools-devel BR

Dan Scott dscott at fedoraproject.org
Wed Apr 30 15:59:10 UTC 2014


commit 7516d77cd9d1e5dc9f17d6eff57dfe9c8ab25832
Author: Dan Scott <dan at coffeecode.net>
Date:   Sat Apr 19 12:23:21 2014 -0400

    Remove python-setuptools-devel BR
    
    Per https://fedoraproject.org/wiki/Changes/Remove_Python-setuptools-devel, the
    python-setuptools-devel build requirement is obsolete.
    
    Signed-off-by: Dan Scott <dan at coffeecode.net>

 python-isodate.spec |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/python-isodate.spec b/python-isodate.spec
index 206c75e..7fd3836 100644
--- a/python-isodate.spec
+++ b/python-isodate.spec
@@ -8,18 +8,14 @@
 Name:           python-%{modulename}
 Version:        0.5.0
 Release:        1%{?dist}
-Summary:        An ISO 8601 date/time/duration parser and formater
+Summary:        An ISO 8601 date/time/duration parser and formatter
 Group:          Development/Languages
 License:        BSD
 URL:            http://pypi.python.org/pypi/%{modulename}
 Source0:        http://pypi.python.org/packages/source/i/%{modulename}/%{modulename}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  python2-devel
-%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
-BuildRequires:  python-setuptools-devel
-%else
 BuildRequires:  python-setuptools
-%endif
 
 %if 0%{?with_python3}
 BuildRequires:  python3-devel
@@ -47,7 +43,7 @@ nanoseconds it will round it to microseconds.
 
 %if 0%{?with_python3}
 %package -n python3-%{modulename}
-Summary:        An ISO 8601 date/time/duration parser and formater
+Summary:        An ISO 8601 date/time/duration parser and formatter
 Group:          Development/Languages
 
 %description -n python3-%{modulename}
@@ -137,6 +133,7 @@ popd
 - Update to 0.5.0
 - Add a Python3 build
 - Run unit tests
+- Remove python-setuptools-devel BR per https://fedoraproject.org/wiki/Changes/Remove_Python-setuptools-devel
 
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.7-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild


More information about the scm-commits mailing list