summaryrefslogtreecommitdiff
path: root/dev-python/pathspec
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/pathspec
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/pathspec')
-rw-r--r--dev-python/pathspec/Manifest2
-rw-r--r--dev-python/pathspec/pathspec-0.10.3.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pathspec/Manifest b/dev-python/pathspec/Manifest
index f104af8210a4..dfc6e66af252 100644
--- a/dev-python/pathspec/Manifest
+++ b/dev-python/pathspec/Manifest
@@ -1,3 +1,3 @@
DIST pathspec-0.10.3.tar.gz 45821 BLAKE2B ae7c29bbb58d896de555b142ac18879f8a82437a2a701abfb259d40e3a5f992989c274a24c8c70ee6cbe6dbbe6a5030c67c1164e7f3eaa5563ab54cdad403581 SHA512 d0876374ab20d3624f1ba522de30472e401220ef3b269df9ea2e20526d5abddb8fd19866b0e3405a4746beb3a4b4b6f21ada4da5b7292a46febd6d418829e0f3
-EBUILD pathspec-0.10.3.ebuild 598 BLAKE2B 835162e02c94c59b9db1d3e0dc2897564f9f39de7ead3a9bfe6857f613cec9435fc73032e412b30c120a3cc1a0431482f10f909516662ab1c53e98389fed7a1f SHA512 376ba2510dc5db53e2b5eb0390c6492caff9b1443ca221f3d4eef3c69683af906422b7c6117849c0f0a6e2ad27e1739ca916a28aa8a5d56d36e7cb808b5e00fc
+EBUILD pathspec-0.10.3.ebuild 598 BLAKE2B 9c5e2e9b7df4e2cb69215e9892f3984ed97845cde02283047fed86a1dce37dd1704945a5cf8017ff0d5cd2523b477d6de08a4ad44976badd92a0d924e3676323 SHA512 e6fbbc86383576032cffd4df26ca122006b204b854978b9c9f85ff69a60446dc9161afe37d262cd4b36ba2ddf8d8e83854df4afe639c77bbc92d2a1a6ae0ddd9
MISC metadata.xml 412 BLAKE2B 145cc9a575db3e6097a04e456acad82441f9f0e4d73b4184aeb1eb94d67b998c47a41f6015b646c6275322a30e187c8f3082f3d2fd749250f15a0f79e9cee9aa SHA512 f3ac82f97d8506ecf7fd2bd5eb7105a12588b6694bb2fc0a797cefaa1d9844d2982a80d11202b275e160db27a342e84670abacb3322c82eb76fb3a70fc8e9c23
diff --git a/dev-python/pathspec/pathspec-0.10.3.ebuild b/dev-python/pathspec/pathspec-0.10.3.ebuild
index 118fd560e022..ef34b0fdabaa 100644
--- a/dev-python/pathspec/pathspec-0.10.3.ebuild
+++ b/dev-python/pathspec/pathspec-0.10.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} pypy3 )
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1