black 23.10.1-1 source package in Ubuntu

Changelog

black (23.10.1-1) unstable; urgency=medium

  * New upstream release

 -- Sylvestre Ledru <email address hidden>  Wed, 25 Oct 2023 23:39:44 +0200

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.10.1-1.dsc 2.8 KiB c25b2808b9c15a9acbe51ef7fd7a132ffd9f64e0de1657c6036bd5861bc9b4e2
black_23.10.1.orig.tar.gz 1.2 MiB ce98fb6d710ec24dc7336a9d1da3537abc5d0b132a9a4d5f2bf165b0d03b14fa
black_23.10.1-1.debian.tar.xz 10.7 KiB e0371a3a55fef20b871fb606c4df602ac4457da40bec8d2cb8f30d078526f266

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.