black 23.11.0-1 source package in Ubuntu

Changelog

black (23.11.0-1) unstable; urgency=medium

  * New upstream release

 -- Sylvestre Ledru <email address hidden>  Sun, 19 Nov 2023 13:54:15 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
black_23.11.0-1.dsc 2.8 KiB 85aa2148f318d4b6e383cc5c168e3d8f44b38101a466db2b5a8400bcc6ffbfc3
black_23.11.0.orig.tar.gz 1.2 MiB 9a3e5ff65b96caba796e16529b8e7f9613a75b0daaf122eb3c166c6f716f23b4
black_23.11.0-1.debian.tar.xz 10.7 KiB 2343e49d87f43e3b48c0ca4464d7fc701533b07b3af0b8e051f6021ab021e516

Available diffs

No changes file available.

Binary packages built by this source

black: uncompromising Python code formatter (Python 3)

 Black is the uncompromising Python code formatter. By using it, you
 agree to cede control over minutiae of hand-formatting. In return,
 Black gives you speed, determinism, and freedom from pycodestyle
 nagging about formatting. You will save time and mental energy for
 more important matters.
 .
 Blackened code looks the same regardless of the project you're reading.
 Formatting becomes transparent after a while and you can focus on the
 content instead.
 .
 Black makes code review faster by producing the smallest diffs
 possible.

python-black-doc: uncompromising Python code formatter (common documentation)

 Black is the uncompromising Python code formatter. This package contains
 the documentation for applying black to your code.
 .
 Blackened code looks the same regardless of the project you're reading.
 Formatting becomes transparent after a while and you can focus on the
 content instead.