summaryrefslogtreecommitdiff
path: root/dev-python/argon2-cffi
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-14 00:09:04 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-14 00:09:04 +0100
commit5e41a38157bb40e8513e8e34426e85faba672fe7 (patch)
tree38e9365afd56c161d0e970ddf5420b2585130587 /dev-python/argon2-cffi
parent0ebcd2cbf178600b5eb36b2f24cdbb3d2f4a9000 (diff)
gentoo auto-resync : 14:06:2024 - 00:09:04
Diffstat (limited to 'dev-python/argon2-cffi')
-rw-r--r--dev-python/argon2-cffi/Manifest2
-rw-r--r--dev-python/argon2-cffi/argon2-cffi-23.1.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/argon2-cffi/Manifest b/dev-python/argon2-cffi/Manifest
index bb85c1bfdc2f..b621d61bf9d2 100644
--- a/dev-python/argon2-cffi/Manifest
+++ b/dev-python/argon2-cffi/Manifest
@@ -1,3 +1,3 @@
DIST argon2_cffi-23.1.0.tar.gz 42798 BLAKE2B 16f20c064bfc420894bc9da681ce4f544219c8e173f63bf095ffffdca6bd159695ecfa7ff33c32ca96f284764561e844e58d1ec3bf85a0c120c3b54490c3a56f SHA512 7c7730451f5ef9bb40bb5e1bbfa6e69c9718968168f3fa9b54e1020a4f805f98fba6260039bda804241717db2338479d640c7652dc26ce1a6ade076660133383
-EBUILD argon2-cffi-23.1.0.ebuild 756 BLAKE2B 934a18358aebc11584810a2abf19b369400b7acca6d7cee7c935125674abf36575e870d594a0a8acd9e0ff440fef78cb8f8985bb9c577e97735d620507ce24d4 SHA512 4c6c6ce0adc9a25f1256dccedcf7e8db83d42a6eb028b1d25032bd3f3df6f923ccf9d1b98571444a8873f9637d0c8982e6b88d9e65d4b1dbd615f48d0d716bb7
+EBUILD argon2-cffi-23.1.0.ebuild 756 BLAKE2B 20cc0afae72ca3f037b354c1e944eed835e2c9c4bd51a6eaad3c5e8636e2031492737eab44ca5a6e12a1f744f3c558bf5a2057b14016c0b85b16a372a23d0e61 SHA512 63caacf6f87fa77be49a6e704ee45c5c6d6832932237ba5f405e3baadab0a7ab1ba63204f4ec53f19738042deb735faf0d861e62e51b9900ce9ab3227f8ef7c2
MISC metadata.xml 666 BLAKE2B 831fde25c0b52ed8610f39ab589f339783bace8dc2cc60ffa4736257c352bc82b89e110bf44181790e4a16db967e4c516f21fbc3cd1526a9975cc86b21f723f7 SHA512 543bb0e37fdf96b8c2fa4ec26eae837317dda4688b4293e82268100ce69e3f9987e91b2f141cac1be4becba9698f9806d22242801523bec825271b8fa4f14bc8
diff --git a/dev-python/argon2-cffi/argon2-cffi-23.1.0.ebuild b/dev-python/argon2-cffi/argon2-cffi-23.1.0.ebuild
index f867f7623807..7805d566e681 100644
--- a/dev-python/argon2-cffi/argon2-cffi-23.1.0.ebuild
+++ b/dev-python/argon2-cffi/argon2-cffi-23.1.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi