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
This commit is contained in:
Vratislav Podzimek 2013-10-09 13:49:39 +02:00
parent abe8a1686b
commit 1297baed29
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -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@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@lists.fedoraproject.org> - 0.26-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
c1f761da2207a7687b524d4e7a728315 python-meh-0.26.tar.gz
b0e99a6fd788502aa2f44c48a986a820 python-meh-0.27.tar.gz