Your message dated Sat, 06 Aug 2022 18:49:04 +0000 with message-id <[email protected]> and subject line Bug#968043: fixed in black 22.6.0-2 has caused the Debian Bug report #968043, regarding black: add bash-completion to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 968043: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968043 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: black Version: 18.9b0-1-6 Severity: minor Dear Maintainer, Please add bash-completion to this package. Here is one that I wrote that is available under the same license as black itself: _have black && _black() { local cur prev COMPREPLY=() cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} case $prev in -l|--line-length|--include|--exclude) return 0;; esac if [[ "$cur" == -* ]]; then opts='-l -S -N -q -v -h' lopts=' --check --config --diff --exclude --fast --include --line-length --quiet --safe --skip-numeric-underscore-normalization --skip-string-normalization --verbose --version ' COMPREPLY=( $(compgen -W "${opts[*]} ${lopts[*]}" -- $cur) ) else _filedir fi } complete -F _black $filenames black -- System Information: Debian Release: 10.5 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable'), (100, 'proposed-updates') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-9-amd64 (SMP w/8 CPU cores) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages black depends on: ii python3 3.7.3-1 ii python3-appdirs 1.4.3-1 ii python3-attr 18.2.0-1 ii python3-click 7.0-1 ii python3-pkg-resources 40.8.0-1 ii python3-toml 0.10.0-1 black recommends no packages. Versions of packages black suggests: pn python-black-doc <none> -- no debconf information
--- End Message ---
--- Begin Message ---Source: black Source-Version: 22.6.0-2 Done: Timo Röhling <[email protected]> We believe that the bug you reported is fixed in the latest version of black, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Timo Röhling <[email protected]> (supplier of updated black package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 06 Aug 2022 20:41:25 +0200 Source: black Architecture: source Version: 22.6.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Python Team <[email protected]> Changed-By: Timo Röhling <[email protected]> Closes: 968043 Changes: black (22.6.0-2) unstable; urgency=medium . * Team upload. * Add bash completion. Thanks to Hans-Christoph Steiner (Closes: #968043) * Skip blackd tests Checksums-Sha1: 524b23ce685bef0ea4f2eeae19763c21cfe0b85a 2736 black_22.6.0-2.dsc 0b2d72e8cc65d79986e208a8dca703def89771c7 10768 black_22.6.0-2.debian.tar.xz Checksums-Sha256: 789c5ac2b2913a7cf163292c8a93118d723432018f20845f217b82fa253868bd 2736 black_22.6.0-2.dsc 14e6f9d18910bfa5ecaf9c6b40b8e76cd4e8dedf7e18b36c790e18a0b99b2272 10768 black_22.6.0-2.debian.tar.xz Files: c038a056a4217ff24c3c299764e290d8 2736 python optional black_22.6.0-2.dsc 06cde417049eac7394432f7d0a4b32a1 10768 python optional black_22.6.0-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQHIBAEBCgAyFiEEJvtDgpxjkjCIVtam+C8H+466LVkFAmLutnEUHHJvZWhsaW5n QGRlYmlhbi5vcmcACgkQ+C8H+466LVl1Bgv/X8FimS2SJgTnzaPCeXipGqDwy8nR ohGcrBFfBwpE1znOIP8CexLipQfN3++TZAvz2gBRDeZ6HnveiDHVYiaZu/9X+4Qo 2rbagfqGg7OC+qGJ6DkdV1IfAtDp9HayfNe7evvXs7CsnjASLNr2t917lwJmAdi0 /r35DQStWgJmuDejdGhbdowFUJz2z6sQ/ldkjn00MnSrPwi5AjdV6Z/4rTMR1ksk WygRkBgcWDGbxbZMY3b8qO7BK92O61RBOV6pz4aAX6kynQ1u9KsqgZEcbNabjOZY 1/vWScCAKfOz34b2flfFszfR512iHdkzWVo/2+uczydPpJzHSWoQL1AGG8RqaMf8 c+oO6zbqjiAG9nhVEUKRk9LsQUr94RGdV1lUEceDSdKX3H2vzrg232RAnnDetl3v wylGM0F2WtG2IL5ffSu05Bqt082QkIh7qifx6kn1ZfmNPgOZpy6qtpQfEr+rs8Ea t8OJo5tvScSmEU5f3brGmj+sYPShdCvtqQAX =P83u -----END PGP SIGNATURE-----
--- End Message ---

