pyflakes 3.1.0-1 source package in Ubuntu

Changelog

pyflakes (3.1.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - Add support for PEP 695 and python 3.12 (Closes: #1042339)
  * Bump Standards-Version to 4.6.2

 -- Benjamin Drung <email address hidden>  Thu, 07 Dec 2023 14:03:34 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyflakes_3.1.0-1.dsc 2.1 KiB c1199f4aecabfc9c3fe12045374ffdca897c88223390461792b9dbf2395d94ed
pyflakes_3.1.0.orig.tar.gz 62.1 KiB a0aae034c444db0071aa077972ba4768d40c830d9539fd45bf4cd3f8f6992efc
pyflakes_3.1.0-1.debian.tar.xz 7.7 KiB 8ec722dae7729845303940bb5537a28fd71477f1e721e4fb2e8f30f35c6317c4

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.