Update to 1.4.25.

This commit is contained in:
Thomas Moschny 2014-10-11 14:50:42 +02:00
parent b7157531cc
commit e6ce504ae5
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -24,3 +24,5 @@
/py-1.4.21.tar.gz /py-1.4.21.tar.gz
/py-1.4.22.tar.gz /py-1.4.22.tar.gz
/py-1.4.23.tar.gz /py-1.4.23.tar.gz
/py-1.4.24.tar.gz
/py-1.4.25.tar.gz

View File

@ -8,13 +8,13 @@
# we have a circular (build) dependency with the (new) pytest package # we have a circular (build) dependency with the (new) pytest package
# when generating the docs or running the testsuite # when generating the docs or running the testsuite
%global with_docs 1 %global with_docs 0
%global run_check 1 %global run_check 0
%global pytest_version 2.5 %global pytest_version 2.5
Name: python-py Name: python-py
Version: 1.4.23 Version: 1.4.25
Release: 1%{?dist} Release: 1%{?dist}
Summary: Library with cross-python path, ini-parsing, io, code, log facilities Summary: Library with cross-python path, ini-parsing, io, code, log facilities
Group: Development/Languages Group: Development/Languages
@ -161,6 +161,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Sat Oct 11 2014 Thomas Moschny <thomas.moschny@gmx.de> - 1.4.25-1
- Update to 1.4.25.
* Wed Aug 6 2014 Thomas Moschny <thomas.moschny@gmx.de> - 1.4.23-1 * Wed Aug 6 2014 Thomas Moschny <thomas.moschny@gmx.de> - 1.4.23-1
- Update to 1.4.23. - Update to 1.4.23.

View File

@ -1 +1 @@
b40aea711eeb8adba0c44f0b750a3205 py-1.4.23.tar.gz 1f0b84dab1681fc1bf07c0528e091efb py-1.4.25.tar.gz