[Python-modules-commits] [nose] 02/02: Merge upstream commit that fixes tests failures with Python 3.5

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Feb 3 06:45:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch master
in repository nose.

commit 72358f4e6763a414533219e5d76f0748fa51de20
Merge: f421ff7 bbca2ea
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Feb 3 09:36:52 2016 +0300

    Merge upstream commit that fixes tests failures with Python 3.5
    
    Closes: #811468.

 debian/.git-dpm                                    |  4 +-
 debian/changelog                                   |  5 ++
 ...ame__-equal-to-__name__-on-derived-classe.patch | 53 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 functional_tests/test_load_tests_from_test_case.py |  1 +
 nose/util.py                                       |  1 +
 unit_tests/test_xunit.py                           |  1 +
 7 files changed, 64 insertions(+), 2 deletions(-)

diff --cc debian/.git-dpm
index f466f20,0000000..acf6db5
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- f15c252c5e4e8b1ea9d6924b2a9bec4efbacbd00
- f15c252c5e4e8b1ea9d6924b2a9bec4efbacbd00
++bbca2ea3f3b7e3dee0b7e2198b56196b1478c6ce
++bbca2ea3f3b7e3dee0b7e2198b56196b1478c6ce
 +f97053e0cd15a0709976837af19b8c3ecb4ebc3a
 +f97053e0cd15a0709976837af19b8c3ecb4ebc3a
 +nose_1.3.7.orig.tar.gz
 +97f2a04c9d43b29ddf4794a1a1d1ba803f1074c6
 +280488
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index 6708969,0000000..ed29e92
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,349 -1,0 +1,354 @@@
 +nose (1.3.7-1) UNRELEASED; urgency=medium
 +
++  [ Brian May ]
 +  * New upstream version.
 +
