diff options
author | Arn0 <yth@ythogtha.org> | 2023-06-14 19:26:26 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-15 21:56:55 +0700 |
commit | 41364b76f6addb07daea3f7f90dc3491a82b61ec (patch) | |
tree | 20549ae232ad34a2585908cb32706b74ca68b960 /python/python3-black | |
parent | 4a979dc2e39c4129753e96263ad75403915eefb7 (diff) |
python/python3-black: updated for version 23.3.0. New maintainer
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-black')
-rw-r--r-- | python/python3-black/python3-black.SlackBuild | 3 | ||||
-rw-r--r-- | python/python3-black/python3-black.info | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/python/python3-black/python3-black.SlackBuild b/python/python3-black/python3-black.SlackBuild index f73cca45df0bf..89551b33e8ea7 100644 --- a/python/python3-black/python3-black.SlackBuild +++ b/python/python3-black/python3-black.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for python3-black # Copyright 2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2023 Yth | Pont-en-Royans, France | yth@ythogtha.org # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-black -VERSION=${VERSION:-22.12.0} +VERSION=${VERSION:-23.3.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 85a62f22f1b9c..6483f1ff06b6f 100644 --- a/python/python3-black/python3-black.info +++ b/python/python3-black/python3-black.info @@ -1,10 +1,10 @@ PRGNAM="python3-black" -VERSION="22.12.0" +VERSION="23.3.0" HOMEPAGE="https://github.com/psf/black" -DOWNLOAD="https://files.pythonhosted.org/packages/source/b/black/black-22.12.0.tar.gz" -MD5SUM="520c6d1854a2a94ea2eae1df86f441b9" +DOWNLOAD="https://files.pythonhosted.org/packages/source/b/black/black-23.3.0.tar.gz" +MD5SUM="2d592afe2a4a2ac0996781b4e95d71d3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-hatch_fancy_pypi_readme python3-hatch_vcs click mypy_extensions python3-pathspec python3-platformdirs typing-extensions" -MAINTAINER="Isaac Yu" -EMAIL="isaacyu@protonmail.com" +MAINTAINER="Yth - Arnaud" +EMAIL="yth@ythogtha.org" |