diff --git a/.gitignore b/.gitignore index 1b8db6b..d5abcce 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /pytest-2.2.4.zip /pytest-2.3.1.zip /pytest-2.3.2.zip +/pytest-2.3.4.zip diff --git a/pytest.spec b/pytest.spec index e03db76..62ae118 100644 --- a/pytest.spec +++ b/pytest.spec @@ -5,10 +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.11 +%global pylib_version 1.4.12 Name: pytest -Version: 2.3.2 +Version: 2.3.4 Release: 1%{?dist} Summary: Simple powerful testing with Python @@ -149,6 +149,9 @@ popd %changelog +* Fri Nov 23 2012 Thomas Moschny - 2.3.4-1 +- Update to 2.3.4. + * Sun Oct 28 2012 Thomas Moschny - 2.3.2-1 - Update to 2.3.2. diff --git a/sources b/sources index fd0db41..fcd2480 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ccffb2f8b1581203bcd5e18cd6eac4f7 pytest-2.3.2.zip +db319fef9c310dc46798b285d3da3aa1 pytest-2.3.4.zip