diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-27 23:29:35 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:17 +0100 |
| commit | 2fd67eef0e95933f1e3d48321506d97b1c52ea03 (patch) | |
| tree | da71492e2e164e877fc9e1af2be4cd239695f8c3 /gnu | |
| parent | 46db5b9a0b3fa10f87aeb2f98dda124785b4b4b0 (diff) | |
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.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ac9fbb602a3..35556c02a55 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -23099,7 +23099,7 @@ interfaces.") | |||
| 23099 | (define-public python-cattrs | 23099 | (define-public python-cattrs |
| 23100 | (package | 23100 | (package |
| 23101 | (name "python-cattrs") | 23101 | (name "python-cattrs") |
| 23102 | (version "25.2.0") | 23102 | (version "26.1.0") |
| 23103 | (source | 23103 | (source |
| 23104 | (origin | 23104 | (origin |
| 23105 | (method git-fetch) | 23105 | (method git-fetch) |
| @@ -23108,11 +23108,11 @@ interfaces.") | |||
| 23108 | (commit (string-append "v" version)))) | 23108 | (commit (string-append "v" version)))) |
| 23109 | (file-name (git-file-name name version)) | 23109 | (file-name (git-file-name name version)) |
| 23110 | (sha256 | 23110 | (sha256 |
| 23111 | (base32 "1zsp1p0wr1qf7yr9fwa60lqxbjfp5g0r3p15gf16ky8hvy6lm187")))) | 23111 | (base32 "0msn1zgv7shlh7nnmhydg7gv6j0y9yy1061f7qcj31jhzd7bnl4b")))) |
| 23112 | (build-system pyproject-build-system) | 23112 | (build-system pyproject-build-system) |
| 23113 | (arguments | 23113 | (arguments |
| 23114 | (list | 23114 | (list |
| 23115 | ;; tests: 933 passed, 15 xfailed | 23115 | ;; tests: 1010 passed, 15 xfailed |
| 23116 | #:test-flags | 23116 | #:test-flags |
| 23117 | #~(list "-m" "not benchmark" | 23117 | #~(list "-m" "not benchmark" |
| 23118 | "--numprocesses" (number->string (parallel-job-count))) | 23118 | "--numprocesses" (number->string (parallel-job-count))) |
| @@ -23140,6 +23140,7 @@ interfaces.") | |||
| 23140 | python-orjson | 23140 | python-orjson |
| 23141 | python-pymongo ;for the bson module | 23141 | python-pymongo ;for the bson module |
| 23142 | python-pyyaml | 23142 | python-pyyaml |
| 23143 | python-tomli-w | ||
| 23143 | python-tomlkit | 23144 | python-tomlkit |
| 23144 | python-ujson)) | 23145 | python-ujson)) |
| 23145 | (home-page "https://github.com/python-attrs/cattrs") | 23146 | (home-page "https://github.com/python-attrs/cattrs") |
