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:
parent
abe8a1686b
commit
1297baed29
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user