importmagic 0.1.7-6 source package in Ubuntu

Changelog

importmagic (0.1.7-6) unstable; urgency=medium

  * Team Upload
  * Drop distutils 2/2, follow up to 0.1.7-5 (Closes: #1065878)
  * Set Rules-Requires-Root: no

 -- Alexandre Detiste <email address hidden>  Wed, 19 Jun 2024 13:03:54 +0200

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
importmagic_0.1.7-6.dsc 2.1 KiB e90bfe20c63d7c3514847cec13f3b3ed09299441dbb3edf666253e3959f65162
importmagic_0.1.7.orig.tar.gz 382.6 KiB 3f7757a5b74c9a291e20e12023bb3bf71bc2fa3adfb15a08570648ab83eaf8d8
importmagic_0.1.7-6.debian.tar.xz 4.5 KiB a409f23fed03996918719c66458aefe8c3e37454152ae6aad195e37206f7dab4

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.