[python-beaker] - Remove explicit call to 2to3; setup.py handles this

Toshio くらとみ toshio at fedoraproject.org
Wed Oct 27 17:25:16 UTC 2010


commit 1f0ebffb5aacde75279d71d0413977339803c628
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Wed Oct 27 10:25:07 2010 -0700

    - Remove explicit call to 2to3; setup.py handles this

 python-beaker.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/python-beaker.spec b/python-beaker.spec
index 8d975bb..f44dec5 100644
--- a/python-beaker.spec
+++ b/python-beaker.spec
@@ -6,7 +6,7 @@
 
 Name: python-beaker
 Version: 1.5.3
-Release: 7%{?dist}
+Release: 8%{?dist}
 Summary: WSGI middleware layer to provide sessions
 
 Group: Development/Languages
@@ -73,7 +73,6 @@ manage Session objects and signed cookies.
 %if 0%{?with_python3}
 rm -rf %{py3dir}
 cp -a . %{py3dir}
-2to3 --write --nobackups %{py3dir}
 %endif # with_python3
 
 
@@ -120,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Oct 27 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 1.5.3-8
+- Remove explicit call to 2to3; setup.py handles this
+
 * Wed Aug 25 2010 Thomas Spura <tomspur at fedoraproject.org> - 1.5.3-7
 - rebuild with python3.2
   http://lists.fedoraproject.org/pipermail/devel/2010-August/141368.html


More information about the scm-commits mailing list