From d6d4222e9751f974356cce6dbaf77c7b12dfc5ad Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Fri, 28 Jul 2023 01:57:04 +0800 Subject: [PATCH] python-cachelib: Update to 0.10.2 Signed-off-by: Jeffery To --- lang/python/python-cachelib/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/python/python-cachelib/Makefile b/lang/python/python-cachelib/Makefile index 6d70a666f8..6fcef3b438 100644 --- a/lang/python/python-cachelib/Makefile +++ b/lang/python/python-cachelib/Makefile @@ -5,15 +5,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-cachelib -PKG_VERSION:=0.3.0 +PKG_VERSION:=0.10.2 PKG_RELEASE:=1 PYPI_NAME:=cachelib -PKG_HASH:=cc1856259f102c9273efa342100f70d9fafbd07b41ce05c501ee28e1dbbb5133 +PKG_HASH:=593faeee62a7c037d50fc835617a01b887503f972fb52b188ae7e50e9cb69740 PKG_MAINTAINER:=Stepan Henek PKG_LICENSE:=BSD-3-Clause -PKG_LICENSE_FILES:=LICENSE +PKG_LICENSE_FILES:=LICENSE.rst include ../pypi.mk include $(INCLUDE_DIR)/package.mk @@ -23,9 +23,9 @@ define Package/python3-cachelib SECTION:=lang CATEGORY:=Languages SUBMENU:=Python - TITLE:=cachelib - URL:=https://github.com/pallets/cachelib - DEPENDS:=+python3-light + TITLE:=Collection of cache libraries + URL:=https://github.com/pallets-eco/cachelib/ + DEPENDS:=+python3-light +python3-logging endef define Package/python3-cachelib/description