From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87D151581FD for ; Tue, 09 Sep 2025 03:22:54 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6FDDF341010 for ; Tue, 09 Sep 2025 03:22:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1C68611057B; Tue, 09 Sep 2025 03:22:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 05E6E11057A for ; Tue, 09 Sep 2025 03:22:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0AF1340F28 for ; Tue, 09 Sep 2025 03:22:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F02FB3948 for ; Tue, 09 Sep 2025 03:22:28 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1757388135.8ef9c609abc06a1200082c95ef61e8555953aee0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xmltodict/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xmltodict/Manifest dev-python/xmltodict/xmltodict-0.15.1.ebuild X-VCS-Directories: dev-python/xmltodict/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8ef9c609abc06a1200082c95ef61e8555953aee0 X-VCS-Branch: master Date: Tue, 09 Sep 2025 03:22:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ec60e5c3-f58e-45c1-911a-cc5111d87f5c X-Archives-Hash: 1882eb08615b56cf0bad7d3bb1395b9f commit: 8ef9c609abc06a1200082c95ef61e8555953aee0 Author: Michał Górny gentoo org> AuthorDate: Tue Sep 9 02:51:20 2025 +0000 Commit: Michał Górny gentoo 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 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