pyflakes 2.2.0-2 source package in Ubuntu

Changelog

pyflakes (2.2.0-2) unstable; urgency=low

  * Team upload.

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Remove obsolete field Name from debian/upstream/metadata (already present in
    machine-readable debian/copyright).

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Michael Hudson-Doyle ]
  * d/patches/0001-Fix-test-for-nightly-Python-3.9-532.patch,
    d/patches/0002-Fix-tests-with-Python-3.9-closes-549-586.patch: Cherry pick
    fixes from upstream to fix test failures with Python 3.9 (Closes: #973165)

 -- Michael Hudson-Doyle <email address hidden>  Wed, 11 Nov 2020 11:33:35 +1300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyflakes_2.2.0-2.dsc 2.1 KiB 53a2b2a10fd45be574fdc2d3763117afef5a7ed837df4c15c98d484cd2573e3b
pyflakes_2.2.0.orig.tar.gz 63.8 KiB 35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8
pyflakes_2.2.0-2.debian.tar.xz 8.0 KiB d8051abe5512bbe5c87dc6296b40f10b2b4d96459b085940055350f989a05d1b

Available diffs

No changes file available.

Binary packages built by this source

pyflakes3: passive checker of Python 3 programs

 Pyflakes is program to analyze Python programs and detect various
 errors. It works by parsing the source file, not importing it, so it
 is safe to use on modules with side effects. It's also much faster.
 .
 Unlike PyLint, Pyflakes checks only for logical errors in programs;
 it does not perform any checks on style.
 .
 This is the Python 3 command line `pyflakes3` program.

python3-pyflakes: passive checker of Python 3 programs - Python modules

 Pyflakes is program to analyze Python programs and detect various
 errors. It works by parsing the source file, not importing it, so it
 is safe to use on modules with side effects. It's also much faster.
 .
 Unlike PyLint, Pyflakes checks only for logical errors in programs;
 it does not perform any checks on style.
 .
 This is the Python 3 library version.