python-six: bump to 1.17.0

Changes since 1.16.0:
- Drop Python 2.7 and 3.5 support
- Add ensure_str(), ensure_binary(), ensure_text() helpers
- Various minor fixes and maintenance updates

six 1.17.0 switched to pyproject.toml with setuptools build backend,
so add PKG_BUILD_DEPENDS on python-setuptools/host.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
Alexandru Ardelean
2026-03-21 13:26:11 +00:00
committed by Alexandru Ardelean
parent e2e0362a17
commit ada77e5dad
2 changed files with 36 additions and 2 deletions
+4 -2
View File
@@ -8,16 +8,18 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-six
PKG_VERSION:=1.16.0
PKG_VERSION:=1.17.0
PKG_RELEASE:=1
PYPI_NAME:=six
PKG_HASH:=1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926
PKG_HASH:=ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_BUILD_DEPENDS:=python-setuptools/host
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
include ../python3-package.mk