From: Alexandru Ardelean Date: Fri, 20 Mar 2026 16:18:45 +0000 (+0000) Subject: python-pkgconfig: bump to 1.6.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0f88d2339b3de7a63ba3b7f9af427bad64093e1f;p=openwrt-packages.git python-pkgconfig: bump to 1.6.0 Changelog since 1.5.5: - Drop Python < 3.9 support; add Python 3.9-3.14 support - Replace deprecated distutils with setuptools for Python 3.12+ compatibility - Reorganize to src/ layout - Migrate CI from Travis CI to GitHub Actions - Fix edge cases in configure_extension() for empty compiler/linker flags Full changelog: https://github.com/matze/pkgconfig/releases Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-pkgconfig/Makefile b/lang/python/python-pkgconfig/Makefile index 64d707277..8b5b82eef 100644 --- a/lang/python/python-pkgconfig/Makefile +++ b/lang/python/python-pkgconfig/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pkgconfig -PKG_VERSION:=1.5.5 +PKG_VERSION:=1.6.0 PKG_RELEASE:=1 PYPI_NAME:=pkgconfig -PKG_HASH:=deb4163ef11f75b520d822d9505c1f462761b4309b1bb713d08689759ea8b899 +PKG_HASH:=4a5a6631ce937fafac457104a40d558785a658bbdca5c49b6295bc3fd651907f PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE