guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 8a900548b103c365de22a13d02f84edb507a4c35
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Aug 16 19:43:55 2025 +0100
gnu: python-colorlog: Update to 6.9.0.
* gnu/packages/python-xyz.scm (python-colorlog): Update to 6.9.0.
[build-system] Use pyproject.
[arguments] <phases>: Use default 'check.
[native-inputs]: Add python-setuptools.
Change-Id: I7b054c74b0c3faf7d0221fef670edb649fce4631
---
gnu/packages/python-xyz.scm | 18 +++++-------------
1 file changed, 5 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 48750852a1..7dab2e62df 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3302,25 +3302,17 @@ package descriptions or to unify multiple existing APIs
into a single API.")
(define-public python-colorlog
(package
(name "python-colorlog")
- (version "6.6.0")
+ (version "6.9.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "colorlog" version))
(sha256
- (base32 "1s7x0v872h8aks8xp01wmv6hzisxqjrh1svbbcycir0980h76krl"))))
- (build-system python-build-system)
- (arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key inputs outputs tests? #:allow-other-keys)
- (when tests?
- (add-installed-pythonpath inputs outputs)
- (invoke "python" "-m" "pytest")))))))
+ (base32 "1hka1kf6p53hppv05xsa5byr4gasfaaq7r2g3x7gb51vp6hm9fmz"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list python-pytest))
+ (list python-pytest
+ python-setuptools))
(home-page "https://github.com/borntyping/python-colorlog")
(synopsis "Log formatting with colors for python")
(description "The @code{colorlog.ColoredFormatter} is a formatter for use