[python-genshi/f20] enable python3 subpackage again as we have Babel 1.3 now in the repos

Felix Schwarz fschwarz at fedoraproject.org
Thu Oct 30 15:40:14 UTC 2014


commit 576c434c976e1472b3af1b7beb16ec07057f9ff1
Author: Felix Schwarz <felix.schwarz at oss.schwarz.eu>
Date:   Thu Oct 30 12:17:20 2014 +0100

    enable python3 subpackage again as we have Babel 1.3 now in the repos

 python-genshi.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/python-genshi.spec b/python-genshi.spec
index 358c3e6..61f0134 100644
--- a/python-genshi.spec
+++ b/python-genshi.spec
@@ -1,10 +1,10 @@
-# Python3 package disabled until Babel is ported
-# http://babel.edgewall.org/ticket/209
-%global with_python3 0
+%if 0%{?fedora} > 12
+%global with_python3 1
+%endif
 
 Name:           python-genshi
 Version:        0.7
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Toolkit for stream-based generation of output for the web
 
 Group:          Development/Languages
@@ -92,6 +92,9 @@ popd
 %endif
 
 %changelog
+* Thu Oct 30 2014 Felix Schwarz <fschwarz at fedoraproject.org> - 0.7-4
+- enable python3 subpackage again as we have Babel 1.3 now in the repos
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list