summaryrefslogtreecommitdiff
path: root/dev-python/simplejson
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/simplejson')
-rw-r--r--dev-python/simplejson/Manifest4
-rw-r--r--dev-python/simplejson/simplejson-3.20.1.ebuild (renamed from dev-python/simplejson/simplejson-3.19.2.ebuild)6
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index f39b9f69b687..24d22056f45f 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1,5 +1,5 @@
-DIST simplejson-3.19.2.tar.gz 85311 BLAKE2B eecbe77c9612468a0ce52b165be9b4fc4b3d8bcca99621a2723c50fc0c89cdce981421ba71b85535f1c66b48b7178da37f117f9dec8a66cb6f3fe83e3d2d033e SHA512 d92bf617e27b66d93a5d176d38c0c6ae2777728d1e43fdb8054cc9c2b50e3f340079c82dd3ec1af36c8d6380833d16e8eecdc8dd950bba953c195256b44b46c5
DIST simplejson-3.19.3.tar.gz 85237 BLAKE2B e3c233201c390a1c864670d9a7a81a6aef5334632afbbc303b31dab06709d8a383451e3c7500be3166282b322b93f4fedc2633a1519cb2e2eaef7c4472e903a6 SHA512 257c10c4c84201f1d9c4d77e823c4ef393bf7214c8947e4c95bcfe7c09140ff1b974cc5b00a6e659961263380673d3c4b67a1b37f878888ed049f1db0b663c92
-EBUILD simplejson-3.19.2.ebuild 995 BLAKE2B cd01d4a46ee343bc37735738e330d1072e5c7f338753ec0203ccb1abcc471cf63a80d2e2a39ae330c26eb29ca744fbf03c6b01cec95df861e6a13848009246d5 SHA512 096fb10b613010a66a00500d33fa4a7e3f106b9dd64efd90dca364101eaab209f86c4ee35db13e70793db120a964fbfdb0a8445b97e695f523358e41eb6a7828
+DIST simplejson-3.20.1.tar.gz 85591 BLAKE2B dc79cc7ad25c8119abe240d2b5ce4ed72c56b7b371e20084a208a3a1556f8f8171adf440d09b20a4eaf9ef77b5c7782785912fe265f8f8bb66b73b95b5e7aeaa SHA512 4f565530b6695bc7a1dded86a7694498f862fd21b614e097fc00deb7b5a9ced76a6669f22b862692e202cc19676bd94ca6588fb3a7df4af8c073d3344c7bbd3b
EBUILD simplejson-3.19.3.ebuild 995 BLAKE2B cd01d4a46ee343bc37735738e330d1072e5c7f338753ec0203ccb1abcc471cf63a80d2e2a39ae330c26eb29ca744fbf03c6b01cec95df861e6a13848009246d5 SHA512 096fb10b613010a66a00500d33fa4a7e3f106b9dd64efd90dca364101eaab209f86c4ee35db13e70793db120a964fbfdb0a8445b97e695f523358e41eb6a7828
+EBUILD simplejson-3.20.1.ebuild 1005 BLAKE2B 78f5e5db1dd4336885c25eb62012b7f0f2271a68ac9eff21b67dd98baa280ea82595a714df8e931bb7646614347861c93e1356ea7611acbd22d9485d3fd31c7f SHA512 2d7b7666820fbd072b0abf19d2d2b7672180a6b5211487eb309c96467461d9a00d88740c1f670ed347da082532bd27ff7cab4838a4ef498ee141712bbb3d5b38
MISC metadata.xml 522 BLAKE2B b8b8fdade498ef65f4d5d6e30bc9f0708390f3d064a332d04f0b33346224c59252ef3d512a5a7187c637348201829ccc83254cd898e8df06dff314e857debb58 SHA512 1a1b53900ef62d4d40977504378dce3ce15f1c56ae5a73263127f5919674b1f9b13964128550e0c0e274d4bf50f2c2b438626e3ba1a5f8436071e1eb2f4c30af
diff --git a/dev-python/simplejson/simplejson-3.19.2.ebuild b/dev-python/simplejson/simplejson-3.20.1.ebuild
index 9e93079d36a0..0dd8fdf3c136 100644
--- a/dev-python/simplejson/simplejson-3.19.2.ebuild
+++ b/dev-python/simplejson/simplejson-3.20.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1 pypi
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="|| ( MIT AFL-2.1 )"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="+native-extensions"
DOCS=( README.rst CHANGES.txt )