diff --git a/.gitignore b/.gitignore index 85a612d..292c6ef 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /pytest-2.6.1.tar.gz /pytest-2.6.2.tar.gz /pytest-2.6.3.tar.gz +/pytest-2.6.4.tar.gz diff --git a/pytest.spec b/pytest.spec index e19c6b0..d4f9fe7 100644 --- a/pytest.spec +++ b/pytest.spec @@ -5,10 +5,10 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %endif -%global pylib_version 1.4.25 +%global pylib_version 1.4.26 Name: pytest -Version: 2.6.3 +Version: 2.6.4 Release: 1%{?dist} Summary: Simple powerful testing with Python @@ -168,6 +168,9 @@ popd %changelog +* Tue Dec 2 2014 Thomas Moschny - 2.6.4-1 +- Update to 2.6.4. + * Sat Oct 11 2014 Thomas Moschny - 2.6.3-1 - Update to 2.6.3. diff --git a/sources b/sources index e455b91..4ccd6a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6f6a1ae63a664d11223fba18cd2af31a pytest-2.6.3.tar.gz +14341e122f7e9031a0948eb6b01a2640 pytest-2.6.4.tar.gz