mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 04:20:38 -09:00
package/python-cachetools: bump version to 6.2.1
Changelog: https://github.com/tkem/cachetools/blob/v6.2.1/CHANGELOG.rst Updated license hash due to copyright year bumps: https://github.com/tkem/cachetools/commits/v6.2.1/LICENSE Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
dc7167dcf6
commit
783642dc23
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/cachetools/json
|
||||
md5 a9855be6d00255c175529d91f1c4003f cachetools-5.5.1.tar.gz
|
||||
sha256 70f238fbba50383ef62e55c6aff6d9673175fe59f7c6782c7a0b9e38f4a9df95 cachetools-5.5.1.tar.gz
|
||||
md5 34b0025a306749e0b3619662362a76e2 cachetools-6.2.1.tar.gz
|
||||
sha256 3f391e4bd8f8bf0931169baf7456cc822705f4e2a31f840d218f445b9a854201 cachetools-6.2.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 2f4d2ff05f05c5da3879f40292b7600332d775dc7ed320d43dd42f3cd7d92c9b LICENSE
|
||||
sha256 23c4eff7a1c027a977a0b79c4497e17582c334c5f17ef6ac8ca0b52d1e7d8417 LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CACHETOOLS_VERSION = 5.5.1
|
||||
PYTHON_CACHETOOLS_VERSION = 6.2.1
|
||||
PYTHON_CACHETOOLS_SOURCE = cachetools-$(PYTHON_CACHETOOLS_VERSION).tar.gz
|
||||
PYTHON_CACHETOOLS_SITE = https://files.pythonhosted.org/packages/d9/74/57df1ab0ce6bc5f6fa868e08de20df8ac58f9c44330c7671ad922d2bbeae
|
||||
PYTHON_CACHETOOLS_SITE = https://files.pythonhosted.org/packages/cc/7e/b975b5814bd36faf009faebe22c1072a1fa1168db34d285ef0ba071ad78c
|
||||
PYTHON_CACHETOOLS_SETUP_TYPE = setuptools
|
||||
PYTHON_CACHETOOLS_LICENSE = MIT
|
||||
PYTHON_CACHETOOLS_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user