summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-16 14:41:06 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:08 +0100
commit95f7a43ee2d57927bf77b26d2ed6af7c1201c4ee (patch)
tree4019f52724c65db721913bc65d719c9e5b2d3b12
parentf6ef8f93642f3dc912f308c7353bd4c7de9fed03 (diff)
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
-rw-r--r--gnu/packages/python-xyz.scm12
1 files changed, 5 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3097576226..f09e101013 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9997,14 +9997,14 @@ and integrated feature-set for programming Python effectively.")
(define-public python-black
(package
(name "python-black")
- (version "24.10.0")
+ (version "25.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "black" version))
(sha256
(base32
- "0xa8vkgbvmkdh4vsk967xh81i6g47fcqf5vngdkvrqxgjx6acvl4"))))
+ "0ri6xhcrm39c7q5si4wvx1fkq98mvbl4larmj4rxfai2s5f6sj9k"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -10021,16 +10021,14 @@ and integrated feature-set for programming Python effectively.")
(string-append
"#!" (search-input-file inputs "/bin/python3")))))))))
(propagated-inputs
- (list python-click
+ (list python-aiohttp
+ python-click
python-mypy-extensions
python-packaging
python-pathspec
- python-platformdirs
- python-tomli
- python-typing-extensions))
+ python-platformdirs))
(native-inputs
(list python-pytest
- python-pytest-aiohttp
python-pytest-xdist
python-hatch-fancy-pypi-readme
python-hatch-vcs