flake8-comprehensions 3.14.0-1 source package in Ubuntu

Changelog

flake8-comprehensions (3.14.0-1) unstable; urgency=medium

  * New upstream version 3.14.0
  * Bump Standards to 4.6.2 (no change)
  * Update copyright

 -- Jose Luis Rivero <email address hidden>  Fri, 08 Sep 2023 09:56:26 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flake8-comprehensions_3.14.0-1.dsc 1.9 KiB 4dabc62e56a52b807ea540135dc8e335a51f6fc81bc7dc219b8c7f56a33b1c19
flake8-comprehensions_3.14.0.orig.tar.gz 15.6 KiB ecb10559a06e1412db2a2aa9e6d84c3212ebabcde92e8210ec97c90b5af3a3bf
flake8-comprehensions_3.14.0-1.debian.tar.xz 2.5 KiB b9303bfa91520969df805adad2e8426bf0ea4d08917d8c67d53b02a9ba79575a

Available diffs

No changes file available.

Binary packages built by this source

python3-flake8-comprehensions: flake8 extension that checks for re-use of builtin identifiers

 Python allows one to override Python comprehensions as parameters, but although
 could be useful in some really specific use cases, the general approach is to
 not do that as code then can suddenly break without a clear trace.