Update to 2.6.3.

This commit is contained in:
Thomas Moschny 2014-10-11 14:54:36 +02:00
parent ef0eb6b59a
commit d55e5ca60d
3 changed files with 8 additions and 3 deletions

2
.gitignore vendored
View File

@ -13,3 +13,5 @@
/pytest-2.5.2.tar.gz
/pytest-2.6.0.tar.gz
/pytest-2.6.1.tar.gz
/pytest-2.6.2.tar.gz
/pytest-2.6.3.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.20
%global pylib_version 1.4.25
Name: pytest
Version: 2.6.1
Version: 2.6.3
Release: 1%{?dist}
Summary: Simple powerful testing with Python
@ -168,6 +168,9 @@ popd
%changelog
* Sat Oct 11 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.6.3-1
- Update to 2.6.3.
* Fri Aug 8 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.6.1-1
- Update to 2.6.1.

View File

@ -1 +1 @@
bb353f6cf6d9ff83ff7f2dfbeaca47a3 pytest-2.6.1.tar.gz
6f6a1ae63a664d11223fba18cd2af31a pytest-2.6.3.tar.gz