summaryrefslogtreecommitdiff
path: root/dev-python/python-sshpubkeys
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/python-sshpubkeys
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/python-sshpubkeys')
-rw-r--r--dev-python/python-sshpubkeys/Manifest2
-rw-r--r--dev-python/python-sshpubkeys/python-sshpubkeys-3.3.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-sshpubkeys/Manifest b/dev-python/python-sshpubkeys/Manifest
index 3bbfefc32c31..262ce82503a2 100644
--- a/dev-python/python-sshpubkeys/Manifest
+++ b/dev-python/python-sshpubkeys/Manifest
@@ -1,3 +1,3 @@
DIST python-sshpubkeys-3.3.1.tar.gz 57896 BLAKE2B 3212ea0c38377255258a831cc942f71c0b0efb040ba8ca3283200b638dcae7a31ad5763ae0de4f51a7ae0c3f0a1b83ca6db96f00384ecd1e1e3a369028e4ed41 SHA512 8a59e73eddd795a71b64fc7433292ca03a9f447a13c8ef40d68fc599776c37f5e4a1fdbbf2f2ab00b0091a513e2412f213f6a21474ae0784af2df9a7107a2ed6
-EBUILD python-sshpubkeys-3.3.1.ebuild 591 BLAKE2B 8fa3af1221f5e5e775a9c456b86532cfd0b640d7cc3dce6e3a72dcd93e884b9a0c04be0ac0c16dc0883a456c7f3d292bfddbe08a842b979fa3b0b5e302241d25 SHA512 2f54c68b5a94928bd20c185a5e4fb795ee65ec582d59987bc81f0c0d34dc0240b8d98d1de7b0c25852aa1db7bab00fcebd5fd7883d034b0dc185eafd73b18c89
+EBUILD python-sshpubkeys-3.3.1.ebuild 591 BLAKE2B 1ea3e7a9c75e48308abd67e3a0f8171392401d3011026f6eb196cd6bb54b94e495fdd2d3c6b06302252028d7527332d34d1af298babb169e92c47c489ac49ff9 SHA512 b1e9312c9514915d243d4b69091685e5fd1c5dd345d3c3548cf771d8f968553770e5804d9e1d733134e84abaebc0d403eb7c9a0972a14441d148a861c12cbbab
MISC metadata.xml 512 BLAKE2B 89b935c91163ef432c76b498b4d0a2d49c64c2d5f2f6af891c6f6c6e3a0479fc56d3b9947860f5dc6ebd07d5fea9bdb3f526226cf1b4af64a3b9097007bd08e2 SHA512 5d5dfdec492614ceccb2ac84a67f7f0db3dd5979d811e8ecf9e9d87df6334d490fb345c75ca5e4846a2f98dcb8dc5bc12ad1679b29d95040477e0f327e6da07f
diff --git a/dev-python/python-sshpubkeys/python-sshpubkeys-3.3.1.ebuild b/dev-python/python-sshpubkeys/python-sshpubkeys-3.3.1.ebuild
index 3d96be549d59..e79ee9beb377 100644
--- a/dev-python/python-sshpubkeys/python-sshpubkeys-3.3.1.ebuild
+++ b/dev-python/python-sshpubkeys/python-sshpubkeys-3.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="OpenSSH public key parser for Python"