diff --git a/.gitignore b/.gitignore index b2a7656..7c38781 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ nose-0.11.4.tar.gz /nose-1.1.2.tar.gz /nose-1.2.0.tar.gz /nose-1.2.1.tar.gz +/nose-1.3.0.tar.gz diff --git a/nose-manpage.patch b/nose-manpage.patch deleted file mode 100644 index 639139d..0000000 --- a/nose-manpage.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -r 068efd358695 nosetests.1 ---- a/nosetests.1 Mon May 02 15:32:48 2011 -0500 -+++ b/nosetests.1 Thu May 19 08:22:49 2011 -0700 -@@ -82,7 +82,7 @@ - In addition to passing command\-line options, you may also put - configuration options in your project\'s \fIsetup.cfg\fP file, or a .noserc - or nose.cfg file in your home directory. In any of these standard --.ini\-style config files, you put your nosetests configuration in a -+\&.ini\-style config files, you put your nosetests configuration in a - \fB[nosetests]\fP section. Options are the same as on the command line, - with the \-\- prefix removed. For options that are simple switches, you - must supply a value: diff --git a/python-nose.spec b/python-nose.spec index e8176bc..476b759 100644 --- a/python-nose.spec +++ b/python-nose.spec @@ -16,16 +16,14 @@ %global with_docs 1 Name: python-nose -Version: 1.2.1 -Release: 2%{?dist} +Version: 1.3.0 +Release: 1%{?dist} Summary: Discovery-based unittest extension for Python Group: Development/Languages License: LGPLv2+ and Public Domain URL: http://somethingaboutorange.com/mrl/projects/nose/ Source0: http://pypi.python.org/packages/source/n/nose/nose-%{version}.tar.gz -# Submitted upstream: http://code.google.com/p/python-nose/issues/detail?id=421 -Patch1: nose-manpage.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -93,7 +91,6 @@ python3 unittests. %prep %setup -q -n %{upstream_name}-%{version} -%patch1 -p1 -b .manp dos2unix examples/attrib_plugin.py @@ -102,6 +99,8 @@ rm -rf %{py3dir} cp -a . %{py3dir} %endif # with_python3 +rm doc/*.pyc + %build %{__python} setup.py build @@ -150,10 +149,6 @@ export PYTHONPATH=`pwd`/build/lib # Various selftests fail with Python 3.3b1; skip them for now using "-e" # (reported upstream as https://github.com/nose-devs/nose/issues/538 ) %{__python3} selftest.py \ - -e nose.plugins.errorclass \ - -e nose.plugins.plugintest \ - -e test_withid_failures.rst \ - -e test_traverse_namespace \ -v popd %endif # with_python3 @@ -187,6 +182,9 @@ rm -rf %{buildroot} %endif # with_docs %changelog +* Tue Apr 9 2013 Toshio Kuratomi - 1.3.0-1 +- Update to 1.3.0 upstream with python-3.3 fixes + * Thu Feb 14 2013 Fedora Release Engineering - 1.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 0a38e67..8798f2c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -735e3f1ce8b07e70ee1b742a8a53585a nose-1.2.1.tar.gz +95d6d32b9d6b029c3c65674bd9e7eabe nose-1.3.0.tar.gz