Update to 2.5.2.
This commit is contained in:
parent
f742f49071
commit
48eb4ca861
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
11
pytest.spec
11
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 <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
|
||||
- Only run tests from the 'testing' subdir in %%check.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user