New version.

- Handle non-ascii dict keys and values correctly (#883641) (vpodzime)
This commit is contained in:
Vratislav Podzimek 2012-12-11 12:57:49 +01:00
parent 7394e64971
commit e9df55bfcb
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> - 0.20-1
- Handle non-ascii dict keys and values correctly (#883641) (vpodzime)
* Wed Nov 14 2012 Vratislav Podzimek <vpodzime@redhat.com> - 0.19-1
- Add test for handling unicode strings and files (vpodzime)
- Read files as UTF-8 and ignore errors (#874250) (vpodzime)

View File

@ -1 +1 @@
1e26d96a4f645c41a23f4c4531db608f python-meh-0.19.tar.gz
64bf212ade68edce3bd0d3f6453b7239 python-meh-0.20.tar.gz