diff --git a/.gitignore b/.gitignore index 0e04b69..0f58a79 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /py-1.4.15.tar.gz /py-1.4.16.tar.gz /py-1.4.17.tar.gz +/py-1.4.18.tar.gz diff --git a/python-py.spec b/python-py.spec index fbd088c..7d994ec 100644 --- a/python-py.spec +++ b/python-py.spec @@ -14,8 +14,8 @@ %global pytest_version 2.3.1 Name: python-py -Version: 1.4.17 -Release: 2%{?dist} +Version: 1.4.18 +Release: 1%{?dist} Summary: Library with cross-python path, ini-parsing, io, code, log facilities Group: Development/Languages License: MIT and Public Domain @@ -161,6 +161,9 @@ rm -rf %{buildroot} %changelog +* Sun Nov 10 2013 Thomas Moschny - 1.4.18-1 +- Update to 1.4.18. + * Mon Oct 7 2013 Thomas Moschny - 1.4.17-2 - Only run tests from the 'testing' subdir in %%check. diff --git a/sources b/sources index ef5b4a6..5bd7c8f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1dba4de9f1ac9b3e025895a0b6ad5a91 py-1.4.17.tar.gz +1b04e9879fed8a420b9e52cbaf7d8b4f py-1.4.18.tar.gz