From 35473bc31e5276004c340087846e6c1bd9e7bf89 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Fri, 1 May 2026 14:30:59 +0200 Subject: [PATCH] package/python-pylru: bump version to 1.3.1 https://github.com/jlhutch/pylru/compare/v1.2.1...v1.3.1 Updated license hash due to upstream commit https://github.com/jlhutch/pylru/commit/05ff7f16db42d98aa9eb3f8fd9e47d2e07a7e47a which switched the license to MIT. Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/python-pylru/python-pylru.hash | 6 +++--- package/python-pylru/python-pylru.mk | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package/python-pylru/python-pylru.hash b/package/python-pylru/python-pylru.hash index 83217a3417..46cd6b7710 100644 --- a/package/python-pylru/python-pylru.hash +++ b/package/python-pylru/python-pylru.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/pylru/json -md5 101486c319fa219f147b8811975780d9 pylru-1.2.1.tar.gz -sha256 47ad140a63ab9389648dadfbb4330700e0ffeeb28ec04664ee47d37ed133b0f4 pylru-1.2.1.tar.gz +md5 1276fb7ba07e27c2f79462826788905d pylru-1.3.1.tar.gz +sha256 1ad89d14cdccefd81265bb619f9f9c351556e2e38fafc7a57b1319ded086f8e9 pylru-1.3.1.tar.gz # Locally computed sha256 checksums -sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE.txt +sha256 b376065aeb8d20c17795697af05c8426ae02f736dd06224ded1b35aad8bac818 LICENSE.txt diff --git a/package/python-pylru/python-pylru.mk b/package/python-pylru/python-pylru.mk index 8658f75ba9..39c7c620d4 100644 --- a/package/python-pylru/python-pylru.mk +++ b/package/python-pylru/python-pylru.mk @@ -4,11 +4,11 @@ # ################################################################################ -PYTHON_PYLRU_VERSION = 1.2.1 +PYTHON_PYLRU_VERSION = 1.3.1 PYTHON_PYLRU_SOURCE = pylru-$(PYTHON_PYLRU_VERSION).tar.gz -PYTHON_PYLRU_SITE = https://files.pythonhosted.org/packages/95/8e/2a0d3426738db0b41d69d36243bdd00420ad231e802d09dad8db02005d13 +PYTHON_PYLRU_SITE = https://files.pythonhosted.org/packages/76/5f/1c22971415233fa6132453fa8b5a7464b7b7af004a2f236717de403a42c6 PYTHON_PYLRU_SETUP_TYPE = setuptools -PYTHON_PYLRU_LICENSE = GPL-2.0 +PYTHON_PYLRU_LICENSE = MIT PYTHON_PYLRU_LICENSE_FILES = LICENSE.txt $(eval $(python-package))