black: update to 25.1.0.

Closes: #54203 [via git-merge-pr]
This commit is contained in:
icp 2025-01-31 11:24:25 +05:30 committed by classabbyamp
parent 69e4864b05
commit 8add61acf2
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5

View File

@ -1,7 +1,7 @@
# Template file for 'black'
pkgname=black
version=24.10.0
revision=2
version=25.1.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs hatch-fancy-pypi-readme"
depends="python3-click python3-platformdirs python3-pathspec python3-packaging
@ -14,7 +14,7 @@ license="MIT"
homepage="https://black.readthedocs.io/en/stable/"
changelog="https://raw.githubusercontent.com/psf/black/main/CHANGES.md"
distfiles="${PYPI_SITE}/b/black/black-${version}.tar.gz"
checksum=846ea64c97afe3bc677b761787993be4991810ecc7a4a937816dd6bddedc4875
checksum=33496d5cd1222ad73391352b4ae8da15253c5de89b93a80b3e2c8d9a19ec2666
post_check() {
PYTHONPATH=src python3 -m black --check src tests