From: Alexandru Ardelean Date: Sun, 9 Aug 2026 09:31:03 +0000 (+0300) Subject: python-packaging: bump to 26.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=df530538d0f1dd1fc9990ab6a035eedb930667bd;p=openwrt-packages.git python-packaging: bump to 26.3 Refresh sha256 from PyPI sdist. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-packaging/Makefile b/lang/python/python-packaging/Makefile index 2464ecae5..9cf025681 100644 --- a/lang/python/python-packaging/Makefile +++ b/lang/python/python-packaging/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-packaging -PKG_VERSION:=26.2 -PKG_RELEASE:=2 +PKG_VERSION:=26.3 +PKG_RELEASE:=1 PYPI_NAME:=packaging -PKG_HASH:=ff452ff5a3e828ce110190feff1178bb1f2ea2281fa2075aadb987c2fb221661 +PKG_HASH:=94edc256424af38762eb31306eed28beb9f0efc50a8837492c9d6fd6004aed79 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=Apache-2.0 BSD-2-Clause