commit:     62ac2d3d80b434ceba4dd201c6c3ac6f3765e487
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 22 03:06:44 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 03:06:44 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ac2d3d

dev-python/xmltodict: Bump to 1.0.4

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

 dev-python/xmltodict/Manifest               |  2 ++
 dev-python/xmltodict/xmltodict-1.0.4.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/xmltodict/Manifest b/dev-python/xmltodict/Manifest
index d190bbb28dc2..6b5ad7a52f1f 100644
--- a/dev-python/xmltodict/Manifest
+++ b/dev-python/xmltodict/Manifest
@@ -1,3 +1,5 @@
 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
+DIST xmltodict-1.0.4.tar.gz 26124 BLAKE2B 
6897a22b1d9dc72f73faff46b7a1c8395be705022ee4c45af3ab9a8bf9c3631d41a69b99e591900fef60282f10a844590bca63184ad337f84b5f3552411e63c6
 SHA512 
88150b0ac0c9470466dc8913557f8027c79588f0be43c0a8f253651f4713a325fa382da0bda0d4e65cc9335d8e1c4173e8f4167ad2dac0a34cb5a7dd43df8a5b
+DIST xmltodict-1.0.4.tar.gz.provenance 9698 BLAKE2B 
7fa12f9d951ea228a1be7ae28032988acb205394e16025fac10d346d8bcc4d64a0ba68383ad8c7bb98c120a130800ffff24805ca9d1d0a42c5157f644c122fbf
 SHA512 
37efb0e3589472736d37d8122938e7998e1abf7c2ae76b3609872b1fb1cc5d98621017c725c1ef64f01f3104dfcad9ecac35a69f8cc3f8f832f08658019010e5

diff --git a/dev-python/xmltodict/xmltodict-1.0.4.ebuild 
b/dev-python/xmltodict/xmltodict-1.0.4.ebuild
new file mode 100644
index 000000000000..d2e23264bc44
--- /dev/null
+++ b/dev-python/xmltodict/xmltodict-1.0.4.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

Reply via email to