[python-fedora] * Tue Aug 3 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.20-4 - Add the cherrypy and TG req

Toshio くらとみ toshio at fedoraproject.org
Wed Aug 4 04:04:20 UTC 2010


commit 0c73223e6d656c205c18ffc741bf2f45bd4989b3
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Wed Aug 4 00:04:08 2010 -0400

    * Tue Aug 3 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.20-4
    - Add the cherrypy and TG reqs back as their rebuilt now.

 python-fedora.spec |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/python-fedora.spec b/python-fedora.spec
index b3e5fcb..8cbf5fa 100644
--- a/python-fedora.spec
+++ b/python-fedora.spec
@@ -2,7 +2,7 @@
 
 Name:           python-fedora
 Version:        0.3.20
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Python modules for talking to Fedora Infrastructure Services
 
 Group:          Development/Languages
@@ -16,15 +16,13 @@ BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
 BuildRequires:  python-paver >= 1.0
 BuildRequires:  python-sphinx
-# Disable python-cherrypy2 until we get that package rebuilt for python-2.7
 %if 0%{?fedora} >= 9 || 0%{?rhel} > 5
-#BuildRequires:  python-cherrypy2
+BuildRequires:  python-cherrypy2
 %else
-#BuildRequires:  python-cherrypy
+BuildRequires:  python-cherrypy
 %endif
 BuildRequires:  python-babel
-# Disable the following until we get it built for python-2.7
-#BuildRequires:  TurboGears2
+BuildRequires:  TurboGears2
 BuildRequires:  python-nose
 Requires:       python-simplejson
 Requires:       python-bugzilla
@@ -69,6 +67,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
+* Tue Aug 3 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.20-4
+- Add the cherrypy and TG reqs back as their rebuilt now.
+
 * Tue Jul 27 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.20-3
 - Remove some requires so that we will work on python-2.7.  The other libraries
   have not yet been rebuilt for python-2.7


More information about the scm-commits mailing list