++  [ Dmitry Shachnev ]
++  * Backport upstream commit that fixes tests failures with Python 3.5
++    (closes: #811468).
++
 + -- Brian May <bam at debian.org>  Thu, 19 Nov 2015 11:10:05 +1100
 +
 +nose (1.3.6-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release.
 +  * Update debian/watch to use pypi.debian.net redirector.
 +  * Bump debhelper compatibility level to 9.
 +  * Bump Standards-Version to 3.9.6, no changes needed.
 +  * Add John Szakmeister’s key to debian/upstream/signing-key.asc,
 +    and tell uscan to verify it via debian/watch.
 +  * Explicitly build-depend on dh-python.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Fri, 10 Apr 2015 09:36:03 +0300
 +
 +nose (1.3.4-2) unstable; urgency=medium
 +
 +  * Change maintainer to the team.
 +
 + -- Gustavo Noronha Silva <kov at debian.org>  Mon, 01 Dec 2014 14:30:35 -0200
 +
 +nose (1.3.4-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release.
 +  * debian/patches/fix_constructor: drop, applied upstream.
 +  * Update my email address.
 +  * Update debian/copyright.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 02 Sep 2014 14:00:40 +0400
 +
 +nose (1.3.3-2) unstable; urgency=low
 +
 +  * Add patch to make sure we call super constructor for LazySuite. Without
 +    this, tests fail under Python3.4 as _removed_tests not defined. Patch
 +    copied from https://github.com/nose-devs/nose/pull/811 which has been
 +    included upstream in git. Closes: #757640.
 +
 + -- Brian May <bam at debian.org>  Mon, 11 Aug 2014 09:21:01 +1000
 +
 +nose (1.3.3-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Mon, 26 May 2014 09:06:55 +0400
 +
 +nose (1.3.2-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release.
 +  * Drop patches applied upstream (for issues 780, 782, 783 and 788).
 +  * Refresh disable-unstable-tests patch.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Sun, 04 May 2014 11:12:46 +0400
 +
 +nose (1.3.1-2) unstable; urgency=medium
 +
 +  * Backport a patch (issue780) to fix UnboundMethod regression with
 +    Python 3.
 +  * Add myself to Uploaders.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Fri, 28 Mar 2014 13:28:26 +0400
 +
 +nose (1.3.1-1) unstable; urgency=medium
 +
 +  * Team upload.
 +  * New upstream release.
 +  * Drop d/patches/issue759, applied in the new version.
 +  * Add three new patches (issue782, issue783 and issue788) to fix
 +    various test failures (closes: #741750).
 +  * Disable one more unstable test.
 +  * Remove unit_tests/support/doctest/noname_wrapped.not_pyc in
 +    clean target.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Wed, 19 Mar 2014 10:31:26 -0400
 +
 +nose (1.3.0-3) unstable; urgency=medium
 +
 +  * Team upload.
 +  * 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
 +
 +nose (1.3.0-2.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * debian/control (Build-Depends): Added libjs-jquery-hotkeys,
 +    libjs-jquery-isonscreen and libjs-jquery-tablesorter (closes: #726695).
 +
 + -- Michael Banck <mbanck at debian.org>  Sat, 23 Nov 2013 17:31:29 +0100
 +
 +nose (1.3.0-2) unstable; urgency=low
 +
 +  * Team upload.
 +  * Upload to unstable.
 +
 +  [ Jakub Wilk ]
 +  * Use canonical URIs for Vcs-* fields.
 +
 +  [ Dmitry Shachnev ]
 +  * Rebuild without python2.6 (closes: #675753, #707897).
 +  * Drop nosetests-3.x scripts. There is no easy way to provide these
 +    scripts for all supported Python 3 versions, and there are other
 +    ways to do the same thing (like running python3.x -m nose).
 +  * Install a manpage for nosetests-2.7.
 +  * Update the Homepage: field.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Sun, 19 May 2013 16:15:23 +0400
 +
 +nose (1.3.0-1) experimental; urgency=low
 +
 +  [ Dmitry Shachnev ]
 +  * Team upload.
 +  * New upstream release (closes: #675554).
 +    - Fixes exceptions in tests generator (closes: #663465, thanks to
 +      Jakub Wilk for the bug report).
 +    - Provides __main__.py, which allows using nose as "python3 -m nose"
 +      (thanks to Stefano Rivera for the patch).
 +  * Build-depend on python-coverage (for the test suite).
 +  * Bump Standards-Version to 3.9.4, no changes needed.
 +  * Disable some unstable tests (in multiprocessing module) to make the
 +    package not FTBFS.
 +  * Run the tests for Python 3.x during build.
 +  * debian/patches/manpage-formatting: dropped, the issue is properly
 +    fixed upstream.
 +  * debian/rules: disable HTTP traffic during build.
 +  * Refresh other patches.
 +  * Update debian/clean.
 +
 +  [ Charlie Smotherman ]
 +  * Removed myself from uploaders in debian/control
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Thu, 18 Apr 2013 18:24:11 +0400
 +
 +nose (1.1.2-3) unstable; urgency=low
 +
 +  * Team upload.
 +  * Rebuild with python3-defaults 3.2.3~rc1-2, to generate correct
 +    python3:Depends.
 +  * Bumped Standards Version to 3.9.3 (no changes needed).
 +
 + -- Stefano Rivera <stefanor at debian.org>  Mon, 19 Mar 2012 15:43:59 +0200
 +
 +nose (1.1.2-2) unstable; urgency=low
 +
 +  * Team upload.
 +  * Add versioned Breaks & Replaces in python-nose-doc, for moved doc-base
 +    file.
 +
 + -- Stefano Rivera <stefanor at debian.org>  Mon, 06 Feb 2012 22:30:11 +0200
 +
 +nose (1.1.2-1) unstable; urgency=low
 +
 +  [ Charlie Smotherman ]
 +  * New Upstream release. Closes: #646394
 +  * Switched to source format 3.0 (quilt).
 +  * Package builds twice in a row now. Closes: #608678
 +  * Increased debhelper compat level to 7.
 +  * Migrated from debian/pyversions to X-P-V
 +  * Migrated debian/copyright to DEP5.
 +  * Pointed debian/watch at PyPI
 +  * Use dh7 tiny rules. Bumped debhelper B-D to >= 7.0.50~
 +  * Use dh_python2. Closes: #631406
 +    - Bump python B-D to python-all (>= 2.6.6-3~)
 +  * Use dh_sphinxdoc. Closes: #636079
 +  * Build python 3 package. Closes: #604038, #647920
 +    - B-D on python3-all, python3-setuptools.
 +    - Break documentation into a separate python-nose-doc package.
 +  * Add myself to Uploaders.
 +  * Install manpages from debian/rules
 +
 +  [ Stefano Rivera ]
 +  * Team upload.
 +  * Remove Google Analytics js from documentation template.
 +  * Clean correctly after unit tests.
 +  * Wrap and sort long fields in debian/control.
 +  * Respect nocheck in DEB_BUILD_OPTIONS.
 +  * Ensure seteup.py doesn't use distribute_setup.
 +  * Rework python 3 package, not to use alternatives.
 +  * Fix shebangs to match script names.
 +  * Provide rst symlink in python-nose-doc.
 +
 + -- Stefano Rivera <stefanor at debian.org>  Sun, 05 Feb 2012 00:42:33 +0200
 +
 +nose (1.0.0-1) unstable; urgency=low
 +
 +  * Team upload.
 +
 +  [ Jakub Wilk ]
 +  * Fix watch file.
 +
 +  [ Piotr Ożarowski ]
 +  * New upstream release (closes: #608677)
 +    - adds Python 2.7 (closes: #608679)
 +  * Remove build dir in clean target
 +
 + -- Piotr Ożarowski <piotr at debian.org>  Sun, 17 Apr 2011 22:13:12 +0200
 +
 +nose (0.11.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Documentation is now included
 +  * debian/control
 +    - build-depend on python-sphinx
 +    - bump build-dependency on python-dev to >= 2.5.4-1~
 +    - bump standards to 3.8.1, no changes necessary
 +    - added dependency to libjs-jquery
 +  * debian/rules
 +    - addded --install-layout=deb to DEB_PYTHON_INSTALL_ARGS
 +    - build the documentation using Sphinx
 +  * debian/doc-base
 +    - added doc-base file to register documentation
 +
 + -- Torsten Marek <shlomme at debian.org>  Sun, 17 May 2009 12:32:32 +0200
 +
 +nose (0.10.4-2) unstable; urgency=low
 +
 +  [ Stephan Peijnik ]
 +  * Upload to unstable
 +  * Added misc:Depends to fix lintian warning
 +
 + -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Wed, 18 Feb 2009 08:48:35 +0100
 +
 +nose (0.10.4-1) experimental; urgency=low
 +
 +  [ Sandro Tosi ]
 +  * debian/control
 +    - switch Vcs-Browser field to viewsvn
 +
 +  [ Piotr Ożarowski ]
 +  * New upstream release
 +
 + -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Thu, 06 Nov 2008 19:50:27 +0100
 +
 +nose (0.10.3-1) unstable; urgency=low
 +
 +  [Torsten Marek]
 +  * New upstream release (Closes: #461994)
 +  * debian/control
 +    - bump standards version to 3.8.0, no changes necessary
 +    - add suggestions for python-coverage (Closes: #457053)
 +    - change dependency on python-setuptools into 
 +      python-pkg-resources (Closes: #468719)
 +    - added myself to uploaders
 +
 +  [Gustavo Noronha Silva]
 +  * debian/control:
 +    - remove -1 from build-dep on setuptools
 +
 + -- Torsten Marek <shlomme at debian.org>  Thu, 12 Jun 2008 13:39:43 +0200
 +
 +nose (0.10.1-1) unstable; urgency=low
 +
 +  [ Sandro Tosi ]
 +  * debian/control
 +    - uniforming Vcs-Browser field
 +
 +  [ Ondrej Certik ]
 +  * New upstream release
 +  * Standards version upgraded to 3.7.3
 +
 + -- Gustavo Noronha Silva <kov at debian.org>  Sun, 10 Feb 2008 22:27:38 -0200
 +
 +nose (0.10.0-1) unstable; urgency=low
 +
 +  [ Piotr Ożarowski ]
 +  * Vcs-Browser and Homepage fields added
 +  * XS-Vcs-Svn field renamed to Vcs-Svn
 +
 +  [ Gustavo Noronha Silva ]
 +  * New upstream release (Closes: #449072)
 +
 + -- Gustavo Noronha Silva <kov at debian.org>  Sat, 17 Nov 2007 03:31:08 -0200
 +
 +nose (0.9.3-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Gustavo Noronha Silva <kov at debian.org>  Wed, 27 Jun 2007 20:57:42 -0300
 +
 +nose (0.9.2-3) unstable; urgency=low
 +
 +  [ Piotr Ożarowski ]
 +  * New python-support handles egg's directory name correctly
 +    - bump python-support required version
 +    - remove mv part from debian/rules
 +    (Closes: #423978)
 +
 + -- Gustavo Noronha Silva <kov at debian.org>  Sat, 19 May 2007 17:22:13 -0300
 +
 +nose (0.9.2-2) unstable; urgency=low
 +
 +  * Uploading to unstable
 +
 + -- Gustavo Noronha Silva <kov at debian.org>  Sun, 15 Apr 2007 14:28:01 -0300
 +
 +nose (0.9.2-1) experimental; urgency=low
 +
 +  * New upstream release
 +  * debian/rules:
 +  - remove the incorrect path in which upstream is installing
 +    the manpage
 +  * debian/manpages, debian/nosetests.1:
 +  - have the upstream manpage be installed, instead of the one I provide
 +    (it is the one upstream is providing now, but updated)
 +
 + -- Gustavo Noronha Silva <kov at debian.org>  Thu, 15 Feb 2007 00:30:17 -0200
 +
 +nose (0.9.1-1) experimental; urgency=low
 +
 +  [ Piotr Ozarowski ]
 +  * New upstream release
 +  * debian/control:
 +  - moved python-dev to Build-Depends: (to satisfy lintian)
 +  - added XS-Vcs-Svn field
 +  * debian/rules:
 +  - simplified a little bit (`pyversions -vd' instead of sed)
 +  * Added debian/watch file
 +  * Bumped debhelper compatibility from 4 to 5
 +
 + -- Gustavo Noronha Silva <kov at debian.org>  Sat, 13 Jan 2007 19:52:32 -0200
 +
 +nose (0.9.0-2) unstable; urgency=low
 +
 +  * debian/control:
 +  - added python-setuptools to Depends (Closes: #395287)
 +  - added XS-Python-Version
 +  * debian/docs:
 +  - added, now install README.txt documentation (addresses #395289)
 +  * debian/examples:
 +  - added; install the examples provided, as well
 +  * debian/nosetests.1, debian/manpages:
 +  - added; manpage generated by help2man and adapted to add some important
 +    information (Closes: #395289)
 +
 + -- Gustavo Noronha Silva <kov at debian.org>  Thu, 26 Oct 2006 22:47:27 -0300
 +
 +nose (0.9.0-1) unstable; urgency=low
 +
 +  * Initial Release (Closes: #366786)
 +  - thanks to Arnaud Fontaine <arnaud at andesi.org> for implementing the new
 +    python policy
 +
 + -- Gustavo Noronha Silva <kov at debian.org>  Sun,  7 May 2006 22:49:58 -0300
 +
diff --cc debian/patches/0005-Set-__qualname__-equal-to-__name__-on-derived-classe.patch
index 0000000,0000000..269bbff
new file mode 100644
--- /dev/null
+++ b/debian/patches/0005-Set-__qualname__-equal-to-__name__-on-derived-classe.patch
@@@ -1,0 -1,0 +1,53 @@@
++From bbca2ea3f3b7e3dee0b7e2198b56196b1478c6ce Mon Sep 17 00:00:00 2001
++From: Dmitry Shachnev <mitya57 at gmail.com>
++Date: Mon, 1 Feb 2016 00:05:30 +0300
++Subject: Set __qualname__ equal to __name__ on derived classes
++MIME-Version: 1.0
++Content-Type: text/plain; charset=UTF-8
++Content-Transfer-Encoding: 8bit
++
++To make output on Python ≥ 3.5 the same as on previous Python versions.
++
++This fixes #928.
++---
++ functional_tests/test_load_tests_from_test_case.py | 1 +
++ nose/util.py                                       | 1 +
++ unit_tests/test_xunit.py                           | 1 +
++ 3 files changed, 3 insertions(+)
++
++diff --git a/functional_tests/test_load_tests_from_test_case.py b/functional_tests/test_load_tests_from_test_case.py
++index 42f8563..13d0c8a 100644
++--- a/functional_tests/test_load_tests_from_test_case.py
+++++ b/functional_tests/test_load_tests_from_test_case.py
++@@ -29,6 +29,7 @@ class NoFixturePlug(Plugin):
++                 pass
++             def tearDown(self):
++                 pass
+++        Derived.__qualname__ = Derived.__name__
++         # must use nose loader here because the default loader in 2.3
++         # won't load tests from base classes
++         l = loader.TestLoader()
++diff --git a/nose/util.py b/nose/util.py
++index bfe1658..80ab1d4 100644
++--- a/nose/util.py
+++++ b/nose/util.py
++@@ -643,6 +643,7 @@ def transplant_class(cls, module):
++         pass
++     C.__module__ = module
++     C.__name__ = cls.__name__
+++    C.__qualname__ = cls.__name__
++     return C
++ 
++ 
++diff --git a/unit_tests/test_xunit.py b/unit_tests/test_xunit.py
++index d98ccba..2a9f69b 100644
++--- a/unit_tests/test_xunit.py
+++++ b/unit_tests/test_xunit.py
++@@ -16,6 +16,7 @@ def mktest():
++     class TC(unittest.TestCase):
++         def runTest(self):
++             pass
+++    TC.__qualname__ = TC.__name__
++     test = TC()
++     return test
++ 
diff --cc debian/patches/series
index 3e9e3bc,0000000..1b47bf4
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,4 -1,0 +1,5 @@@
 +no-install-data
 +no-google-analytics
 +no-distribute_setup
 +disable-unstable-tests
++0005-Set-__qualname__-equal-to-__name__-on-derived-classe.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/nose.git



More information about the Python-modules-commits mailing list