diff --git a/.gitignore b/.gitignore index 564bad3..01f32ca 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /pytest-2.3.4.zip /pytest-2.3.5.tar.gz /pytest-2.4.2.tar.gz +/pytest-2.5.2.tar.gz diff --git a/pytest.spec b/pytest.spec index 4ec3b3a..1830162 100644 --- a/pytest.spec +++ b/pytest.spec @@ -1,15 +1,15 @@ -%if 0%{?fedora} > 12 +%if 0%{?fedora} %global with_python3 1 %endif %if 0%{?rhel} && 0%{?rhel} < 6 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %endif -%global pylib_version 1.4.17 +%global pylib_version 1.4.20 Name: pytest -Version: 2.4.2 -Release: 2%{?dist} +Version: 2.5.2 +Release: 1%{?dist} Summary: Simple powerful testing with Python Group: Development/Languages @@ -168,6 +168,9 @@ popd %changelog +* Fri Apr 18 2014 Thomas Moschny - 2.5.2-1 +- Update to 2.5.2. + * Mon Oct 7 2013 Thomas Moschny - 2.4.2-2 - Only run tests from the 'testing' subdir in %%check. diff --git a/sources b/sources index 61825db..f997f45 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9ce14429bd9fae08a3d9ae6b7046d9fc pytest-2.4.2.tar.gz +8ea3d1939e81514ccba9ba0e9566b5be pytest-2.5.2.tar.gz