black 24.8.0-1 source package in Ubuntu

Changelog

black (24.8.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Refreshed patches.
  * d/control: build the docs using upstream's preferred theme: furo.
  * python3-hatch-fancy-pypi-readme & python3-myst-parser are available,
    remove patches that worked around their previous absencse.
  * Increased (mypyc) build verbosity and produce debug information
  * Link the docs against the python3-doc package.
  * Added patch to preserve privacy by removing external image
    references.

 -- Michael R. Crusoe <email address hidden>  Sun, 04 Aug 2024 16:12:54 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
black_24.8.0-1.dsc 2.7 KiB 03469cb176f1204fdb3091ced96932b8874b0c204219f785ae62743d38f2f8a3
black_24.8.0.orig.tar.gz 1.2 MiB 9516275f6ab9ee53ee20818e92b00339b140b06b46309c62a56066ac5c82f366
black_24.8.0-1.debian.tar.xz 11.1 KiB 6b14e1b771a54d771699e4cb0043b1b8612ae8f750a75597260f0f4e60bce73d

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.

black-dbgsym: debug symbols for black
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.