[pytest] Update to 2.2.4.

Thomas Moschny thm at fedoraproject.org
Sat Jun 9 11:44:53 UTC 2012


commit 16bbfe73413a6902860b639394504b769d70524f
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Sat Jun 9 13:41:35 2012 +0200

    Update to 2.2.4.

 .gitignore  |    1 +
 pytest.spec |   15 ++++++++++-----
 sources     |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2b7c985..7bd6e78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /pytest-2.2.0.zip
 /pytest-2.2.1.zip
 /pytest-2.2.3.zip
+/pytest-2.2.4.zip
diff --git a/pytest.spec b/pytest.spec
index 4a62e19..433943a 100644
--- a/pytest.spec
+++ b/pytest.spec
@@ -5,8 +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.8
+
 Name:           pytest
-Version:        2.2.3
+Version:        2.2.4
 Release:        1%{?dist}
 Summary:        Simple powerful testing with Python
 
@@ -20,13 +22,13 @@ BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:       python-setuptools
-BuildRequires:  python-py >= 1.4.6
-Requires:       python-py >= 1.4.6
+BuildRequires:  python-py >= %{pylib_version}
+Requires:       python-py >= %{pylib_version}
 BuildRequires:  python-sphinx
 %if 0%{?with_python3}
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
-BuildRequires:  python3-py >= 1.4.6
+BuildRequires:  python3-py >= %{pylib_version}
 %endif # with_python3
 # pytest was separated from pylib at that point
 Conflicts:      python-py < 1.4.0
@@ -40,7 +42,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.6
+Requires:       python3-py >= %{pylib_version}
 
 
 %description -n python3-pytest
@@ -131,6 +133,9 @@ popd
 
 
 %changelog
+* Wed Jun  6 2012 Thomas Moschny <thomas.moschny at gmx.de> - 2.2.4-1
+- Update to 2.2.4.
+
 * Wed Feb  8 2012 Thomas Moschny <thomas.moschny at gmx.de> - 2.2.3-1
 - Update to 2.2.3.
 
diff --git a/sources b/sources
index 03e3eb3..326848c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9b66b28086b8543baa4820d5f880baa  pytest-2.2.3.zip
+73ed098e39978890b83cbea1f1ab2a74  pytest-2.2.4.zip


More information about the scm-commits mailing list