autoflake 2.3.0-1 source package in Ubuntu

Changelog

autoflake (2.3.0-1) unstable; urgency=medium

  * New upstream release.
  * Update copyright year.
  * Drop 0001-fix-for-tests-on-python-3.12.patch, applied upstream.

 -- Edward Betts <edward@4angle.com>  Tue, 27 Feb 2024 08:42:20 +0000

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
autoflake_2.3.0-1.dsc 2.2 KiB 1a7ce831896379593d39c419b89201a69e169d96dc6ec0b0319095d2d9ed3a54
autoflake_2.3.0.orig.tar.gz 29.9 KiB 24e853923647625686f08dee5704a06bec82bdf734ebcbede8e44b06eee1d811
autoflake_2.3.0-1.debian.tar.xz 3.6 KiB 6bbd51786d8219b4517c8eb431b6be2f11c3d9466e499611b9e839ed4613c488

Available diffs

No changes file available.

Binary packages built by this source

autoflake: Removes unused imports and unused variables in Python code

 By default, autoflake only removes unused imports for modules that are part of
 the standard library. (Other modules may have side effects that make them
 unsafe to remove automatically.) Removal of unused variables is also disabled
 by default.
 .
 Also removes useless 'pass' statements.