diff --git a/.cvsignore b/.cvsignore index f5c2778..3a67a52 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,3 +4,4 @@ python-meh-0.3.tar.gz python-meh-0.4.tar.gz python-meh-0.5.tar.gz python-meh-0.6.tar.gz +python-meh-0.7.tar.gz diff --git a/python-meh.spec b/python-meh.spec index 4eedb22..54ac8fc 100644 --- a/python-meh.spec +++ b/python-meh.spec @@ -3,7 +3,7 @@ Summary: A python library for handling exceptions Name: python-meh Url: http://git.fedoraproject.org/git/?p=python-meh.git -Version: 0.6 +Version: 0.7 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -46,6 +46,11 @@ rm -rf %{buildroot} %{_datadir}/python-meh %changelog +* Tue Nov 03 2009 Chris Lumens - 0.7-1 +- Add a test case framework. +- Move src -> meh for ease of test case writing. +- Another attempt at making the attrSkipList work (#532612, #532737). + * Thu Oct 08 2009 Chris Lumens - 0.6-1 - Make idSkipList work again. - Support dumping objects derived from Python's object. diff --git a/sources b/sources index 0498dad..342ea64 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -635809514ac669fd10fd3ddf1591332d python-meh-0.6.tar.gz +dae5771e63db02aa3c79a3893f04e84c python-meh-0.7.tar.gz