diff --git a/.gitignore b/.gitignore index debc98b..52cc899 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ nose-0.11.4.tar.gz /nose-1.3.0.tar.gz /nose-1.3.1.tar.gz /nose-1.3.2.tar.gz +/nose-1.3.4.tar.gz diff --git a/python-nose-fix-_removed_tests-attribute.patch b/python-nose-fix-_removed_tests-attribute.patch deleted file mode 100644 index 49ce06d..0000000 --- a/python-nose-fix-_removed_tests-attribute.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 913742caf54ab68b782286c3d7a3fe87ed4d0acd Mon Sep 17 00:00:00 2001 -From: Robert Kuska -Date: Mon, 19 May 2014 12:51:06 +0200 -Subject: [PATCH] Call super in LazySuite to access _removed_tests variable - ---- - nose/suite.py | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/nose/suite.py b/nose/suite.py -index 18098ca..f3ccd18 100644 ---- a/nose/suite.py -+++ b/nose/suite.py -@@ -49,6 +49,7 @@ class LazySuite(unittest.TestSuite): - def __init__(self, tests=()): - """Initialize the suite. tests may be an iterable or a generator - """ -+ super(LazySuite, self).__init__() - self._set_tests(tests) - - def __iter__(self): --- -1.9.3 diff --git a/python-nose.spec b/python-nose.spec index aa68c5a..a36f738 100644 --- a/python-nose.spec +++ b/python-nose.spec @@ -16,8 +16,8 @@ %global with_docs 1 Name: python-nose -Version: 1.3.2 -Release: 3%{?dist} +Version: 1.3.4 +Release: 1%{?dist} Summary: Discovery-based unittest extension for Python Group: Development/Languages @@ -184,6 +184,9 @@ rm -rf %{buildroot} %endif # with_docs %changelog +* Wed Aug 27 2014 Luke Macken - 1.3.4-1 +- Update to 1.3.4 (#1094718) + * Sat Jun 07 2014 Fedora Release Engineering - 1.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 6bc548b..8fedb8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -00f33853c494cc7aee01b61cc4a91348 nose-1.3.2.tar.gz +6ed7169887580ddc9a8e16048d38274d nose-1.3.4.tar.gz