autopep8 0.9.1-2.1 source package in Ubuntu

Changelog

autopep8 (0.9.1-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Bumped DH level to 10.
  * debian/control:
      - Added the python-pkg-resources to Depends field. Thanks to
        Sebastian Ramacher. (Closes: #843977)
      - Added the python-pep8 and removed the pep8 from Depends field.
        Thanks to Antonio Ospite and Merlijn van Deen.
        (Closes: #817860, LP: #1635192)
      - Bumped Standards-Version to 3.9.8.
  * debian/copyright: removed a duplicate 'Copyright' word.
  * debian/watch: created.

 -- Daniele Adriana Goulart Lopes <email address hidden>  Wed, 14 Dec 2016 16:04:25 -0200

Upload details

Uploaded by:
Micah Anderson
Uploaded to:
Sid
Original maintainer:
Micah Anderson
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
autopep8_0.9.1-2.1.dsc 1.7 KiB 1a00295ba02694872099d2338110b86e929ace64c52cea7592e21cc2b3c09c28
autopep8_0.9.1.orig.tar.gz 48.1 KiB c387af9a0b95857a94671beda0e1821a1514cb48dc30f8e7b1483e74c1b97140
autopep8_0.9.1-2.1.debian.tar.xz 2.3 KiB b46d31fa378bb5f4bbe0931c39951ce69f8d87dcf7db3d4f804677168a253745

Available diffs

No changes file available.

Binary packages built by this source

python-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.