All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-marshmallow: bump to version 4.2.0
@ 2026-01-06  2:39 James Hilliard
  2026-01-08 11:11 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2026-01-06  2:39 UTC (permalink / raw)
  To: buildroot; +Cc: Martin Hundebøll, James Hilliard

Drop no longer required python-packaging runtime dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/python-marshmallow/Config.in               | 1 -
 package/python-marshmallow/python-marshmallow.hash | 4 ++--
 package/python-marshmallow/python-marshmallow.mk   | 4 ++--
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/package/python-marshmallow/Config.in b/package/python-marshmallow/Config.in
index cc1b42f465..7c4048760c 100644
--- a/package/python-marshmallow/Config.in
+++ b/package/python-marshmallow/Config.in
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_PYTHON_MARSHMALLOW
 	bool "python-marshmallow"
-	select BR2_PACKAGE_PYTHON_PACKAGING # runtime
 	help
 	  A lightweight library for converting complex datatypes to
 	  and from native Python datatypes.
diff --git a/package/python-marshmallow/python-marshmallow.hash b/package/python-marshmallow/python-marshmallow.hash
index fb11bca0ac..bce3e58f6e 100644
--- a/package/python-marshmallow/python-marshmallow.hash
+++ b/package/python-marshmallow/python-marshmallow.hash
@@ -1,6 +1,6 @@
 # md5, sha256 from https://pypi.org/pypi/marshmallow/json
-md5  6c6ccf9a63b69844257dbb6cbc45d593  marshmallow-4.1.2.tar.gz
-sha256  083f250643d2e75fd363f256aeb6b1af369a7513ad37647ce4a601f6966e3ba5  marshmallow-4.1.2.tar.gz
+md5  09036899f9ccc33eafc5c7d7040952d2  marshmallow-4.2.0.tar.gz
+sha256  908acabd5aa14741419d3678d3296bda6abe28a167b7dcd05969ceb8256943ac  marshmallow-4.2.0.tar.gz
 # Locally computed sha256 checksums
 sha256  906b5d9051e426144cb173ad911667b8ebd05a9c584c2c26c135b32a3ed12001  LICENSE
 sha256  f982e6fd97ba00973e94605b972ff04894b22c4fa937b868828b32ae8f0a7c2e  docs/license.rst
diff --git a/package/python-marshmallow/python-marshmallow.mk b/package/python-marshmallow/python-marshmallow.mk
index 7879fa0ede..d748774246 100644
--- a/package/python-marshmallow/python-marshmallow.mk
+++ b/package/python-marshmallow/python-marshmallow.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_MARSHMALLOW_VERSION = 4.1.2
+PYTHON_MARSHMALLOW_VERSION = 4.2.0
 PYTHON_MARSHMALLOW_SOURCE = marshmallow-$(PYTHON_MARSHMALLOW_VERSION).tar.gz
-PYTHON_MARSHMALLOW_SITE = https://files.pythonhosted.org/packages/e9/e1/5edfd1edf05d3cc98415b0810ca45fa19d7dee6def0d0ec639eb4eb14e20
+PYTHON_MARSHMALLOW_SITE = https://files.pythonhosted.org/packages/bc/34/55d47aab1ef03fb5aab96257a31acfc58791d274cf86c044e6e75e6d3bfe
 PYTHON_MARSHMALLOW_SETUP_TYPE = flit
 PYTHON_MARSHMALLOW_LICENSE = MIT
 PYTHON_MARSHMALLOW_LICENSE_FILES = LICENSE docs/license.rst
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/python-marshmallow: bump to version 4.2.0
  2026-01-06  2:39 [Buildroot] [PATCH 1/1] package/python-marshmallow: bump to version 4.2.0 James Hilliard
@ 2026-01-08 11:11 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2026-01-08 11:11 UTC (permalink / raw)
  To: James Hilliard; +Cc: buildroot, Martin Hundebøll

On Mon,  5 Jan 2026 19:39:57 -0700
James Hilliard <james.hilliard1@gmail.com> wrote:

> Drop no longer required python-packaging runtime dependency.
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/python-marshmallow/Config.in               | 1 -
>  package/python-marshmallow/python-marshmallow.hash | 4 ++--
>  package/python-marshmallow/python-marshmallow.mk   | 4 ++--
>  3 files changed, 4 insertions(+), 5 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-01-08 11:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-06  2:39 [Buildroot] [PATCH 1/1] package/python-marshmallow: bump to version 4.2.0 James Hilliard
2026-01-08 11:11 ` Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.