From 388c87f0a96605b998038b643de69f8abdc17990 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sun, 28 Oct 2012 10:18:10 +0100 Subject: [PATCH] Update to 2.3.2. --- .gitignore | 1 + pytest.spec | 14 +++++++------- sources | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index c539417..1b8db6b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /pytest-2.2.3.zip /pytest-2.2.4.zip /pytest-2.3.1.zip +/pytest-2.3.2.zip diff --git a/pytest.spec b/pytest.spec index ca5bccf..e03db76 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.10 +%global pylib_version 1.4.11 Name: pytest -Version: 2.3.1 +Version: 2.3.2 Release: 1%{?dist} Summary: Simple powerful testing with Python @@ -120,14 +120,11 @@ rm -rf %{buildroot} %check PYTHONPATH=%{buildroot}%{python_sitelib} \ - %{buildroot}%{_bindir}/py.test -r s \ - --ignore=doc/ja + %{buildroot}%{_bindir}/py.test -r s %if 0%{?with_python3} pushd %{py3dir} PYTHONPATH=%{buildroot}%{python3_sitelib} \ - %{buildroot}%{_bindir}/py.test-3.* -r s \ - --ignore=doc/ja \ - --ignore=doc/en/example/py2py3 + %{buildroot}%{_bindir}/py.test-3.* -r s popd %endif # with_python3 @@ -152,6 +149,9 @@ popd %changelog +* Sun Oct 28 2012 Thomas Moschny - 2.3.2-1 +- Update to 2.3.2. + * Sun Oct 21 2012 Thomas Moschny - 2.3.1-1 - Update to 2.3.1. - Re-enable some tests, ignore others. diff --git a/sources b/sources index 84d2be9..fd0db41 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f8603ab43889a773fbf3d5246fa24b9d pytest-2.3.1.zip +ccffb2f8b1581203bcd5e18cd6eac4f7 pytest-2.3.2.zip