[python-easygui] 0.96-4: generalize fileglob to ease transition to Python 3.3

dmalcolm dmalcolm at fedoraproject.org
Thu Jul 26 18:50:53 UTC 2012


commit 9f9d6dbf5eafdd793e24393354879899576407d9
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Thu Jul 26 14:50:01 2012 -0400

    0.96-4: generalize fileglob to ease transition to Python 3.3

 python-easygui.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-easygui.spec b/python-easygui.spec
index d9ac231..3b0b226 100644
--- a/python-easygui.spec
+++ b/python-easygui.spec
@@ -14,7 +14,7 @@
 
 Name:           python-easygui
 Version:        0.96
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Very simple, very easy GUI programming in Python
 
 Group:          Development/Languages
@@ -127,10 +127,13 @@ rm -rf %{buildroot}
 %doc easygui_license_info.txt cookbook/ easygui_pydoc.html easygui_version_info.html epydoc/ faq/ pydoc/ tutorial/
 %doc easygui-LICENSE.txt
 %{python3_sitelib}/easygui*
-%{python3_sitelib}/__pycache__/easygui.cpython-32.py*
+%{python3_sitelib}/__pycache__/easygui.cpython-3?.py*
 %endif
 
 %changelog
+* Thu Jul 26 2012 David Malcolm <dmalcolm at redhat.com> - 0.96-4
+- generalize fileglob to ease transition to Python 3.3
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.96-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list