commit: c0b7e92f01d094e4e5cbcc475cade3155bf3abb6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 16 05:50:48 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 16 05:52:04 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0b7e92f
dev-python/xmltodict: Bump to 1.0.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/xmltodict/Manifest | 2 ++
dev-python/xmltodict/xmltodict-1.0.3.ebuild | 23 +++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-python/xmltodict/Manifest b/dev-python/xmltodict/Manifest
index 249b486e3a5d..d190bbb28dc2 100644
--- a/dev-python/xmltodict/Manifest
+++ b/dev-python/xmltodict/Manifest
@@ -1 +1,3 @@
DIST xmltodict-1.0.2.tar.gz 25725 BLAKE2B
e61eba4b62019c0f96b70a1914ecb3e031c3c2cdacddbbfdb65ab8f1665c60c357031fc1df956d92dfad7696f13e6253246b707b3d7812c15ded84c453db8938
SHA512
19c277ccf415a0ab8e7c1f7b647e1939323419d7b309adc62c851096f101d6d8305bb53b3abba31a9b681ce41d1a5d246d541355b4489cb19749f852c2165c74
+DIST xmltodict-1.0.3.tar.gz 25170 BLAKE2B
5fbc98e6bb8d3cbb0f6ce56869e411f910dd5f3744a490ccbe69d7084b866b272fc50c713d8803e2a066b8aa53841615a6a91d0dd779f944d0dcd1979eb5072a
SHA512
b1bd3bbd8b60705aca514f71d161094b49ba326496025ae347175aa3371d08c165ac80bc90d39362ddb2e4ef5ae4e73dcb8ccca9d2893338a908f8f422ee9e95
+DIST xmltodict-1.0.3.tar.gz.provenance 9463 BLAKE2B
46fd79e08ae5dd69669c69f38a1db77a084a44d1099e3e5a441d2b8df7d4282a64fa3dd6581fceaf1764d1abf00e9c009c1fd28f2671fd1df135ed67be52b92b
SHA512
410e3e30154cf4ab6f9265285090205d982e371bd2f2e27d5b70e49111bbf44254cd3cc49b2021628d4b29c40fed5c36784a5125830266abd840f5f0c1611a62
diff --git a/dev-python/xmltodict/xmltodict-1.0.3.ebuild
b/dev-python/xmltodict/xmltodict-1.0.3.ebuild
new file mode 100644
index 000000000000..d2e23264bc44
--- /dev/null
+++ b/dev-python/xmltodict/xmltodict-1.0.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+PYPI_VERIFY_REPO=https://github.com/martinblech/xmltodict
+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