[Python-modules-commits] r30461 - in packages/nose/trunk/debian (3 files)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Tue Sep 2 11:17:13 UTC 2014
Date: Tuesday, September 2, 2014 @ 11:17:12
Author: mitya57-guest
Revision: 30461
releasing package nose version 1.3.4-1
Modified:
packages/nose/trunk/debian/changelog
packages/nose/trunk/debian/patches/series
Deleted:
packages/nose/trunk/debian/patches/fix_constructor
Modified: packages/nose/trunk/debian/changelog
===================================================================
--- packages/nose/trunk/debian/changelog 2014-09-02 10:15:02 UTC (rev 30460)
+++ packages/nose/trunk/debian/changelog 2014-09-02 11:17:12 UTC (rev 30461)
@@ -1,4 +1,4 @@
-nose (1.3.4-1) UNRELEASED; urgency=medium
+nose (1.3.4-1) unstable; urgency=medium
* New upstream bugfix release.
* debian/patches/fix_constructor: drop, applied upstream.
Deleted: packages/nose/trunk/debian/patches/fix_constructor
===================================================================
--- packages/nose/trunk/debian/patches/fix_constructor 2014-09-02 10:15:02 UTC (rev 30460)
+++ packages/nose/trunk/debian/patches/fix_constructor 2014-09-02 11:17:12 UTC (rev 30461)
@@ -1,12 +0,0 @@
-Index: nose/nose/suite.py
-===================================================================
---- nose.orig/nose/suite.py 2014-05-06 19:53:59.000000000 +1000
-+++ nose/nose/suite.py 2014-08-11 09:19:43.130409621 +1000
-@@ -49,6 +49,7 @@
- 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):
Modified: packages/nose/trunk/debian/patches/series
===================================================================
--- packages/nose/trunk/debian/patches/series 2014-09-02 10:15:02 UTC (rev 30460)
+++ packages/nose/trunk/debian/patches/series 2014-09-02 11:17:12 UTC (rev 30461)
@@ -2,4 +2,3 @@
no-google-analytics
no-distribute_setup
disable-unstable-tests
-fix_constructor
More information about the Python-modules-commits
mailing list