black 20.8b1-4 source package in Ubuntu

Changelog

black (20.8b1-4) unstable; urgency=medium

  * Modify autopkgtests to not use setup.py (Closes: #981764)
    - several tests assume that they run in the source tree, I skipped
      test_process_queue because it assumed there was a json file installed
      near the library.

 -- Diane Trout <email address hidden>  Tue, 09 Feb 2021 11:09:40 -0800

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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
black_20.8b1-4.dsc 2.5 KiB d5b38a56b437fdfa5697199e1ee653fba8eccda709f3bf1fa0d12ba2797431a0
black_20.8b1.orig.tar.gz 1.0 MiB ea03d357159ee5fa42d5d17043b9ff91c4bb0fd568d2cb0c4e34cb10cd35a9dc
black_20.8b1-4.debian.tar.xz 8.5 KiB 953c5f63f556c16125b015873d54d2a3a7de07f5aec8e7473d53c3111e803727

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.