[pytest] Update to 2.2.1.

Thomas Moschny thm at fedoraproject.org
Sat Dec 17 13:56:10 UTC 2011


commit 281bb380100c7353a5b8680054afb154488bda29
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Sat Dec 17 14:55:31 2011 +0100

    Update to 2.2.1.

 .gitignore  |    1 +
 pytest.spec |   13 ++++++++-----
 sources     |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f11cc7a..d39a1c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /pytest-2.1.1.zip
 /pytest-2.1.3.zip
 /pytest-2.2.0.zip
+/pytest-2.2.1.zip
diff --git a/pytest.spec b/pytest.spec
index bdc93c3..4cb6ed1 100644
--- a/pytest.spec
+++ b/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 at gmx.de> - 2.2.1-1
+- Update to 2.2.1.
+
 * Tue Dec 13 2011 Thomas Moschny <thomas.moschny at gmx.de> - 2.2.0-1
 - Update to 2.2.0.
 
diff --git a/sources b/sources
index 34a62fc..4ced617 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fa904c0f879c51f62058dbafe93cbe2f  pytest-2.2.0.zip
+3e7d5352205401c6f73976fbf1b48e68  pytest-2.2.1.zip


More information about the scm-commits mailing list