Update to 2.1.1.

This commit is contained in:
Thomas Moschny 2011-08-30 22:01:11 +02:00
parent cc8ea75b04
commit fb76f741ff
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/pytest-2.1.0.zip
/pytest-2.1.1.zip

View File

@ -6,8 +6,8 @@
%endif
Name: pytest
Version: 2.1.0
Release: 2%{?dist}
Version: 2.1.1
Release: 1%{?dist}
Summary: Simple powerful testing with Python
Group: Development/Languages
@ -20,15 +20,15 @@ BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: python-setuptools
BuildRequires: python-py >= 1.4.4
Requires: python-py >= 1.4.4
BuildRequires: python-py >= 1.4.5
Requires: python-py >= 1.4.5
BuildRequires: python-sphinx
%if 0%{?with_python3}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Requires: python3-setuptools
BuildRequires: python3-py >= 1.4.4
Requires: python3-py >= 1.4.4
BuildRequires: python3-py >= 1.4.5
Requires: python3-py >= 1.4.5
%endif # with_python3
# pytest was separated from pylib at that point
Conflicts: python-py < 1.4.0
@ -131,6 +131,9 @@ popd
%changelog
* Sun Aug 28 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.1-1
- Update to 2.1.1.
* Thu Aug 11 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.0-2
- Update Requires and BuildRequires tags.

View File

@ -1 +1 @@
85e70de34628a3412309dddad63c21ce pytest-2.1.0.zip
f41ca8e05d351fcbaf34a60a2311f764 pytest-2.1.1.zip