community/black: upgrade to 23.12.1

This commit is contained in:
Celeste 2023-12-24 04:18:45 +00:00 committed by Michał Polański
parent 6d49535f39
commit 448b8034b3
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Contributor: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
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
"

View File

@ -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]