From a6c8c276c78ec1093f9b95d48dc928098634837e Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 10 Sep 2012 09:19:13 -0700 Subject: [PATCH] Update to nose-1.2.0. - Two less python3 test failures than 1.1.2 --- .gitignore | 1 + python-nose.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2c08f1f..e04d982 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ nose-0.11.4.tar.gz /nose-1.0.0.tar.gz /nose-1.1.1.tar.gz /nose-1.1.2.tar.gz +/nose-1.2.0.tar.gz diff --git a/python-nose.spec b/python-nose.spec index ce6eb51..a23ed7f 100644 --- a/python-nose.spec +++ b/python-nose.spec @@ -16,8 +16,8 @@ %global with_docs 1 Name: python-nose -Version: 1.1.2 -Release: 5%{?dist} +Version: 1.2.0 +Release: 1%{?dist} Summary: Discovery-based unittest extension for Python Group: Development/Languages @@ -152,9 +152,7 @@ export PYTHONPATH=`pwd`/build/lib %{__python3} selftest.py \ -e nose.plugins.errorclass \ -e nose.plugins.plugintest \ - -e imported_tests.rst \ -e test_withid_failures.rst \ - -e selector_plugin.rst \ -e test_traverse_namespace \ -v popd @@ -189,6 +187,10 @@ rm -rf %{buildroot} %endif # with_docs %changelog +* Mon Sep 10 2012 Toshio Kuratomi - 1.2.0-1 +- Update to nose-1.2.0. +- Two less python3 test failures than 1.1.2 + * Sat Aug 4 2012 David Malcolm - 1.1.2-5 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 - disable selftests that fail under 3.3 diff --git a/sources b/sources index 060298a..ad7076f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -144f237b615e23f21f6a50b2183aa817 nose-1.1.2.tar.gz +0db7fcfa8aefc5a461e90a1fc193863c nose-1.2.0.tar.gz