Update to 2.5.2.

This commit is contained in:
Thomas Moschny 2014-04-18 16:10:38 +02:00
parent f742f49071
commit 48eb4ca861
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/pytest-2.3.4.zip /pytest-2.3.4.zip
/pytest-2.3.5.tar.gz /pytest-2.3.5.tar.gz
/pytest-2.4.2.tar.gz /pytest-2.4.2.tar.gz
/pytest-2.5.2.tar.gz

View File

@ -1,15 +1,15 @@
%if 0%{?fedora} > 12 %if 0%{?fedora}
%global with_python3 1 %global with_python3 1
%endif %endif
%if 0%{?rhel} && 0%{?rhel} < 6 %if 0%{?rhel} && 0%{?rhel} < 6
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%endif %endif
%global pylib_version 1.4.17 %global pylib_version 1.4.20
Name: pytest Name: pytest
Version: 2.4.2 Version: 2.5.2
Release: 2%{?dist} Release: 1%{?dist}
Summary: Simple powerful testing with Python Summary: Simple powerful testing with Python
Group: Development/Languages Group: Development/Languages
@ -168,6 +168,9 @@ popd
%changelog %changelog
* Fri Apr 18 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.5.2-1
- Update to 2.5.2.
* Mon Oct 7 2013 Thomas Moschny <thomas.moschny@gmx.de> - 2.4.2-2 * Mon Oct 7 2013 Thomas Moschny <thomas.moschny@gmx.de> - 2.4.2-2
- Only run tests from the 'testing' subdir in %%check. - Only run tests from the 'testing' subdir in %%check.

View File

@ -1 +1 @@
9ce14429bd9fae08a3d9ae6b7046d9fc pytest-2.4.2.tar.gz 8ea3d1939e81514ccba9ba0e9566b5be pytest-2.5.2.tar.gz