[python-paste] Disable python3 subpackage as paste is not python3 compatible at this time

Toshio くらとみ toshio at fedoraproject.org
Mon Jan 23 18:54:49 UTC 2012


commit 88a552a0d57865b2d1098560d45d5f4492aa976e
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jan 23 10:54:42 2012 -0800

    Disable python3 subpackage as paste is not python3 compatible at this time

 python-paste.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/python-paste.spec b/python-paste.spec
index 3f71f18..a31a1e4 100644
--- a/python-paste.spec
+++ b/python-paste.spec
@@ -1,12 +1,13 @@
-%if 0%{?fedora} > 12 || 0%{?rhel} > 6
-%global with_python3 1
+%if 0%{?fedora} || 0%{?rhel} > 6
+#global with_python3 1
+# paste is not python3 compatible at this time
 %else
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 
 Name:           python-paste
 Version:        1.7.5.1
-Release:        5.20111221hg1498%{?dist}
+Release:        6.20111221hg1498%{?dist}
 Summary:        Tools for using a Web Server Gateway Interface stack
 Group:          System Environment/Libraries
 # Most of the code is MIT
@@ -128,8 +129,7 @@ nosetests -e '.*test_paste_website'
 %if 0%{?with_python3}
 pushd %{py3dir}
 export PYTHONPATH=$(pwd)
-# Appears that the python3 version of this module is totally nonfunctional
-#nosetests-%{python3_version}
+nosetests-%{python3_version}
 popd
 %endif # with_python3
 
@@ -150,6 +150,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jan 23 2012 Toshio Kuratomi <toshio at fedoraproject.org> - 1.7.5.1-6.20111221hg1498
+- Disable python3 subpackage as paste is not python3 compatible at this time
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.5.1-5.20111221hg1498
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list