Update to 1.3.4 (#1094718)
This commit is contained in:
parent
d57bb0bb7a
commit
c84914c1e2
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -1,23 +0,0 @@
|
||||
From 913742caf54ab68b782286c3d7a3fe87ed4d0acd Mon Sep 17 00:00:00 2001
|
||||
From: Robert Kuska <rkuska@redhat.com>
|
||||
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
|
@ -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 <lmacken@redhat.com> - 1.3.4-1
|
||||
- Update to 1.3.4 (#1094718)
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user