black 24.4.2-2 source package in Ubuntu

Changelog

black (24.4.2-2) unstable; urgency=medium

  * Team upload.
  * Compile Black using mypyc, as upstream does for PyPI. Closes: #1066036
    Tests are now run at build time as well.
  * Remove trailing whitespace in debian/copyright (routine-update)
  * d/control: remove unneeded X-Python3-Version >= 3.6
  * Remaining patches are Debian-specific and do not need forwarding
    upstream.
  * Use pybuild for the autopkgtest

 -- Michael R. Crusoe <email address hidden>  Thu, 09 May 2024 19:18:06 +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.4.2-2.dsc 2.6 KiB 870de039a14bb185a0b615a97c3262082c88c0cc55cea17bb70991adf536cccd
black_24.4.2.orig.tar.gz 1.2 MiB 27c2a421d8213f07c38f0b5e3968d928f75f2b3dfabd87c66db93e699c406e2d
black_24.4.2-2.debian.tar.xz 10.9 KiB b1e9e54c510e96123397d3e37b57dea673bdd648912ef71f7dc1aa1ec40fcac8

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.