commit:     9f80788e84b102b9910d1d3455b4447100baaf74
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 23 06:20:07 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 23 06:21:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f80788e

dev-python/marshmallow: Bump to 4.1.2

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

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

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index d052e13c244f..06909355ef85 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -4,3 +4,5 @@ DIST marshmallow-4.1.0.tar.gz 220619 BLAKE2B 
67ffa46f347064a1a4e6069444fb2d1a020
 DIST marshmallow-4.1.0.tar.gz.provenance 9352 BLAKE2B 
37cfda9136c3ad48ad94ae465ad09c693ffca729163316fa7f4f70f35bdfce5618ce3360896a019e670067734d88519b92f4164332058e5af48787ffacfd6c42
 SHA512 
a1cb86a2a1e31ee348ede77a8e300a47dedd1b5ba80519637639b619180c5beaff8624a4b319d65977345ff86092f504eb035b4620c2a1c74684443bcb638cdf
 DIST marshmallow-4.1.1.tar.gz 220720 BLAKE2B 
1001529f1bf36cf05233733c9f4cb517a067c2a3f5c5bed69f1d79d24b72257444486e14e63fcefc630091a8799ec6ef5c69a1c24f8304f784e823feeb263876
 SHA512 
0a2262b93c4f3f732e65df43a194f55c0e9951ab74ce2071fbffd16c9bd9605246e3af08e21e538554ea12f70f82cccffad708607895468056bdf72df24dbf4a
 DIST marshmallow-4.1.1.tar.gz.provenance 9573 BLAKE2B 
46a74737e14015f1ff20d6901c8f74f844207a4de1448c0de7ed9875ab864eb81cf0a273d6774ee6c37329c36958c0a3342da8064587de6bdecfde1245bd3051
 SHA512 
376285359d6e255c5168f9befac7d5538a34228097fe4c262a680c2dec317182e902306ab581184fa0b73469d9b997424b7836b2c7d4bb5738c37aa0c245e8c8
+DIST marshmallow-4.1.2.tar.gz 220974 BLAKE2B 
4da6b2524a83a1ab6f17b0c88b475b3ae041f4c8d70db3a5c0b79e8ecb53ea5a907580bb473397d57410ddf1d88557ddebb54a5f913cc5e71dd9bf4dca699c1c
 SHA512 
d2981c1c99c88122f97d9d692df6c504d8cf3001bec37706f74b361f1a6afcc18b035d841b01862781122fc15d7a31a77ea6ceae8d656d98a07ff4d01afa030d
+DIST marshmallow-4.1.2.tar.gz.provenance 9773 BLAKE2B 
5f757bf649a8f750170ddae8561851a96ae1ba1afcb9acdf8ca5a9a389e826fdc0a0e6915b7b954ada6fe475ec9d9786ff112f94079c73b98cdbe9b68bbef37d
 SHA512 
1fd6f5557e530f74d2967d1ecd50db0d9c818283380a98faba868e2fe788ad2b04306d776cdeb7454178774bdbb20b3a34c4e16c94bb114dd3a58dd3b6855984

diff --git a/dev-python/marshmallow/marshmallow-4.1.2.ebuild 
b/dev-python/marshmallow/marshmallow-4.1.2.ebuild
new file mode 100644
index 000000000000..80cbba635722
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-4.1.2.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