flake8-builtins 2.1.0-1 source package in Ubuntu

Changelog

flake8-builtins (2.1.0-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Update standards version to 4.6.2, no changes needed.

  [ Jochen Sprickerhof ]
  * New upstream version 2.1.0
  * Enable autopkgtest-pkg-pybuild

 -- Jochen Sprickerhof <email address hidden>  Thu, 19 Jan 2023 09:00:23 +0100

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flake8-builtins_2.1.0-1.dsc 2.2 KiB 7774df45dbd9e7868e2bd9d075d0d9db278af328e296368a4858a12890ac5e66
flake8-builtins_2.1.0.orig.tar.gz 15.5 KiB a19ca9e06db494c1caf5b3e6e752f93e716ae87c5527b96a34acc1b7fea36d05
flake8-builtins_2.1.0-1.debian.tar.xz 2.3 KiB b8c9ea46b30e142525c9fd1da165ec04e9b9084f6013288e4642aead7b30d9e7

Available diffs

No changes file available.

Binary packages built by this source

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

 Python allows one to override Python builtins 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.