importmagic 0.1.7-5 source package in Ubuntu

Changelog

importmagic (0.1.7-5) unstable; urgency=medium

  * add remove-distutils.patch to support Python 3.12 (Closes: #1056412)

 -- Diane Trout <email address hidden>  Mon, 04 Dec 2023 19:12:51 -0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
importmagic_0.1.7-5.dsc 2.1 KiB 2776ca4653948b63c1b66ade7d182301cdd984029e2b2f39ad671a4c2b167c43
importmagic_0.1.7.orig.tar.gz 382.6 KiB 3f7757a5b74c9a291e20e12023bb3bf71bc2fa3adfb15a08570648ab83eaf8d8
importmagic_0.1.7-5.debian.tar.xz 4.4 KiB 9f141f85b878006a9db3ddd2d61c9c8c741722f7348e8d2a9b37595de7a3d474

Available diffs

No changes file available.

Binary packages built by this source

python3-importmagic: automagically add, remove and manage Python 3 imports

 The goal of this package is to be able to automatically manage
 imports in Python. To that end it can:
   * Build an index of all known symbols in all packages.
   * Find unresolved references in source, and resolve them against the
     index, effectively automating imports.
   * Automatically arrange imports according to PEP8.
 .
 This contains the Python 3 version