diff --git a/.gitignore b/.gitignore index e0af6ca..5ed4b05 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ python-meh-0.13.tar.gz /python-meh-0.25.tar.gz /python-meh-0.26.tar.gz /python-meh-0.27.tar.gz +/python-meh-0.28.tar.gz diff --git a/python-meh.spec b/python-meh.spec index a076b04..d10627a 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.27 +Version: 0.28 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,10 @@ rm -rf %{buildroot} %{_datadir}/python-meh %changelog +* Tue Nov 05 2013 Vratislav Podzimek - 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 - 0.27-1 - Use join method instead of the joinfields function - Translate the hints on how to quit debugger and shell diff --git a/sources b/sources index e37d214..c1b7edb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b0e99a6fd788502aa2f44c48a986a820 python-meh-0.27.tar.gz +623def0965710b0d0c4f0a92d0030acf python-meh-0.28.tar.gz