[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/18: gnu: python-marshmallow: Update to 3.19.0.
From: |
guix-commits |
Subject: |
13/18: gnu: python-marshmallow: Update to 3.19.0. |
Date: |
Mon, 12 Dec 2022 09:25:59 -0500 (EST) |
rekado pushed a commit to branch wip-python-graphviz
in repository guix.
commit 7edf9e513e648fe65cdea11bbc039c5dd6a80cbd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 11 13:44:29 2022 +0100
gnu: python-marshmallow: Update to 3.19.0.
* gnu/packages/python-xyz.scm (python-marshmallow): Update to 3.19.0.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Remove python-dateutil and python-simplejson; add
python-packaging.
[native-inputs]: Add python-flake8, python-flake8-bugbear, python-mypy,
python-pre-commit, and python-simplejson.
---
gnu/packages/python-xyz.scm | 31 ++++++++++++++++++-------------
1 file changed, 18 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c63ba212b0..7d9f420412 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20953,24 +20953,29 @@ while only declaring the test-specific fields.")
(define-public python-marshmallow
(package
(name "python-marshmallow")
- (version "3.9.1")
+ (version "3.19.0")
(source
(origin
- (method url-fetch)
- (uri (pypi-uri "marshmallow" version))
- (sha256
- (base32
- "0kizhh3mnhpa08wfnsv1gagy22bpxzxszgbiylkhpz1d8qvwrykk"))))
- (build-system python-build-system)
+ (method url-fetch)
+ (uri (pypi-uri "marshmallow" version))
+ (sha256
+ (base32
+ "0y6vpq2p5841kcw2qil68la0rx9z1vmxzj3dxjv99kjhsq7jq0wh"))))
+ (build-system pyproject-build-system)
(propagated-inputs
- (list python-dateutil python-simplejson))
+ (list python-packaging))
(native-inputs
- (list python-pytest python-pytz))
+ (list python-flake8
+ python-flake8-bugbear
+ python-mypy
+ python-pre-commit
+ python-pytest
+ python-pytz
+ python-simplejson))
(home-page "https://github.com/marshmallow-code/marshmallow")
- (synopsis "Convert complex datatypes to and from native
- Python datatypes")
- (description "@code{marshmallow} provides a library for converting
- complex datatypes to and from native Python datatypes.")
+ (synopsis "Convert complex datatypes to and from native Python datatypes")
+ (description "@code{marshmallow} provides a library for converting complex
+datatypes to and from native Python datatypes.")
(license license:expat)))
(define-public python-marshmallow-jsonapi
- 03/18: gnu: python-biopython: Update to 1.80., (continued)
- 03/18: gnu: python-biopython: Update to 1.80., guix-commits, 2022/12/12
- 09/18: gnu: sqlite-next: Update to 3.40.0., guix-commits, 2022/12/12
- 17/18: gnu: seqmagick: Update to 0.8.4., guix-commits, 2022/12/12
- 02/18: gnu: python-hyperopt: Update to 0.2.7., guix-commits, 2022/12/12
- 04/18: gnu: python-hicmatrix: Update to 16., guix-commits, 2022/12/12
- 08/18: gnu: python-bokeh: Skip failing PIL test., guix-commits, 2022/12/12
- 06/18: gnu: python-hicexplorer: Update to 3.7.2., guix-commits, 2022/12/12
- 15/18: gnu: python-pyjwt: Update to 2.6.0., guix-commits, 2022/12/12
- 10/18: gnu: python-apsw: Update to 3.40.0.0., guix-commits, 2022/12/12
- 11/18: gnu: python-cgatcore: Update to 0.6.14., guix-commits, 2022/12/12
- 13/18: gnu: python-marshmallow: Update to 3.19.0.,
guix-commits <=
- 14/18: gnu: python-apispec: Update to 6.0.2., guix-commits, 2022/12/12
- 16/18: gnu: python-flasgger: Update to 0.9.5., guix-commits, 2022/12/12
- 18/18: gnu: cnvkit: Update to 0.9.9., guix-commits, 2022/12/12