package/python-cachetools: bump version to 6.2.4

https://github.com/tkem/cachetools/blob/v6.2.4/CHANGELOG.rst

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2025-12-20 22:41:50 +01:00
committed by Julien Olivain
parent b7505ca762
commit dede411c7e
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/cachetools/json
md5 f6a09127cf6d315ef12138b20a22f69e cachetools-6.2.2.tar.gz
sha256 8e6d266b25e539df852251cfd6f990b4bc3a141db73b939058d809ebd2590fc6 cachetools-6.2.2.tar.gz
md5 1501ed3542a4ea9212d74e3bf5974bdc cachetools-6.2.4.tar.gz
sha256 82c5c05585e70b6ba2d3ae09ea60b79548872185d2f24ae1f2709d37299fd607 cachetools-6.2.4.tar.gz
# Locally computed sha256 checksums
sha256 23c4eff7a1c027a977a0b79c4497e17582c334c5f17ef6ac8ca0b52d1e7d8417 LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_CACHETOOLS_VERSION = 6.2.2
PYTHON_CACHETOOLS_VERSION = 6.2.4
PYTHON_CACHETOOLS_SOURCE = cachetools-$(PYTHON_CACHETOOLS_VERSION).tar.gz
PYTHON_CACHETOOLS_SITE = https://files.pythonhosted.org/packages/fb/44/ca1675be2a83aeee1886ab745b28cda92093066590233cc501890eb8417a
PYTHON_CACHETOOLS_SITE = https://files.pythonhosted.org/packages/bc/1d/ede8680603f6016887c062a2cf4fc8fdba905866a3ab8831aa8aa651320c
PYTHON_CACHETOOLS_SETUP_TYPE = setuptools
PYTHON_CACHETOOLS_LICENSE = MIT
PYTHON_CACHETOOLS_LICENSE_FILES = LICENSE