guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 12871b117d9979324749e9a75166ff2b655e2767
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jun 27 23:29:35 2026 +0100
gnu: python-cattrs: Update to 26.1.0.
* gnu/packages/python-xyz.scm (python-cattrs): Update to 26.1.0.
[propagated-inputs]: Add python-tomli-w.
---
gnu/packages/python-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 58787b0997..5022376f75 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22981,7 +22981,7 @@ interfaces.")
(define-public python-cattrs
(package
(name "python-cattrs")
- (version "25.2.0")
+ (version "26.1.0")
(source
(origin
(method git-fetch)
@@ -22990,11 +22990,11 @@ interfaces.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1zsp1p0wr1qf7yr9fwa60lqxbjfp5g0r3p15gf16ky8hvy6lm187"))))
+ (base32 "0msn1zgv7shlh7nnmhydg7gv6j0y9yy1061f7qcj31jhzd7bnl4b"))))
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 933 passed, 15 xfailed
+ ;; tests: 1010 passed, 15 xfailed
#:test-flags
#~(list "-m" "not benchmark"
"--numprocesses" (number->string (parallel-job-count)))
@@ -23022,6 +23022,7 @@ interfaces.")
python-orjson
python-pymongo ;for the bson module
python-pyyaml
+ python-tomli-w
python-tomlkit
python-ujson))
(home-page "https://github.com/python-attrs/cattrs")