gnu: python-black: Update to 25.1.0.

* gnu/packages/python-xyz.scm (python-black): Update to 25.1.0.
[propagated-inputs]: Remove python-tomli and python-typing-extensions; add python-aiohttp.
[native-inputs]: Remove python-pytest-aiohttp.

Change-Id: I8f8caefb2d76aa8171e137ae9fa6323b30989967
This commit is contained in:
Sharlatan Hellseher 2025-09-16 14:41:06 +01:00
parent f6ef8f9364
commit 95f7a43ee2
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -9997,14 +9997,14 @@ and integrated feature-set for programming Python effectively.")
(define-public python-black (define-public python-black
(package (package
(name "python-black") (name "python-black")
(version "24.10.0") (version "25.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "black" version)) (uri (pypi-uri "black" version))
(sha256 (sha256
(base32 (base32
"0xa8vkgbvmkdh4vsk967xh81i6g47fcqf5vngdkvrqxgjx6acvl4")))) "0ri6xhcrm39c7q5si4wvx1fkq98mvbl4larmj4rxfai2s5f6sj9k"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@ -10021,16 +10021,14 @@ and integrated feature-set for programming Python effectively.")
(string-append (string-append
"#!" (search-input-file inputs "/bin/python3"))))))))) "#!" (search-input-file inputs "/bin/python3")))))))))
(propagated-inputs (propagated-inputs
(list python-click (list python-aiohttp
python-click
python-mypy-extensions python-mypy-extensions
python-packaging python-packaging
python-pathspec python-pathspec
python-platformdirs python-platformdirs))
python-tomli
python-typing-extensions))
(native-inputs (native-inputs
(list python-pytest (list python-pytest
python-pytest-aiohttp
python-pytest-xdist python-pytest-xdist
python-hatch-fancy-pypi-readme python-hatch-fancy-pypi-readme
python-hatch-vcs python-hatch-vcs