commit:     32914780850656ad7211a43a77ad4493098537f3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  2 04:08:05 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov  2 04:20:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32914780

dev-python/marshmallow: Bump to 4.1.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/marshmallow/Manifest                 |  2 ++
 dev-python/marshmallow/marshmallow-4.1.0.ebuild | 29 +++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index dad945ef1642..9df1daa024f6 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,2 +1,4 @@
 DIST marshmallow-3.26.1.tar.gz 221825 BLAKE2B 
37ac0cb401efd046070a406cfbbfb130020dcd0f60e8244f8734b28b9c1a3c151d8550016fb54d83861dd61f7d60c6157469fa575e2df1474f45e70bed7b8cd4
 SHA512 
b0146313010d03d7c5e4808bfb274e2923df455c34e5d31931a35b76c713dd1e403fdb0da95ba4f0eba3bdb747a57c4f85f296aad870170380e4d54fc6824d1e
 DIST marshmallow-4.0.1.tar.gz 220453 BLAKE2B 
1bb1e81ee7e1cf378693f82506bde523b2f701d3e9c0c7e26b97a27323beaa3eac5a1a5f413ceecf291b708fe30ecf809a9675a7d43399f3e5420db8cc50fea7
 SHA512 
01d5bf587d5ec5b6032cd7595a2eb3ed24b19f903926f8de5a56e3c0692d14cddd037fb27a02b52e8940c5092fcb0c8c66804e1f0a2e861f6caf5d5897890089
+DIST marshmallow-4.1.0.tar.gz 220619 BLAKE2B 
67ffa46f347064a1a4e6069444fb2d1a020e44ca6680ac593b975c807439e518de0937879f217e75261f3f3688e9aa352f4cc9d1944155c5039602383a0a6647
 SHA512 
48a8dcea2e7219b7c312f8b9aa2ca17a49253f1abb6994f60052d028252e34227efb32de2a0404c29171a41574e7a75a6f84522b9dcf1822658a47ae40dc8dcb
+DIST marshmallow-4.1.0.tar.gz.provenance 9352 BLAKE2B 
37cfda9136c3ad48ad94ae465ad09c693ffca729163316fa7f4f70f35bdfce5618ce3360896a019e670067734d88519b92f4164332058e5af48787ffacfd6c42
 SHA512 
a1cb86a2a1e31ee348ede77a8e300a47dedd1b5ba80519637639b619180c5beaff8624a4b319d65977345ff86092f504eb035b4620c2a1c74684443bcb638cdf

diff --git a/dev-python/marshmallow/marshmallow-4.1.0.ebuild 
b/dev-python/marshmallow/marshmallow-4.1.0.ebuild
new file mode 100644
index 000000000000..80cbba635722
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-4.1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYPI_VERIFY_REPO=https://github.com/marshmallow-code/marshmallow
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A library for converting to and from native Python datatypes"
+HOMEPAGE="
+       https://github.com/marshmallow-code/marshmallow/
+       https://pypi.org/project/marshmallow/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+BDEPEND="
+       test? (
+               dev-python/simplejson[${PYTHON_USEDEP}]
+       )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest

Reply via email to