From 81c37d534c1a3a3a719fd721c44d393c3ea480bd Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sep 18 2010 11:15:28 +0000 Subject: - Update to 1.3.4 --- diff --git a/.gitignore b/.gitignore index 99c6026..773b7ad 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /py-1.3.1.tar.gz /py-1.3.2.tar.gz /py-1.3.3.tar.gz +/py-1.3.4.tar.gz diff --git a/python-py.spec b/python-py.spec index 236b84d..6d0f255 100644 --- a/python-py.spec +++ b/python-py.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-py -Version: 1.3.3 -Release: 2%{?prerelease:.%{prerelease}}%{?dist} +Version: 1.3.4 +Release: 1%{?prerelease:.%{prerelease}}%{?dist} Summary: Rapid testing (py.test) and development utils (pylib) Group: Development/Languages License: MIT and Public Domain @@ -49,7 +49,7 @@ rm -f doc/.coverage %check -%{__python} bin/py.test --report=failed,skipped +%{__python} bin/py.test -r fs %clean @@ -65,6 +65,9 @@ rm -rf %{buildroot} %changelog +* Sat Sep 18 2010 Thomas Moschny - 1.3.4-1 +- Update to 1.3.4 + * Fri Aug 27 2010 Thomas Moschny - 1.3.3-2 - Add dependency on python-setuptools (see bz 626808). diff --git a/sources b/sources index 9f7d91e..86b67bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf0dbc3ce4c18ead263cb5679e5164b4 py-1.3.3.tar.gz +b64d73a04121c1c4e27c7ec335ef87c8 py-1.3.4.tar.gz