Update to 2.3.4.

This commit is contained in:
Thomas Moschny 2012-11-24 16:25:18 +01:00
parent 388c87f0a9
commit bb07fc2663
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/pytest-2.2.4.zip
/pytest-2.3.1.zip
/pytest-2.3.2.zip
/pytest-2.3.4.zip

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.11
%global pylib_version 1.4.12
Name: pytest
Version: 2.3.2
Version: 2.3.4
Release: 1%{?dist}
Summary: Simple powerful testing with Python
@ -149,6 +149,9 @@ popd
%changelog
* Fri Nov 23 2012 Thomas Moschny <thomas.moschny@gmx.de> - 2.3.4-1
- Update to 2.3.4.
* Sun Oct 28 2012 Thomas Moschny <thomas.moschny@gmx.de> - 2.3.2-1
- Update to 2.3.2.

View File

@ -1 +1 @@
ccffb2f8b1581203bcd5e18cd6eac4f7 pytest-2.3.2.zip
db319fef9c310dc46798b285d3da3aa1 pytest-2.3.4.zip