rpms/python-fedora/devel python-fedora.spec,1.53,1.54

Toshio くらとみ toshio at fedoraproject.org
Tue Jul 27 17:21:05 UTC 2010


Author: toshio

Update of /cvs/pkgs/rpms/python-fedora/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7881

Modified Files:
	python-fedora.spec 
Log Message:

* 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



Index: python-fedora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/devel/python-fedora.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -r1.53 -r1.54
--- python-fedora.spec	22 Jul 2010 04:15:07 -0000	1.53
+++ python-fedora.spec	27 Jul 2010 17:21:04 -0000	1.54
@@ -2,7 +2,7 @@
 
 Name:           python-fedora
 Version:        0.3.20
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Python modules for talking to Fedora Infrastructure Services
 
 Group:          Development/Languages
@@ -16,13 +16,15 @@ 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
-BuildRequires:  TurboGears2
+# Disable the following until we get it built for python-2.7
+#BuildRequires:  TurboGears2
 BuildRequires:  python-nose
 Requires:       python-simplejson
 Requires:       python-bugzilla
@@ -67,6 +69,10 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
+* 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
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.3.20-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 



More information about the scm-commits mailing list