New version

- Introduce support for Python 3 while keeping Python 2 working (miro)
- Sync spec with downstream (vpodzime)
This commit is contained in:
Vratislav Podzimek 2013-11-05 08:27:18 +01:00
parent 1297baed29
commit 444262a4c1
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@ python-meh-0.13.tar.gz
/python-meh-0.25.tar.gz /python-meh-0.25.tar.gz
/python-meh-0.26.tar.gz /python-meh-0.26.tar.gz
/python-meh-0.27.tar.gz /python-meh-0.27.tar.gz
/python-meh-0.28.tar.gz

View File

@ -5,7 +5,7 @@
Summary: A python library for handling exceptions Summary: A python library for handling exceptions
Name: python-meh Name: python-meh
Url: http://git.fedorahosted.org/git/?p=python-meh.git Url: http://git.fedorahosted.org/git/?p=python-meh.git
Version: 0.27 Version: 0.28
Release: 1%{?dist} Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to # This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from # our distribution. Thus the source is only available from
@ -53,6 +53,10 @@ rm -rf %{buildroot}
%{_datadir}/python-meh %{_datadir}/python-meh
%changelog %changelog
* Tue Nov 05 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.28-1
- Introduce support for Python 3 while keeping Python 2 working (miro)
- Sync spec with downstream (vpodzime)
* Wed Oct 09 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.27-1 * Wed Oct 09 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.27-1
- Use join method instead of the joinfields function - Use join method instead of the joinfields function
- Translate the hints on how to quit debugger and shell - Translate the hints on how to quit debugger and shell

View File

@ -1 +1 @@
b0e99a6fd788502aa2f44c48a986a820 python-meh-0.27.tar.gz 623def0965710b0d0c4f0a92d0030acf python-meh-0.28.tar.gz