[Python-modules-commits] r27622 - in packages/nose/trunk/debian (changelog patches/issue759)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Wed Feb 12 16:14:38 UTC 2014
Date: Wednesday, February 12, 2014 @ 16:14:37
Author: barry
Revision: 27622
* d/patches/issue759: Add a patch from Barry Warsaw to fix FTBFS
with Python 3.4.
* d/control: Bump Standards-Version to 3.9.5, no changes needed.
Modified:
packages/nose/trunk/debian/changelog
packages/nose/trunk/debian/patches/issue759
Modified: packages/nose/trunk/debian/changelog
===================================================================
--- packages/nose/trunk/debian/changelog 2014-02-12 15:04:52 UTC (rev 27621)
+++ packages/nose/trunk/debian/changelog 2014-02-12 16:14:37 UTC (rev 27622)
@@ -1,8 +1,9 @@
nose (1.3.0-3) UNRELEASED; urgency=medium
* Team upload.
- * Add a patch from Barry Warsaw to fix FTBFS with Python 3.4.
- * Bump Standards-Version to 3.9.5, no changes needed.
+ * d/patches/issue759: Add a patch from Barry Warsaw to fix FTBFS
+ with Python 3.4.
+ * d/control: Bump Standards-Version to 3.9.5, no changes needed.
* Rebuild closes: #730749.
-- Dmitry Shachnev <mitya57 at gmail.com> Wed, 12 Feb 2014 18:48:36 +0400
Modified: packages/nose/trunk/debian/patches/issue759
===================================================================
--- packages/nose/trunk/debian/patches/issue759 2014-02-12 15:04:52 UTC (rev 27621)
+++ packages/nose/trunk/debian/patches/issue759 2014-02-12 16:14:37 UTC (rev 27622)
@@ -1,6 +1,6 @@
Description: Add upcall to super's __init__() so that expected attributes will
be present.
-Author: Barry Warsaw <barry at ubuntu.com>
+Author: Barry Warsaw <barry at debian.org>
Bug: https://github.com/nose-devs/nose/issues/759
--- a/nose/suite.py
More information about the Python-modules-commits
mailing list