pyflakes 2.4.0-1 source package in Ubuntu

Changelog

pyflakes (2.4.0-1) unstable; urgency=medium

  * Team upload.
  * Update to new upstream release 2.4.0 (Closes: #1002348)
  * Update homepage (Closes: #974819)
  * Drop BD on nose and just use built-in unittest
  * Update Standards-Version to 4.6.0 (no changes needed)
  * Run unittests as part of CI
  * Update d/watch version to 4

 -- Scott Talbert <email address hidden>  Thu, 17 Feb 2022 19:32:51 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyflakes_2.4.0-1.dsc 2.1 KiB 2959aa8a6ec93afbf6fe1f04dea56ee16bcec336c60c1ce61c2cb47c3d40ab2e
pyflakes_2.4.0.orig.tar.gz 67.5 KiB 05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c
pyflakes_2.4.0-1.debian.tar.xz 7.5 KiB 4283f268c2881859eb4dac03e11e7e2460b5b51e2413ae8df4c44f0be9e43361

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.