1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
|
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 <diane@ghic.org> Tue, 09 Feb 2021 11:09:40 -0800
black (20.8b1-3) unstable; urgency=medium
[ Chris Lamb ]
* Team upload.
* Ensure that a "black" binary exists before running the testsuite to avoid test_async_main test failure.
* releasing package black version 20.8b1-2
[ Diane Trout ]
* unittests assume the command is installed (Closes: #972519)
* Release to unstable
-- Diane Trout <diane@ghic.org> Wed, 04 Nov 2020 21:23:13 -0800
black (20.8b1-2) unstable; urgency=medium
* Team upload.
* Correct version handling to avoid "ModuleNotFoundError: No module named
'_black_version'" error when loading. (Closes: #970901)
* Ensure that a "black" binary exists before running the testsuite to avoid
test_async_main test failure.
* Don't specific maintainer-specific build directories in debian/gbp.conf.
* Commit tarballs to pristine-tar branch.
-- Chris Lamb <lamby@debian.org> Mon, 12 Oct 2020 11:48:16 +0100
black (20.8b1-1) unstable; urgency=medium
[ Denis Laxalde ]
* d/control: Define Built-Using for -doc package
[ Sylvestre Ledru ]
* new upstream release
Needs sphinx3 (> 3.2) and python3-recommonmark
and python3-mypy-extensions, python3-typing-extensions
* black 20.8 needs a recent version of regex, explicit
the dep: python3-regex (>= 0.1.202018)
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 24 Sep 2020 21:28:48 +0200
black (19.10b0-3) unstable; urgency=medium
* For now, disable autopkgtest on !amd64
Fails because of dependencies
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 11 Apr 2020 13:32:13 +0200
black (19.10b0-2) unstable; urgency=medium
* Try to force the PYTHONPATH to make autopkgtest
(Closes: #945609)
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 10 Mar 2020 22:37:52 +0100
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 <sylvestre@debian.org> Sun, 17 Nov 2019 16:42:25 +0100
black (19.3b0-1) unstable; urgency=medium
* Upload into unstable
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 07 Jul 2019 09:50:01 +0200
black (19.3b0-1~exp1) experimental; urgency=medium
* New upstream release (Closes: #926155)
* Package moved in the Debian Python team (Closes: #926156)
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 09 Apr 2019 22:40:57 +0200
black (18.9b0-1-6) unstable; urgency=medium
* Support for Python3.7 and test dependencies. (Closes: #914552)
-- Neil Williams <codehelp@debian.org> Tue, 27 Nov 2018 09:47:06 +0000
black (18.9b0-1-5) unstable; urgency=medium
* Bump minimum Python3 version to 3.6 (Closes: #912760)
-- Neil Williams <codehelp@debian.org> Wed, 07 Nov 2018 17:34:20 +0000
black (18.9b0-1-4) unstable; urgency=medium
* Fix "broken symlink to undercore.js in doc package.
(Closes: #911066)
-- Neil Williams <codehelp@debian.org> Mon, 15 Oct 2018 13:22:59 +0100
black (18.9b0-1-3) unstable; urgency=medium
* Build manpage each time and update VCS links
-- Neil Williams <codehelp@debian.org> Mon, 08 Oct 2018 14:34:17 +0100
black (18.9b0-1-2) unstable; urgency=medium
* Change build-dep to just python3, drop build-depend
on python3-all-dev (Closes: #910094)
-- Neil Williams <codehelp@debian.org> Thu, 04 Oct 2018 12:47:58 +0100
black (18.9b0-1-1) unstable; urgency=medium
* New upstream release
* Drop objects.inv from docs to aid reproducibility
-- Neil Williams <codehelp@debian.org> Thu, 27 Sep 2018 13:37:28 +0100
black (18.6b4-1) unstable; urgency=medium
* Initial release. (Closes: #909562: ITP: black -- uncompromising
Python code formatter)
-- Neil Williams <codehelp@debian.org> Fri, 21 Sep 2018 18:43:59 +0100
|