mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
community/black: upgrade to 23.12.1
This commit is contained in:
parent
6d49535f39
commit
448b8034b3
@ -1,7 +1,7 @@
|
|||||||
# Contributor: Michał Polański <michal@polanski.me>
|
# Contributor: Michał Polański <michal@polanski.me>
|
||||||
# Maintainer: Michał Polański <michal@polanski.me>
|
# Maintainer: Michał Polański <michal@polanski.me>
|
||||||
pkgname=black
|
pkgname=black
|
||||||
pkgver=23.12.0
|
pkgver=23.12.1
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="The uncompromising Python code formatter"
|
pkgdesc="The uncompromising Python code formatter"
|
||||||
url="https://github.com/psf/black"
|
url="https://github.com/psf/black"
|
||||||
@ -53,6 +53,6 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
bd087688dba8a56743489d4b9bed888e43fe0988deb211d58680a760c799384541d9fcb882d14c3e56b4f9559f46ce5b12bc03569621863b583526cbfea62ac5 black-23.12.0.tar.gz
|
1a90eadbb7ccf1dd6c4c7d858b3360b7c62c04bf1826dd4817ddb8d542c3155fc72a80d53aa3be34375bd7006ab65432e006572bc5d1eeb6ff23cfa460072e93 black-23.12.1.tar.gz
|
||||||
44b5e04034a612365d22560461fdf9a3256472eeb1a7dd97e6a669c1a154932723513916da14c80c058762096b879d0df05ef610f0a7c8458d845f76e3cb8ef0 remove-fancy-pypi-readme.patch
|
3ccba63a17589e5f127ee325531022256665a26657ba59d1c505aac6cb89443f147af28d74f77e9b42dbe236b2f0fcdd744fa75b6cd1a8a37a767da6fe6d5694 remove-fancy-pypi-readme.patch
|
||||||
"
|
"
|
||||||
|
@ -2,12 +2,12 @@ Not needed to build black.
|
|||||||
|
|
||||||
--- a/pyproject.toml
|
--- a/pyproject.toml
|
||||||
+++ b/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.
|
# NOTE: You don't need this in your own Black configuration.
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
-requires = ["hatchling>=1.8.0", "hatch-vcs", "hatch-fancy-pypi-readme"]
|
-requires = ["hatchling>=1.20.0", "hatch-vcs", "hatch-fancy-pypi-readme"]
|
||||||
+requires = ["hatchling>=1.8.0", "hatch-vcs"]
|
+requires = ["hatchling>=1.20.0", "hatch-vcs"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
|
Loading…
Reference in New Issue
Block a user