black 19.10b0-1 source package in Ubuntu

Changelog

black (19.10b0-1) unstable; urgency=medium

  [ Emmanuel Arias ]
  * New Upstream release (Closes: #944292)
  * d/control: Bump Standards-Version to 4.4.1
  * d/control: Bump debhelper-compat to 12

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * d/control: Remove trailing whitespaces.
  * d/control: Fix wrong Vcs-*.

  [ Sylvestre Ledru ]
  * d/control: add missing deps for the testsuite
  * Disable the scm setuptools check as the tarball doesn't
    have the info

 -- Sylvestre Ledru <email address hidden>  Sun, 17 Nov 2019 16:42:25 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
black_19.10b0-1.dsc 2.5 KiB 0225222538f5bb11be3b2b888d4af87d8eacc756f4880340dc5541a50039a6bf
black_19.10b0.orig.tar.gz 984.5 KiB 215324aaf25aabebcb1d0ae239c67272a823961eab176a37f6e42fd496366891
black_19.10b0-1.debian.tar.xz 7.3 KiB d74424ae6949e35991ce57e0dac44c913c56fe1600ed16b7c5c890e23915f44c

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.