[python-nose] Update to 1.3.0 upstream with python-3.3 fixes

Toshio くらとみ toshio at fedoraproject.org
Tue Apr 9 21:40:18 UTC 2013


commit 2b407cc5b6b11a3895c29b25f86162e2d40fc1f9
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Tue Apr 9 14:40:12 2013 -0700

    Update to 1.3.0 upstream with python-3.3 fixes

 .gitignore         |    1 +
 nose-manpage.patch |   12 ------------
 python-nose.spec   |   16 +++++++---------
 sources            |    2 +-
 4 files changed, 9 insertions(+), 22 deletions(-)
---
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/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 <toshio at 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 at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list