python-distutils-extra 2.50 source package in Ubuntu

Changelog

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

  * Team upload.
  * Fix KeyError on .egg-info files in debian directory (regression in 2.48)
  * setup.py: Check that Debian version starts with DistUtilsExtra version
    (LP: #1919004)

 -- Benjamin Drung <email address hidden>  Tue, 14 Feb 2023 12:37:27 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe python
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-distutils-extra_2.50.dsc 1.9 KiB d68325ac8ae39e9dfb43773c1a9e2d118259b3e5dff600e8bdfba1583b455cae
python-distutils-extra_2.50.tar.xz 38.6 KiB 998cdd5ca3cfc7a1b4b5c2fdc571639264fe0f79193a16fe95a9b66df7ac56e1

Available diffs

No changes file available.

Binary packages built by this source

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).