diff options
author | Arn0 <yth@ythogtha.org> | 2023-06-19 14:40:32 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-20 17:36:59 +0700 |
commit | 95fb0a0eb11f35e69bc9334624c252186f65c42f (patch) | |
tree | 6cc2d69a6077fd6de082116343726527f27f6bbf /python/python3-black | |
parent | d58a89483cd646e2e5f6f23f12d44dfaeab74507 (diff) |
python/python3-black: reverted to version 22.12.0, for outdated packaging.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-black')
-rw-r--r-- | python/python3-black/python3-black.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-black/python3-black.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-black/python3-black.SlackBuild b/python/python3-black/python3-black.SlackBuild index 89551b33e8ea7..92f9b3028add4 100644 --- a/python/python3-black/python3-black.SlackBuild +++ b/python/python3-black/python3-black.SlackBuild @@ -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} diff --git a/python/python3-black/python3-black.info b/python/python3-black/python3-black.info index 6483f1ff06b6f..26244a04078e6 100644 --- a/python/python3-black/python3-black.info +++ b/python/python3-black/python3-black.info @@ -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" |