python/python3-black: reverted to version 22.12.0, for outdated packaging.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2023-06-19 14:40:32 +02:00 committed by Willy Sudiarto Raharjo
parent d58a89483c
commit 95fb0a0eb1
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-black
VERSION=${VERSION:-23.3.0}
VERSION=${VERSION:-22.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-black"
VERSION="23.3.0"
VERSION="22.12.0"
HOMEPAGE="https://github.com/psf/black"
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/black/black-23.3.0.tar.gz"
MD5SUM="2d592afe2a4a2ac0996781b4e95d71d3"
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/black/black-22.12.0.tar.gz"
MD5SUM="520c6d1854a2a94ea2eae1df86f441b9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-hatch_fancy_pypi_readme python3-hatch_vcs click mypy_extensions python3-pathspec python3-platformdirs typing-extensions"