Update to 2.6.4.

This commit is contained in:
Thomas Moschny 2014-12-02 20:28:09 +01:00
parent d55e5ca60d
commit 4ac76418fb
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <thomas.moschny@gmx.de> - 2.6.4-1
- Update to 2.6.4.
* Sat Oct 11 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.6.3-1
- Update to 2.6.3.

View File

@ -1 +1 @@
6f6a1ae63a664d11223fba18cd2af31a pytest-2.6.3.tar.gz
14341e122f7e9031a0948eb6b01a2640 pytest-2.6.4.tar.gz