importmagic 0.1.7-4 source package in Ubuntu

Changelog

importmagic (0.1.7-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sat, 28 May 2022 01:01:26 +0100

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
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
importmagic_0.1.7-4.dsc 2.1 KiB 2b7f6f3588d02f13735ecac44ccae5b0945f84ded15fec378ad7a05bde93e525
importmagic_0.1.7.orig.tar.gz 382.6 KiB 3f7757a5b74c9a291e20e12023bb3bf71bc2fa3adfb15a08570648ab83eaf8d8
importmagic_0.1.7-4.debian.tar.xz 4.0 KiB e20053fbd6a96b80d4b682fd7407f5c51a27ea5754298ef45d390a7edbf6af17

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