pyflakes 3.2.0-1 source package in Ubuntu

Changelog

pyflakes (3.2.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Benjamin Drung <email address hidden>  Thu, 29 Feb 2024 14:05:22 +0100

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
Noble release universe interpreters

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyflakes_3.2.0-1.dsc 2.1 KiB 0daf24ea18fb1d3637b56636a25605e3c38f0ce7b82b4ca64974593d2a9a4ddf
pyflakes_3.2.0.orig.tar.gz 62.3 KiB 1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f
pyflakes_3.2.0-1.debian.tar.xz 7.8 KiB 24ff35cb6a8196f4c94018ab3c50f1cf68d554902383a7a58573b1d99a83fcd2

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.