pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-black
Module Name: pkgsrc
Committed By: wiz
Date: Sun Dec 17 22:20:04 UTC 2023
Modified Files:
pkgsrc/textproc/py-black: Makefile distinfo
Log Message:
py-black: update to 23.12.0.
## 23.12.0
### Highlights
It's almost 2024, which means it's time for a new edition of _Black_'s stable style!
Together with this release, we'll put out an alpha release 24.1a1 showcasing the draft
2024 stable style, which we'll finalize in the January release. Please try it out and
[share your feedback](https://github.com/psf/black/issues/4042).
This release (23.12.0) will still produce the 2023 style. Most but not all of the
changes in `--preview` mode will be in the 2024 stable style.
### Stable style
- Fix bug where `# fmt: off` automatically dedents when used with the `--line-ranges`
option, even when it is not within the specified line range. (#4084)
- Fix feature detection for parenthesized context managers (#4104)
### Preview style
- Prefer more equal signs before a break when splitting chained assignments (#4010)
- Standalone form feed characters at the module level are no longer removed (#4021)
- Additional cases of immediately nested tuples, lists, and dictionaries are now
indented less (#4012)
- Allow empty lines at the beginning of all blocks, except immediately before a
docstring (#4060)
- Fix crash in preview mode when using a short `--line-length` (#4086)
- Keep suites consisting of only an ellipsis on their own lines if they are not
functions or class definitions (#4066) (#4103)
### Configuration
- `--line-ranges` now skips _Black_'s internal stability check in `--safe` mode. This
avoids a crash on rare inputs that have many unformatted same-content lines. (#4034)
### Packaging
- Upgrade to mypy 1.7.1 (#4049) (#4069)
- Faster compiled wheels are now available for CPython 3.12 (#4070)
### Integrations
- Enable 3.12 CI (#4035)
- Build docker images in parallel (#4054)
- Build docker images with 3.12 (#4055)
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/py-black/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-black/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-black/Makefile
diff -u pkgsrc/textproc/py-black/Makefile:1.21 pkgsrc/textproc/py-black/Makefile:1.22
--- pkgsrc/textproc/py-black/Makefile:1.21 Wed Nov 8 09:43:11 2023
+++ pkgsrc/textproc/py-black/Makefile Sun Dec 17 22:20:04 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2023/11/08 09:43:11 adam Exp $
+# $NetBSD: Makefile,v 1.22 2023/12/17 22:20:04 wiz Exp $
-DISTNAME= black-23.11.0
+DISTNAME= black-23.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/black/}
Index: pkgsrc/textproc/py-black/distinfo
diff -u pkgsrc/textproc/py-black/distinfo:1.18 pkgsrc/textproc/py-black/distinfo:1.19
--- pkgsrc/textproc/py-black/distinfo:1.18 Wed Nov 8 09:43:11 2023
+++ pkgsrc/textproc/py-black/distinfo Sun Dec 17 22:20:04 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2023/11/08 09:43:11 adam Exp $
+$NetBSD: distinfo,v 1.19 2023/12/17 22:20:04 wiz Exp $
-BLAKE2s (black-23.11.0.tar.gz) = d04602a70b09d8816a5465174753555ec37066b5a5d6c4c25f3e749e5f403238
-SHA512 (black-23.11.0.tar.gz) = 50c9d04f57cae3b8338abd90c54f5025b915e8d50cc79863b3b540a434250475f13cd6c48f15e9b955981a2a6dadec9b4eed4caa277f349a8406d7f8640f2a2e
-Size (black-23.11.0.tar.gz) = 615416 bytes
+BLAKE2s (black-23.12.0.tar.gz) = f9b84ab25e259f4abc8e7686759716e4fe2159dcaad4acf77985c7607a16a4a4
+SHA512 (black-23.12.0.tar.gz) = bd087688dba8a56743489d4b9bed888e43fe0988deb211d58680a760c799384541d9fcb882d14c3e56b4f9559f46ce5b12bc03569621863b583526cbfea62ac5
+Size (black-23.12.0.tar.gz) = 620742 bytes
Home |
Main Index |
Thread Index |
Old Index