[python-meh] New version.

Vratislav Podzimek vpodzime at fedoraproject.org
Tue Dec 11 11:59:39 UTC 2012


commit e9df55bfcb3f1b25efceb75aa584d6e19b3c40e0
Author: Vratislav Podzimek <vpodzime at redhat.com>
Date:   Tue Dec 11 12:57:49 2012 +0100

    New version.
    
    - Handle non-ascii dict keys and values correctly (#883641) (vpodzime)

 .gitignore      |    1 +
 python-meh.spec |    5 ++++-
 sources         |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7bdee98..b890cb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ python-meh-0.13.tar.gz
 /python-meh-0.17.tar.gz
 /python-meh-0.18.tar.gz
 /python-meh-0.19.tar.gz
+/python-meh-0.20.tar.gz
diff --git a/python-meh.spec b/python-meh.spec
index 01bff94..3a6ea71 100644
--- a/python-meh.spec
+++ b/python-meh.spec
@@ -5,7 +5,7 @@
 Summary:  A python library for handling exceptions
 Name: python-meh
 Url: http://git.fedorahosted.org/git/?p=python-meh.git
-Version: 0.19
+Version: 0.20
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -53,6 +53,9 @@ rm -rf %{buildroot}
 %{_datadir}/python-meh
 
 %changelog
+* Tue Dec 11 2012 Vratislav Podzimek <vpodzime at redhat.com> - 0.20-1
+- Handle non-ascii dict keys and values correctly (#883641) (vpodzime)
+
 * Wed Nov 14 2012 Vratislav Podzimek <vpodzime at redhat.com> - 0.19-1
 - Add test for handling unicode strings and files (vpodzime)
 - Read files as UTF-8 and ignore errors (#874250) (vpodzime)
diff --git a/sources b/sources
index 49cf63a..4321d15 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1e26d96a4f645c41a23f4c4531db608f  python-meh-0.19.tar.gz
+64bf212ade68edce3bd0d3f6453b7239  python-meh-0.20.tar.gz


More information about the scm-commits mailing list