commit:     61e6d58b131cff97efd658c73165a58bafcc4236
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 23 06:19:34 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 23 06:21:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e6d58b

dev-python/marshmallow: Bump to 3.26.2

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

 dev-python/marshmallow/Manifest                  |  1 +
 dev-python/marshmallow/marshmallow-3.26.2.ebuild | 31 ++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 25bb19cb91b4..d052e13c244f 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,4 +1,5 @@
 DIST marshmallow-3.26.1.tar.gz 221825 BLAKE2B 
37ac0cb401efd046070a406cfbbfb130020dcd0f60e8244f8734b28b9c1a3c151d8550016fb54d83861dd61f7d60c6157469fa575e2df1474f45e70bed7b8cd4
 SHA512 
b0146313010d03d7c5e4808bfb274e2923df455c34e5d31931a35b76c713dd1e403fdb0da95ba4f0eba3bdb747a57c4f85f296aad870170380e4d54fc6824d1e
+DIST marshmallow-3.26.2.tar.gz 222095 BLAKE2B 
bfb279930cfda0a6b052badf1252926a282a40939d6c10222bb9ae84ea6b485441327e01d225a5837e723f7eede13dc868552cd4731470b1b543aada708b3bcb
 SHA512 
022e656f4964abf0378f597b2c1dba9d4296e5710e4efb5c4ba25254435d4618bf21f1f8bb181b4fb613dbffe3dec76b97d191db9496441139b7698e8448ba00
 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
 DIST marshmallow-4.1.1.tar.gz 220720 BLAKE2B 
1001529f1bf36cf05233733c9f4cb517a067c2a3f5c5bed69f1d79d24b72257444486e14e63fcefc630091a8799ec6ef5c69a1c24f8304f784e823feeb263876
 SHA512 
0a2262b93c4f3f732e65df43a194f55c0e9951ab74ce2071fbffd16c9bd9605246e3af08e21e538554ea12f70f82cccffad708607895468056bdf72df24dbf4a

diff --git a/dev-python/marshmallow/marshmallow-3.26.2.ebuild 
b/dev-python/marshmallow/marshmallow-3.26.2.ebuild
new file mode 100644
index 000000000000..f9f1a13263f1
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.26.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{11..13} )
+
+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"
+
+RDEPEND="
+       >=dev-python/packaging-17.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       test? (
+               dev-python/simplejson[${PYTHON_USEDEP}]
+       )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest

Reply via email to