[python-genshi] Disable the python3 subpackage until python-babel is ported

Luke Macken lmacken at fedoraproject.org
Wed Apr 10 23:03:55 UTC 2013


commit 5b53a7eb6f7c1b6b8c90f08d8044f97f8d61c717
Author: Luke Macken <lmacken at redhat.com>
Date:   Wed Apr 10 19:03:48 2013 -0400

    Disable the python3 subpackage until python-babel is ported

 python-genshi.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/python-genshi.spec b/python-genshi.spec
index f7aff0a..2e6144e 100644
--- a/python-genshi.spec
+++ b/python-genshi.spec
@@ -1,10 +1,10 @@
-%if 0%{?fedora} > 12
-%global with_python3 1
-%endif
+# Python3 package disabled until Babel is ported
+# http://babel.edgewall.org/ticket/209
+%global with_python3 0
 
 Name:           python-genshi
 Version:        0.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Toolkit for stream-based generation of output for the web
 
 Group:          Development/Languages
@@ -92,6 +92,9 @@ popd
 %endif
 
 %changelog
+* Wed Apr 10 2013 Luke Macken <lmacken at redhat.com> - 0.7-2
+- Disable the python3 subpackage until python-babel is ported
+
 * Tue Apr  9 2013 Luke Macken <lmacken at redhat.com> - 0.7-1
 - Update to 0.7
 - Add a python3 subpackage


More information about the scm-commits mailing list