diff --git a/.gitignore b/.gitignore index 8c475ed..e0af6ca 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-meh.spec b/python-meh.spec index 086e29a..a076b04 100644 --- a/python-meh.spec +++ b/python-meh.spec @@ -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 - 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 - 0.26-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index eba8b02..e37d214 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c1f761da2207a7687b524d4e7a728315 python-meh-0.26.tar.gz +b0e99a6fd788502aa2f44c48a986a820 python-meh-0.27.tar.gz