python-distutils-extra 2.42 source package in Ubuntu

Changelog

python-distutils-extra (2.42) unstable; urgency=medium

  [ Ondřej Nový ]
  * Remove debian/pycompat, it's not used by any modern Python helper

  [ Helmut Grohne ]
  * Mark all packages Multi-Arch: foreign (Closes: #912859)

  [ Matthias Klose ]
  * python3-distutils-extra: Depend on python3-distutils (Closes: #894897)

  [ Martin Pitt ]
  * Bump Standards-Version to 4.3.0.  No changes necessary.
  * test/auto.py: Use modern assertions
  * Adjust dependency calculation for Python 3.7.
    For builtin modules, their __file__ attribute is now None instead of
    absent.
    Make the `test/auto.py T.test_apport_hook` stricter and fail more
    usefully. (Closes: #909992)
  * Fix pyflakes3 errors and check it during build
  * Add autopkgtest.
    This re-uses the upstream tests, but runs them against the
    system-installed module.
  * Add missing python-pkg-resources dependency.
    Spotted by autopkgtest.
  * python-mkdebian: Fix output of tab instead of spaces (Closes: #862182)

 -- Martin Pitt <email address hidden>  Sun, 20 Jan 2019 11:18:36 +0000

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-distutils-extra_2.42.dsc 2.1 KiB 62a2ce4a06e7631046367ec852bb549e9112fec7410394ead9ad9fb36af7d09f
python-distutils-extra_2.42.tar.xz 37.1 KiB 5a06cb327135819bfadb30f54b523ded8557702d97f2959861c83188a4058655

Available diffs

No changes file available.

Binary packages built by this source

python-distutils-extra: No summary available for python-distutils-extra in ubuntu eoan.

No description available for python-distutils-extra in ubuntu eoan.

python3-distutils-extra: enhancements to the Python3 build system

 This package provides additional functions to Python's distutils and
 setuptools. It allows you to easily integrate gettext, icons and GNOME
 documentation into your build and installation process.
 .
 It also provides an "auto" module which provides a "do what I mean" automatic
 build system; if you stick to the conventions, you do not need to write
 setup.cfg, POTFILES.in, or MANIFEST.in, and setup.py just needs to have the
 package metadata (such as project name and version).