Update to 2.2.1.

This commit is contained in:
Thomas Moschny 2011-12-17 14:55:31 +01:00
parent 96521b9cd3
commit 281bb38010
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/pytest-2.1.1.zip
/pytest-2.1.3.zip
/pytest-2.2.0.zip
/pytest-2.2.1.zip

View File

@ -6,7 +6,7 @@
%endif
Name: pytest
Version: 2.2.0
Version: 2.2.1
Release: 1%{?dist}
Summary: Simple powerful testing with Python
@ -20,13 +20,13 @@ BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: python-setuptools
BuildRequires: python-py >= 1.4.5
Requires: python-py >= 1.4.5
BuildRequires: python-py >= 1.4.6
Requires: python-py >= 1.4.6
BuildRequires: python-sphinx
%if 0%{?with_python3}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-py >= 1.4.5
BuildRequires: python3-py >= 1.4.6
%endif # with_python3
# pytest was separated from pylib at that point
Conflicts: python-py < 1.4.0
@ -40,7 +40,7 @@ py.test provides simple, yet powerful testing for Python.
Summary: Simple powerful testing with Python
Group: Development/Languages
Requires: python3-setuptools
Requires: python3-py >= 1.4.5
Requires: python3-py >= 1.4.6
%description -n python3-pytest
@ -131,6 +131,9 @@ popd
%changelog
* Sat Dec 17 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.2.1-1
- Update to 2.2.1.
* Tue Dec 13 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.2.0-1
- Update to 2.2.0.

View File

@ -1 +1 @@
fa904c0f879c51f62058dbafe93cbe2f pytest-2.2.0.zip
3e7d5352205401c6f73976fbf1b48e68 pytest-2.2.1.zip