public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/marshmallow/
Date: Wed, 08 Jan 2025 09:12:39 +0000 (UTC)	[thread overview]
Message-ID: <1736327554.144e7c66d19ba024a0ea50058f14c1aa21a86adf.mgorny@gentoo> (raw)

commit:     144e7c66d19ba024a0ea50058f14c1aa21a86adf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  8 08:41:17 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan  8 09:12:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=144e7c66

dev-python/marshmallow: Bump to 3.24.1

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

 dev-python/marshmallow/Manifest                  |  1 +
 dev-python/marshmallow/marshmallow-3.24.1.ebuild | 36 ++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 65ec5c722f49..5e1a95589925 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,3 +1,4 @@
 DIST marshmallow-3.23.1.gh.tar.gz 185357 BLAKE2B ac856805e919173a674ac70683bcd75092e5a3ec2a1a82b37f1bb32624e130927a9111ab69c851bba3fcc83960129b6d1eb3429e19fa1a47f07aafab4219ac55 SHA512 5ec3171ebd2fbcad21e831ae5ad6f482f83af8f50d17f7868517d2702b093ff9084eb29c0e9e64a9619dcbfa96cda226a916a2078a74796c6eafbaebb5fc6176
 DIST marshmallow-3.23.2.gh.tar.gz 184949 BLAKE2B b144ffa2715979e7ab824d7b538cebca00d904c78a24255e9843dec6698698a65b5a8ba38cb0c7dddacf15c141e2ac87c372d0295ce2f9fe1824fbc50ef13343 SHA512 6f000799175b82d4de49a12074fedb62276b703652992d92b431896470d59f545486a02e842492dee7b20382deee28cdd395e5ab7d921d872704e28bf61d6971
 DIST marshmallow-3.23.3.gh.tar.gz 183628 BLAKE2B 356823525971a7bc0e164f49d60755977a2d020dca54327fa3c6a7979ed5bcb93a286e63a087a843462170d047d16afb45f1480649e8b0c52dca658a25a01fae SHA512 a0dc9689d6068a98e12d23c219cb24ba116a299ad2d1df450e0c8b214c6c388656563bbd46f259fcdccab1d621718220eadebbea7f2a4d9524599fbac9edbb15
+DIST marshmallow-3.24.1.gh.tar.gz 184751 BLAKE2B cb46d8c79fae76c39800725b139b205c2c1e0c258cf043d711450d58cf896bbf25fdc44fd6cd40726343da1b5d57174a301a84c79568bdd37e8ae5918577dc32 SHA512 ef651a1648a81e4f6384344c79212f9fb75d73e94cd73d2be72ea96dba0e3ee02fc7282fce1f1a9cf3676f24c5ed05027c5c24013a897333cea327880a7446c3

diff --git a/dev-python/marshmallow/marshmallow-3.24.1.ebuild b/dev-python/marshmallow/marshmallow-3.24.1.ebuild
new file mode 100644
index 000000000000..d2c01dd970e1
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.24.1.ebuild
@@ -0,0 +1,36 @@
+# 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_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for converting to and from native Python datatypes"
+HOMEPAGE="
+	https://github.com/marshmallow-code/marshmallow/
+	https://pypi.org/project/marshmallow/
+"
+SRC_URI="
+	https://github.com/marshmallow-code/marshmallow/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+	>=dev-python/packaging-17.0[${PYTHON_USEDEP}]
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/pytz[${PYTHON_USEDEP}]
+		dev-python/simplejson[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2025-01-08  9:12 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-08  9:12 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-04  4:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/marshmallow/ Michał Górny
2025-01-23  5:39 Michał Górny
2025-01-23  5:39 Michał Górny
2025-01-12  3:32 Michał Górny
2025-01-10  5:31 Michał Górny
2025-01-10  5:31 Michał Górny
2025-01-09  5:26 Michał Górny
2025-01-04  9:30 Michał Górny
2024-12-19  5:12 Michał Górny
2024-12-19  5:12 Michał Górny
2024-11-02  6:32 Michał Górny
2024-11-02  6:32 Michał Górny
2024-10-18  4:29 Michał Górny
2024-08-21  3:14 Michał Górny
2024-08-21  3:14 Michał Górny
2024-06-06 16:17 Michał Górny
2024-05-18  6:11 Michał Górny
2024-05-18  6:11 Michał Górny
2024-05-02  2:00 Michał Górny
2024-05-02  2:00 Michał Górny
2024-03-05  5:18 Michał Górny
2024-02-27  6:38 Michał Górny
2024-01-10  4:42 Michał Górny
2023-07-24 11:32 Michał Górny
2023-07-21  6:06 Michał Górny
2023-05-27  9:44 Arthur Zamarin
2022-11-14  4:44 Michał Górny
2022-11-12  7:33 Michał Górny
2022-11-12  7:33 Michał Górny
2022-09-22 10:29 Michał Górny
2022-08-23 17:41 Arthur Zamarin
2022-06-27  4:40 Michał Górny
2022-06-16  8:06 Michał Górny
2022-05-30  7:22 Michał Górny
2022-05-16 13:20 Michał Górny
2022-03-14 17:04 Michał Górny
2021-11-14  8:46 Michał Górny
2021-10-17 21:15 Michał Górny
2021-10-17  9:07 Michał Górny
2021-07-22  7:25 Michał Górny
2021-07-07  6:33 Michał Górny
2021-05-11  7:56 Michał Górny
2021-05-10  7:24 Michał Górny
2021-05-10  7:24 Michał Górny
2021-03-30  7:17 Michał Górny
2021-03-29  7:28 Michał Górny
2020-12-19 22:17 Michał Górny
2020-12-19 22:17 Michał Górny
2020-10-14 10:43 Alexey Shvetsov
2020-03-30 21:27 Patrick McLean
2020-03-27 21:25 Michał Górny
2020-02-05 16:24 Michał Górny
2019-12-12 21:28 Alexey Shvetsov
2019-08-24  3:20 Zac Medico
2019-08-24  3:20 Zac Medico
2019-08-24  3:20 Zac Medico
2019-04-27 23:31 Anthony G. Basile
2019-03-16 23:56 Anthony G. Basile
2018-08-21 19:33 Zac Medico
2018-07-15  0:23 Anthony G. Basile
2018-04-12  0:19 Zac Medico

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1736327554.144e7c66d19ba024a0ea50058f14c1aa21a86adf.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox