summaryrefslogtreecommitdiff
path: root/dev-python/configupdater
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
commita90c84e720803f3d26c0ade8f1f1e405ca97502a (patch)
treef788ea0972d51c66823825021dd83427e1d466c4 /dev-python/configupdater
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/configupdater')
-rw-r--r--dev-python/configupdater/Manifest2
-rw-r--r--dev-python/configupdater/configupdater-3.1.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/configupdater/Manifest b/dev-python/configupdater/Manifest
index 1573fbc2dbfc..2cc32946ee7e 100644
--- a/dev-python/configupdater/Manifest
+++ b/dev-python/configupdater/Manifest
@@ -1,3 +1,3 @@
DIST configupdater-3.1.1.gh.tar.gz 138777 BLAKE2B 9fef5815bc41903a65c2c53c6b9ff3d00d1f4efe65008c725afda8d12694be4d18810cbfc03b291246789d736f1a2933061f2683bfc62e9e1d72e2e4f159d772 SHA512 1e499f87d0ac3d75f32aafe532d7c83b4b86fbaa204fcdbaf7a3dcb5262d936fe027ee0b21d169ef69a0590edbe965a872390b14be274fbb1c893f2d4695b92c
-EBUILD configupdater-3.1.1.ebuild 772 BLAKE2B f80b3db23c9e03657d6d80b3630f51871d380ffc0540868e17391c36f2912f74b3c77604039c14ac0d2bbee316683612d3a851e54d31fdcf70e247ba58115b64 SHA512 297c2a22483a9efed0a5804c32431689bb6cfe8f0ff6ab6d7a78362f83d17cc125b4bb86a2adcba04a434def2c3eaf6805488955548112504b044c800a6f1e70
+EBUILD configupdater-3.1.1.ebuild 777 BLAKE2B 56f3f5fda76d69d9e776b84d5f4c01572088ffde91cf1715d83dd6072f868255e4a6d6cfc7180613d3e7471103ccd9f7f074587a9a10dd2c229611a431425a2e SHA512 ea41beb47ec88f9a86d16d83e6b46dde5b630f2f65d3e24ad136d6c6576c98af541975171522830ea239e5833d32158cb0d281c867392ae224f6a2a9ab3a9fa4
MISC metadata.xml 383 BLAKE2B b717af4d4e84b8b586cfd65de6a9103e31f051049d3eecd7bca33a4c97164b7d9565853e9f78d76c183a1c01dcbcecd2041a8d6982db4c56f49000f9f00effa7 SHA512 b3dff332bf66bc6c1180bca86bb8094959b1ae7d698cbbb8f1201f7257e2eb93eed7a425e5e5abfccc64164fe0c1c9b243147e1006cabf97c576a7ee0a4e09fe
diff --git a/dev-python/configupdater/configupdater-3.1.1.ebuild b/dev-python/configupdater/configupdater-3.1.1.ebuild
index 9926c1b04fd4..c59bbc9ec5a6 100644
--- a/dev-python/configupdater/configupdater-3.1.1.ebuild
+++ b/dev-python/configupdater/configupdater-3.1.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
inherit distutils-r1