From 7f64f6c0cf8f341ceff3f761905183185a36bd5f Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Wed, 22 Oct 2025 01:50:30 +0200 Subject: [PATCH] python-calver: update to version 2025.10.20 Fixes: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() Release notes: https://github.com/di/calver/releases/tag/2025.10.20 Signed-off-by: Josef Schlehofer --- lang/python/python-calver/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-calver/Makefile b/lang/python/python-calver/Makefile index cd46859c53..4f519b2c13 100644 --- a/lang/python/python-calver/Makefile +++ b/lang/python/python-calver/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-calver -PKG_VERSION:=2022.6.26 +PKG_VERSION:=2025.10.20 PKG_RELEASE:=1 PYPI_NAME:=calver -PKG_HASH:=e05493a3b17517ef1748fbe610da11f10485faa7c416b9d33fd4a52d74894f8b +PKG_HASH:=c98b376c2424642224d456b2f70c51402343e008c63d204634665e1a2a2835f5 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE -- 2.30.2