dev-python/cachetools: Bump to 7.1.1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-05-04 05:40:05 +02:00
parent a7d1129a97
commit cc7bebad2b
2 changed files with 28 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
DIST cachetools-7.0.5.tar.gz 37367 BLAKE2B c226e63ba5902b6f84c007d64fe54122d7b6c4ad2fd13e37c35a8d8a382bffcb3883fbf57b87f121c48d7836cd9e8ae8dfc58358df406ae2e96426d8df332627 SHA512 4d93f6124ea077c73438b3a11dd8321249695080a759984146f96cd855bb706ac60bc6bfaab3e782eb17690a00576e016ecadc4090d8a385110b6fd2a04bcc6f
DIST cachetools-7.0.6.tar.gz 37526 BLAKE2B 24791b5e633c141ce08e0fa7f3f38699e8fc38609d56a0bfc42515a3689c3dda63014b3d7736364e80a0472b25bfd917e2dbd011188b98f44e174c54a04cab39 SHA512 0a6d94b548f956d57c9d2f8d7810d0a8e757afdd8ce9b46370414ad0edc058d8f1d9bd55eca2851971d748e11cc04b96c9c05b20cc0e583650a6ffd24689d37a
DIST cachetools-7.1.0.tar.gz 40085 BLAKE2B f72d78d8c34e4f224af05a0fe039c8493fec9115fbc00fdb4d89374c4791700263260434cc7f7ab2414bfc69e0cc1e801f66d193d2ce79de5e51ad30bdb6751b SHA512 cf5fa6d7d5419edf21f7dcc96cfa1fa2dc8f6a7dc0e15ccd7616703cfc8d7cf946f422d250cc2598d33b2784839b1149c5904fc1cb587c00dc6af523830977c6
DIST cachetools-7.1.1.tar.gz 40202 BLAKE2B 89cfa72bba976240a21f988f253787ff3028255aff7d3d6f4f42e87313926822a0514eab1dbdc6b4227a2ad0475e9b19fb519fcda9c6fe3dac603dbafb5f968f SHA512 b05aad4601301aa7536cdb092f641ef2233f98dc528e971f6065d1bb27e182a69b4f54e659921edabd55577ab9ef117742c678702be428b44962e55823bee32b
@@ -0,0 +1,27 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit distutils-r1 pypi
DESCRIPTION="Extensible memoizing collections and decorators"
HOMEPAGE="
https://github.com/tkem/cachetools/
https://pypi.org/project/cachetools/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
python_test() {
local -x THREADING_TESTS=1
epytest
}