black 23.7.0-1 source package in Ubuntu

Changelog

black (23.7.0-1) unstable; urgency=medium

  * New upstream release

 -- Sylvestre Ledru <email address hidden>  Fri, 21 Jul 2023 10:27:25 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
black_23.7.0-1.dsc 2.8 KiB a7732cd5a6382b8721241efca8867dc35920edd1c46a21123122bd1c282f9234
black_23.7.0.orig.tar.gz 1.2 MiB a257144a0c947214e34bbcc78364d70add3e37622f91ead9a8e54e8ca6973399
black_23.7.0-1.debian.tar.xz 10.7 KiB add7cb8eca2ace8e8e9e18929f40f7bdb44420e8238f9615a431c495de85814c

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.