summaryrefslogtreecommitdiff
path: root/dev-python/apispec
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/apispec
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/apispec')
-rw-r--r--dev-python/apispec/Manifest2
-rw-r--r--dev-python/apispec/apispec-6.0.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/apispec/Manifest b/dev-python/apispec/Manifest
index 99fcf5fc5b9e..ab4412371c68 100644
--- a/dev-python/apispec/Manifest
+++ b/dev-python/apispec/Manifest
@@ -1,3 +1,3 @@
DIST apispec-6.0.2.gh.tar.gz 72472 BLAKE2B 0ff39ad92648cd63487f8901dc918fc1c642ce677ef73d5a7c849cdafbf7c81ac3ec51224575cd83c060930c1b2ef0ebfb3e94e1fb30f040e4dc4aa2bd221936 SHA512 aa5e2cc41d5b3c4555da929819135df30192e6f6ff08518d62674495f0d28c14e51a0aa111b289e5f9d7205f821c1fd4e28b914899ea3e15b3e20f6052258117
-EBUILD apispec-6.0.2.ebuild 1108 BLAKE2B 5c0ac8052fdc2304a6fe0798c055452c839828d993534cf5105c73c562878bb9f6714e834b9f54654f58972fd17bf1ef0ec6bc8dd48e8cc00551501e2e3a7286 SHA512 c53047df7bdf94cb35b30bfb033a1baecbbfcb9f082fddde1b3231edff29bdfd700435b680e7e995a32ab5c059d92afe59e1ab1fcec2a0370fdf0da66eea6ac6
+EBUILD apispec-6.0.2.ebuild 1108 BLAKE2B bd89eba37aa33cfad663497a87dd9d9973d521ec8e6d85ac698d4aa417668fe6ae12cb7a77333c4546cddfee7517d9bcf501a140f3d2a2c796b8b5cfe215eb0c SHA512 a1a3b91aeb109a28d8e8e08dd44568ba0d76f44c7985bf3c0183435c7f6d7632d22b74fb4db861adf49471c016ba11d175afe0ee0e6c22870b73cda1fe49901e
MISC metadata.xml 504 BLAKE2B d55ae521520ba60a139e83f23aacbb3df76c4c120a54f1b65b185018647c1f363bc88f354abc1810b7a9d9f3cfa264e0303d46cd23b8091dbb365bd84cc04815 SHA512 e0297e941c3c544cbb14044f02451c26cfdec81b2bd49cf225dc9f32d1ccb207e630d838d8928d28ccb35a3cf01493a87ceb2633cc5ede36b62a6d81f164ea32
diff --git a/dev-python/apispec/apispec-6.0.2.ebuild b/dev-python/apispec/apispec-6.0.2.ebuild
index 82bb02125050..e308567d4d42 100644
--- a/dev-python/apispec/apispec-6.0.2.ebuild
+++ b/dev-python/apispec/apispec-6.0.2.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