[Python-modules-commits] r28179 - in packages/nose/trunk/debian (3 files)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Fri Mar 14 05:58:18 UTC 2014
Date: Friday, March 14, 2014 @ 05:58:16
Author: mitya57-guest
Revision: 28179
* Team upload.
* New upstream release.
* Drop d/patches/issue759, applied in the new version.
Modified:
packages/nose/trunk/debian/changelog
packages/nose/trunk/debian/patches/series
Deleted:
packages/nose/trunk/debian/patches/issue759
Modified: packages/nose/trunk/debian/changelog
===================================================================
--- packages/nose/trunk/debian/changelog 2014-03-13 20:24:48 UTC (rev 28178)
+++ packages/nose/trunk/debian/changelog 2014-03-14 05:58:16 UTC (rev 28179)
@@ -1,3 +1,11 @@
+nose (1.3.1-1) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+ * Drop d/patches/issue759, applied in the new version.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com> Fri, 14 Mar 2014 09:56:31 +0400
+
nose (1.3.0-3) unstable; urgency=medium
* Team upload.
Deleted: packages/nose/trunk/debian/patches/issue759
===================================================================
--- packages/nose/trunk/debian/patches/issue759 2014-03-13 20:24:48 UTC (rev 28178)
+++ packages/nose/trunk/debian/patches/issue759 2014-03-14 05:58:16 UTC (rev 28179)
@@ -1,27 +0,0 @@
-Description: Add upcall to super's __init__() so that expected attributes will
- be present.
-Author: Barry Warsaw <barry at debian.org>
-Bug: https://github.com/nose-devs/nose/issues/759
-
---- a/nose/suite.py
-+++ b/nose/suite.py
-@@ -573,6 +573,7 @@
- control.
- """
- def __init__(self, suite, finalize):
-+ super(FinalizingSuiteWrapper, self).__init__()
- self.suite = suite
- self.finalize = finalize
-
---- a/nose/config.py
-+++ b/nose/config.py
-@@ -620,9 +620,6 @@
- def __getnewargs__(self):
- return ()
-
-- def __getattr__(self, attr):
-- return None
--
- def __nonzero__(self):
- return False
-
Modified: packages/nose/trunk/debian/patches/series
===================================================================
--- packages/nose/trunk/debian/patches/series 2014-03-13 20:24:48 UTC (rev 28178)
+++ packages/nose/trunk/debian/patches/series 2014-03-14 05:58:16 UTC (rev 28179)
@@ -2,4 +2,3 @@
no-google-analytics
no-distribute_setup
disable-unstable-tests
-issue759
More information about the Python-modules-commits
mailing list