commit: 8ef9c609abc06a1200082c95ef61e8555953aee0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 9 02:51:20 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 9 03:22:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef9c609
dev-python/xmltodict: Bump to 0.15.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/xmltodict/Manifest | 1 +
dev-python/xmltodict/xmltodict-0.15.1.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-python/xmltodict/Manifest b/dev-python/xmltodict/Manifest
index 764d030c9376..ffbec9785d75 100644
--- a/dev-python/xmltodict/Manifest
+++ b/dev-python/xmltodict/Manifest
@@ -1,2 +1,3 @@
DIST xmltodict-0.14.2.tar.gz 51942 BLAKE2B
4d51ec3e99ac166dc1fd919ff12ed0218cc78d33982c79336eeddbf66f5409ab3ed8f994f57731252799b5ff1d1bd5d3cc344621d0dfb565d105319c4a10886f
SHA512
3333955156e355cd40bd947bbefe0ff2e90de900cf12aa3ad82fa28e2921d9e2ccd245116573a0711cce12ac294d5a8d18a83744b4e7fc9e2b4025e35175080b
DIST xmltodict-0.15.0.tar.gz 60285 BLAKE2B
62cbae8054524d148cfdbf61b7a33ce6cdc4ddadc14e2898656231ce5659de96c8f65dbd3049b53e79f3d674a0d1de606ac740734472878f7e9e45bcf2fe3f00
SHA512
6f1af04125b7c8f177a3d13ee7c46c557a0c60166ba23f946bb38e1e7543ee93ae577311182e0c861b83632bd3e63c274ece1011e81163c96c875bf1e58f2fbc
+DIST xmltodict-0.15.1.tar.gz 62984 BLAKE2B
83b7117a2925324e1fff8cecbd5d82255938b3e0bc3ecaf7da6d27035e12861c4a52a4d1f3fec628c334d0f193e96ce688feab4fa7a5b559993eaf159d7a1ed2
SHA512
a1e8f9be1a4a1ccbd05c3210a57a0a96db12ff6456fd2f28de048b094e33fbb0ee67e435b199997c42f360af073abf04d4caf7f98c7e7aa61c10c2e07570ed77
diff --git a/dev-python/xmltodict/xmltodict-0.15.1.ebuild
b/dev-python/xmltodict/xmltodict-0.15.1.ebuild
new file mode 100644
index 000000000000..f1a62518d595
--- /dev/null
+++ b/dev-python/xmltodict/xmltodict-0.15.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Makes working with XML feel like you are working with JSON"
+HOMEPAGE="
+ https://github.com/martinblech/xmltodict/
+ https://pypi.org/project/xmltodict/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86 ~arm64-macos"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest