diff --git a/community/black/APKBUILD b/community/black/APKBUILD index 1becff7ff13..bd4025aedb0 100644 --- a/community/black/APKBUILD +++ b/community/black/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Michał Polański # Maintainer: Michał Polański pkgname=black -pkgver=23.12.0 +pkgver=23.12.1 pkgrel=0 pkgdesc="The uncompromising Python code formatter" url="https://github.com/psf/black" @@ -53,6 +53,6 @@ package() { } sha512sums=" -bd087688dba8a56743489d4b9bed888e43fe0988deb211d58680a760c799384541d9fcb882d14c3e56b4f9559f46ce5b12bc03569621863b583526cbfea62ac5 black-23.12.0.tar.gz -44b5e04034a612365d22560461fdf9a3256472eeb1a7dd97e6a669c1a154932723513916da14c80c058762096b879d0df05ef610f0a7c8458d845f76e3cb8ef0 remove-fancy-pypi-readme.patch +1a90eadbb7ccf1dd6c4c7d858b3360b7c62c04bf1826dd4817ddb8d542c3155fc72a80d53aa3be34375bd7006ab65432e006572bc5d1eeb6ff23cfa460072e93 black-23.12.1.tar.gz +3ccba63a17589e5f127ee325531022256665a26657ba59d1c505aac6cb89443f147af28d74f77e9b42dbe236b2f0fcdd744fa75b6cd1a8a37a767da6fe6d5694 remove-fancy-pypi-readme.patch " diff --git a/community/black/remove-fancy-pypi-readme.patch b/community/black/remove-fancy-pypi-readme.patch index cd06adef685..3627d471b08 100644 --- a/community/black/remove-fancy-pypi-readme.patch +++ b/community/black/remove-fancy-pypi-readme.patch @@ -2,12 +2,12 @@ Not needed to build black. --- a/pyproject.toml +++ b/pyproject.toml -@@ -26,7 +26,7 @@ preview = true +@@ -25,7 +25,7 @@ preview = true # NOTE: You don't need this in your own Black configuration. [build-system] --requires = ["hatchling>=1.8.0", "hatch-vcs", "hatch-fancy-pypi-readme"] -+requires = ["hatchling>=1.8.0", "hatch-vcs"] +-requires = ["hatchling>=1.20.0", "hatch-vcs", "hatch-fancy-pypi-readme"] ++requires = ["hatchling>=1.20.0", "hatch-vcs"] build-backend = "hatchling.build" [project]