From 281bb380100c7353a5b8680054afb154488bda29 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Dec 17 2011 13:55:31 +0000 Subject: Update to 2.2.1. --- 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 - 2.2.1-1 +- Update to 2.2.1. + * Tue Dec 13 2011 Thomas Moschny - 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