autopep8 1.4.4-2 source package in Ubuntu

Changelog

autopep8 (1.4.4-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * d/control: Remove ancient X-Python3-Version field.

  [ Nicholas D Steeves ]
  * Drop bin:python-autopep8, its Build-Depends, and all Python 2
    references in rules. (Closes: #936169)
  * rules: Allow bin:python3-autopep8 to install to /usr/bin.  This
    bin:package now provides /usr/bin/autopep8. (Closes: #909812)
  * Drop Recommends: python-autopep8 from bin:python3-autopep8.
    (Closes: #939051)
  * Drop python3-autopep8.lintian-overrides, which the previous two
    actions make unnecessary.
  * Move python-autopep8.manpages to python3-autopep8.manpages.
  * Switch buildsystem from python_distutils to pybuild.  The package
    FTBFS without this, because of missing X-Python3-Version or
    debian/pyversions, and in the long-term the switch to pybuild is
    probably necessary.  Also, drop the overrides in rules that are
    obsolesced by this action.
  * Add build-dep on dh-sequence-python3.
  * Add python3-lib2to3 as a dependency for bin:python3-autopep8.  I'm not
    sure why it wasn't autodetected, but /usr/bin/autopep8 fails without
    this.

 -- Ondřej Nový <email address hidden>  Sat, 20 Jul 2019 00:35:32 +0200

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
autopep8_1.4.4-2.dsc 2.0 KiB 9d4ce12bf5aea2e43e4bbb20308657714051a097e91b854fcc8a254312e328b4
autopep8_1.4.4.orig.tar.gz 162.0 KiB 7ec12f04caaf357ec4d19a832c2f65434cc1cc2d12db6eb7d6d5131565f45754
autopep8_1.4.4-2.debian.tar.xz 3.8 KiB f7ffe8e5d9b27523ffec459883afbda3442b0cd2b29af7cdae08196879797629

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.