[python-paste] Forgot to mention the 2.7 compat change

Kyle VanderBeek kylev at fedoraproject.org
Tue Aug 3 03:35:12 UTC 2010


commit a5571ee2bff12761bf28368dce3369a408dfdfe3
Author: Kyle VanderBeek <kylev at kylev.com>
Date:   Mon Aug 2 20:34:50 2010 -0700

    Forgot to mention the 2.7 compat change

 python-paste.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/python-paste.spec b/python-paste.spec
index d45a222..321e61c 100644
--- a/python-paste.spec
+++ b/python-paste.spec
@@ -123,7 +123,8 @@ rm -rf %{buildroot}
 %changelog
 * Mon Aug  2 2010 Kyle VanderBeek <kylev at kylev.com> - 1.7.4-7
 - Add python3 version.
-- Unbundle stdlib (2.4+) subprocess module.
+- Fix python 2.7/3 incompatible lambda syntax.
+- Unbundle stdlib (2.4+) subprocess module (removed because it isn't even 3.x legal).
 
 * Fri Jul 30 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 1.7.4-6
 - Include another function from tempita that is used by paste-script.


More information about the scm-commits mailing list