diff --git a/.gitignore b/.gitignore index 5f6c3a3..5708147 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ /py-1.4.21.tar.gz /py-1.4.22.tar.gz /py-1.4.23.tar.gz +/py-1.4.24.tar.gz +/py-1.4.25.tar.gz diff --git a/python-py.spec b/python-py.spec index cbbe61d..ba545d5 100644 --- a/python-py.spec +++ b/python-py.spec @@ -8,13 +8,13 @@ # we have a circular (build) dependency with the (new) pytest package # when generating the docs or running the testsuite -%global with_docs 1 -%global run_check 1 +%global with_docs 0 +%global run_check 0 %global pytest_version 2.5 Name: python-py -Version: 1.4.23 +Version: 1.4.25 Release: 1%{?dist} Summary: Library with cross-python path, ini-parsing, io, code, log facilities Group: Development/Languages @@ -161,6 +161,9 @@ rm -rf %{buildroot} %changelog +* Sat Oct 11 2014 Thomas Moschny - 1.4.25-1 +- Update to 1.4.25. + * Wed Aug 6 2014 Thomas Moschny - 1.4.23-1 - Update to 1.4.23. diff --git a/sources b/sources index 582ecd4..7672cdc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b40aea711eeb8adba0c44f0b750a3205 py-1.4.23.tar.gz +1f0b84dab1681fc1bf07c0528e091efb py-1.4.25.tar.gz