black 24.2.0-1ubuntu1 source package in Ubuntu

Changelog

black (24.2.0-1ubuntu1) noble; urgency=medium

  * d/test/control: drop unused dependency on python3-typed-ast, which was
    dropped from the archive. (LP: #2058692)

 -- Olivier Gayot <email address hidden>  Thu, 21 Mar 2024 23:05:19 +0100

Upload details

Uploaded by:
Olivier Gayot
Sponsored by:
Andreas Hasenack
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
black_24.2.0.orig.tar.gz 1.2 MiB 34ee1be9d1cafeeb98a36c9fc81f4111c6a3f8eb3252ea9a6afa20815b01c990
black_24.2.0-1ubuntu1.debian.tar.xz 10.9 KiB 1c6713dadc2b078e96e7375015aa964de9d7ef5823bf6924ffda83203dce38be
black_24.2.0-1ubuntu1.dsc 2.9 KiB ad5eacaae36ab4a73156b0485c90a2c54da21b2db95eab8cb30767b0eb6d090f

View changes file

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.