Update to 1.3.0 upstream with python-3.3 fixes
This commit is contained in:
parent
49d2f97ff6
commit
2b407cc5b6
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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:
|
@ -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 <toshio@fedoraproject.org> - 1.3.0-1
|
||||
- Update to 1.3.0 upstream with python-3.3 fixes
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user