[python-meh] New version

Vratislav Podzimek vpodzime at fedoraproject.org
Wed Oct 9 11:52:21 UTC 2013


commit 1297baed29f71393ad6eaca389343a46b6436cba
Author: Vratislav Podzimek <vpodzime at redhat.com>
Date:   Wed Oct 9 13:49:39 2013 +0200

    New version
    
    - Use join method instead of the joinfields function
    - Translate the hints on how to quit debugger and shell
    - Add a way to run shell when exception appears
    - Get rid of constants that are no longer used anywhere
    - Filter local variables in a nicer way and fix docstring

 .gitignore      |    1 +
 python-meh.spec |   11 +++++++++--
 sources         |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8c475ed..e0af6ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ python-meh-0.13.tar.gz
 /python-meh-0.24.tar.gz
 /python-meh-0.25.tar.gz
 /python-meh-0.26.tar.gz
+/python-meh-0.27.tar.gz
diff --git a/python-meh.spec b/python-meh.spec
index 086e29a..a076b04 100644
--- a/python-meh.spec
+++ b/python-meh.spec
@@ -5,8 +5,8 @@
 Summary:  A python library for handling exceptions
 Name: python-meh
 Url: http://git.fedorahosted.org/git/?p=python-meh.git
-Version: 0.26
-Release: 2%{?dist}
+Version: 0.27
+Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
 # within this srpm.
@@ -53,6 +53,13 @@ rm -rf %{buildroot}
 %{_datadir}/python-meh
 
 %changelog
+* Wed Oct 09 2013 Vratislav Podzimek <vpodzime at redhat.com> - 0.27-1
+- Use join method instead of the joinfields function
+- Translate the hints on how to quit debugger and shell
+- Add a way to run shell when exception appears
+- Get rid of constants that are no longer used anywhere
+- Filter local variables in a nicer way and fix docstring
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.26-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index eba8b02..e37d214 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c1f761da2207a7687b524d4e7a728315  python-meh-0.26.tar.gz
+b0e99a6fd788502aa2f44c48a986a820  python-meh-0.27.tar.gz


More information about the scm-commits mailing list