Update to 2.2.1.
This commit is contained in:
parent
96521b9cd3
commit
281bb38010
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/pytest-2.1.1.zip
|
||||
/pytest-2.1.3.zip
|
||||
/pytest-2.2.0.zip
|
||||
/pytest-2.2.1.zip
|
||||
|
13
pytest.spec
13
pytest.spec
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user