autopep8 2.0.4-2 source package in Ubuntu

Changelog

autopep8 (2.0.4-2) unstable; urgency=medium

  * Team upload.
  * Patch: Python 3.12 support. (Closes: #1058198)

 -- Stefano Rivera <email address hidden>  Tue, 23 Jan 2024 17:23:35 -0400

Upload details

Uploaded by:
Sylvestre Ledru
Uploaded to:
Sid
Original maintainer:
Sylvestre Ledru
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
autopep8_2.0.4-2.dsc 1.5 KiB 405d8918d83e32b7876fde2cea58b3afe24c8c0aac467f4443ed04a5efa33aff
autopep8_2.0.4.orig.tar.gz 113.7 KiB 2913064abd97b3419d1cc83ea71f042cb821f87e45b9c88cad5ad3c4ea87fe0c
autopep8_2.0.4-2.debian.tar.xz 30.9 KiB 06f00d4727783a815c57b3493c98eab09b67e37348cee7a4eeb782c16264ef7f

Available diffs

No changes file available.

Binary packages built by this source

python3-autopep8: tool that automatically formats Python code to conform to PEP 8

 autopep8 automatically formats Python code to conform to the PEP 8 style
 guide. It uses the pep8 utility to determine what parts of the code needs to
 be formatted. autopep8 is capable of fixing most of the formatting issues that
 can be reported by pep8. This package is for Python3.