black 21.4b2-3 source package in Ubuntu

Changelog

black (21.4b2-3) unstable; urgency=medium

  * Remove Sphinxdoc built-using as only symlinks are required.
  * Add black_primer manpage rule & install it.
  * Update manpage for black.1 (Closes: #983440)
  * Update version handling. (Closes: #955008)

 -- Neil Williams <email address hidden>  Sun, 10 Oct 2021 17:18:11 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
black_21.4b2-3.dsc 2.6 KiB 8c7126111d3bf53d81d9abc82bfa85bd9cedcfe97e43fbf608089e67aaf36d73
black_21.4b2.orig.tar.gz 1.1 MiB a790717a0663e6f4b65a54459ed81d5988ecf0a7ae401423a13115a1d056fd5c
black_21.4b2-3.debian.tar.xz 10.4 KiB 45e0432a01827c28fc9380785fdbf6cb075e872f30694bfb6b574bcf93bbbfc9

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.