mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
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 <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
c1a2cb4bf9
commit
0f88d2339b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user