summaryrefslogtreecommitdiff
path: root/dev-python/whatthepatch
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/whatthepatch
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/whatthepatch')
-rw-r--r--dev-python/whatthepatch/Manifest2
-rw-r--r--dev-python/whatthepatch/whatthepatch-1.0.3.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/whatthepatch/Manifest b/dev-python/whatthepatch/Manifest
index 27e1843c8074..9d27971f585d 100644
--- a/dev-python/whatthepatch/Manifest
+++ b/dev-python/whatthepatch/Manifest
@@ -1,3 +1,3 @@
DIST whatthepatch-1.0.3.tar.gz 28634 BLAKE2B 94c5a074bf30ce81dbad1c8c3830efa726f8526e35da03949abb32803721ed01f3faf4c6bfe098bf679e3990489c19a7ba06c73a86959e4ee59adc2a37d59e3b SHA512 87e3e0aa78f71ad73f1b9663c3b1b53ae700ce82f2a5135717487d2ce8e597e3eeb2a9316b3ac96c27eb25a4a8c1e11658d93e976e882dd9f46cb1057f317211
-EBUILD whatthepatch-1.0.3.ebuild 488 BLAKE2B b46dad24fea923a30631808e31a40b34b60d62089e5ac2d3c4fccdbe62caa0e522111c105aa7c3a0ef5be292302c7953764ec384549a3141e4d4eae422cfb48a SHA512 b4eadb5e19e1a52eb237520198730daed99d4616c0312c5038c0d153e1dbd52f2dd28b30dade024c2c2560a7c456a110448b59cbf23cae29d15df885da264cc8
+EBUILD whatthepatch-1.0.3.ebuild 488 BLAKE2B b125fd6b94edc93d2e03e3a0d83f493b8064ee1bc34998b2edf35df6fd06c26e6bcf1929c8223ac397fed80432efa7a519f40866decffd0f57b4d67dc1fc0def SHA512 fd13a7f355ad933cae6772a7bd11d10e4d1e9a438bda0212b92ac37302362a34146fecf6133bbb67902491b7257a048c8f955f472b206121f8e0dc7df2d66045
MISC metadata.xml 401 BLAKE2B ee370b7f08a16ea4054d5192831a530a9bceac969b2832d6fe058e98dd7558498afbebf4c1f2102979b2f3c252de73c5b11aafcdfed7044a5218144def4f333a SHA512 2a5c7944923e59032c3e75a0a08339ab4b273a346ef855a8ff61c45cc52ecc847db314b0e733876e6d14c3ca42418d9573a26d7f47213958f44a47c6dcbb6c48
diff --git a/dev-python/whatthepatch/whatthepatch-1.0.3.ebuild b/dev-python/whatthepatch/whatthepatch-1.0.3.ebuild
index 3a79a22254ba..77385ba4720c 100644
--- a/dev-python/whatthepatch/whatthepatch-1.0.3.ebuild
+++ b/dev-python/whatthepatch/whatthepatch-1.0.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1