repo/gentoo:master commit in: dev-python/marshmallow/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786243016.97df099331578d5bf014427b0b78b90328201964.mgorny@gentoo> |
commit: 97df099331578d5bf014427b0b78b90328201964
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 9 02:06:13 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 9 02:36:56 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97df0993
dev-python/marshmallow: Bump to 4.3.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/marshmallow/Manifest | 2 ++
dev-python/marshmallow/marshmallow-4.3.1.ebuild | 29 +++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 317b59e7cf54..547d6a53ca17 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,2 +1,4 @@
DIST marshmallow-4.3.0.tar.gz 224485 BLAKE2B 612358bd1ea8659cefa56c8d56d1982d8ca10e787c0478c0038d1e5546b845f1898550483d4f8caf9dcc84113598b04bb3ff43262ce972c44d353327196a6ec5 SHA512 209e7e0789f113316bc23b5797af91ce10ca8f68adc3f775f066bd2966fc175eef47c08bbe774675999ef6aa5a7d59ed9cbe94f1c955bc647ee78433115801f3
DIST marshmallow-4.3.0.tar.gz.provenance 9624 BLAKE2B 3b055041040705d806e04e2569021e44e1f2929e7128dc9dc3034859f0e35dde3910134d98817551221079a6769c2057b9a551013c73906274996545030a5755 SHA512 652000e4cd34169cce014030f49b3175508fffc68fbeb9d5c2096908bd1c3d311ea6ffd47c5925aa87a7e80c37e44f3498d341463bc39336fde5b237e1f629ea
+DIST marshmallow-4.3.1.tar.gz 218308 BLAKE2B 46eb241bc646e77f120bc9574b50871a2f3dad61679257c97a4eb0c1bbaccdc1b2f2e00574e9431c15a3a8c66d954a8934e285b4275c03b489ec7120a7db166b SHA512 56fd2eb65c81e96149e3ec9581dc5f89726b247d8c4e787467b07086d5510c474120f75296be701ed0be974aabb008838b09ed9a99a274bf1f158d511d739278
+DIST marshmallow-4.3.1.tar.gz.provenance 10209 BLAKE2B 30f272572a00487ca7440deabf6c7283a4646d0f910a72fbac9a31c167d30912cfb03e0366c023726b80db3a622bd2994bd30194599c314f0ba434a915b6d577 SHA512 137ba891abc45b20266ff59f10f8479cc344e04c56843f56331af06a05bcdc5e0916113f5e3e82e3bb592de1a2c0776add249739de82f29d04974b4717f9ed4e
diff --git a/dev-python/marshmallow/marshmallow-4.3.1.ebuild b/dev-python/marshmallow/marshmallow-4.3.1.ebuild
new file mode 100644
index 000000000000..0188db6116be
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-4.3.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit-core
+PYPI_VERIFY_REPO=https://github.com/marshmallow-code/marshmallow
+PYTHON_COMPAT=( python3_{12..15} )
+
+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