~bryce/ubuntu/+source/nose:fix-lp1859880-py3-sphinx

Last commit made on 2020-01-21
Get this branch:
git clone -b fix-lp1859880-py3-sphinx https://git.launchpad.net/~bryce/ubuntu/+source/nose
Only Bryce Harrington can upload to this branch. If you are Bryce Harrington please log in for upload directions.

Branch merges

Branch information

Name:
fix-lp1859880-py3-sphinx
Repository:
lp:~bryce/ubuntu/+source/nose

Recent commits

76002b1... by Bryce Harrington

changelog

3b1a3f7... by Bryce Harrington

update-maintainer

5b63066... by Bryce Harrington

d/control: Use the python3 version of the coverage module

4c2ba26... by Bryce Harrington

d/control, d/rules: Use the python3 version of sphinx

Convert codebase to python3 before generating code docs

nose's root codebase has some py2-isms, which are fixed up during
setup.py's build via setup3lib.py and setuptool's 2to3 mechanisms.
Unfortunately, sphinx doesn't see these changes and tries to build docs
from the original (python2) codebase.

Previously, the python2 version of sphinx was being used to generate the
docs, so this was not a problem. However, when using python3-sphinx, it
errors when it encounters python2 source. Address this by running 2to3
over the codebase before calling sphinx.

665ffe5... by Bryce Harrington

d/rules, d/control: Drop python2 binary package

9cbbfc5... by Matthias Klose

Import patches-unapplied version 1.3.7-4build1 to ubuntu/focal-proposed

Imported using git-ubuntu import.

Changelog parent: 85701db42013e9fc291dc3165e52732e89a90904

New changelog entries:
  * No-change rebuild to generate dependencies on python2.

85701db... by Dmitry Shachnev

Import patches-unapplied version 1.3.7-4 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 068ad02ea4edf046eb865b99d031c16054b23f37

New changelog entries:
  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/changelog: Remove trailing whitespaces
  * d/control: Remove trailing whitespaces
  [ Helmut Grohne ]
  * Mark all packages Multi-Arch: foreign (closes: #892938).
  [ Dmitry Shachnev ]
  * Switch to pybuild buildsystem.
  * Move all clean logic to debian/clean file.
  * Remove obsolete Breaks/Replaces for pre-oldstable versions.
  * Remove debian/python-nose.prerm, leftover from old times.
  * Bump Standards-Version to 4.1.3, no changes needed.

068ad02... by Dmitry Shachnev

Import patches-unapplied version 1.3.7-3 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 3112dbdf0a302bda8b0e909e98d497c1d1785376

New changelog entries:
  * Add a patch to fix test failures with Python 3.6 (closes: #880232).
  * Update Homepage field to use the new readthedocs.io domain.
  * Bump Standards-Version to 4.1.1, no changes needed.

3112dbd... by Dmitry Shachnev

Import patches-unapplied version 1.3.7-2 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 3b30f0e32424a572b0fc0915ecf6c26ebf9defb2

New changelog entries:
  * Add a patch to make coverage plugin compatible with python-coverage 4.1
    (closes: #828224).
  * Bump Standards-Version to 3.9.8, no changes needed.

3b30f0e... by Dmitry Shachnev

Import patches-unapplied version 1.3.7-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: c5251a30f589b1e5b2f2f5637bc52273508c9284

New changelog entries:
  [ Brian May ]
  * New upstream version.
  [ Dmitry Shachnev ]
  * Backport upstream commit that fixes tests failures with Python 3.5
    (closes: #811468).
  * Use HTTPS in Vcs-Git field and in debian/watch.
  * Override Lintian false-positive warning about missing source for
    unit_tests/support/doctest/noname_wrapped.not_pyc.