python-argcomplete: bump to 3.6.3
authorAlexandru Ardelean <redacted>
Sat, 4 Apr 2026 18:37:47 +0000 (21:37 +0300)
committerAlexandru Ardelean <redacted>
Mon, 6 Apr 2026 05:31:58 +0000 (08:31 +0300)
Changelog: https://github.com/kislyuk/argcomplete/blob/develop/CHANGES.rst

Feature and bug fix releases since 3.2.1, including improvements to
shell completion and compatibility updates.

Switch build system from setuptools+setuptools_scm to hatchling+hatch-vcs
(upstream changed in 3.3.0). Remove now-obsolete 001-unpin-setuptools.patch.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-argcomplete/Makefile
lang/python/python-argcomplete/patches/001-unpin-setuptools.patch [deleted file]

index dc696798a2342bfe8964afe3613586b9e8216339..bb71ac883c1945ef4210e1aa84fcefd4c5b7f627 100644 (file)
@@ -8,17 +8,17 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-argcomplete
-PKG_VERSION:=3.2.1
+PKG_VERSION:=3.6.3
 PKG_RELEASE:=1
 
 PYPI_NAME:=argcomplete
-PKG_HASH:=437f67fb9b058da5a090df505ef9be0297c4883993f3f56cb186ff087778cfb4
+PKG_HASH:=62e8ed4fd6a45864acc8235409461b72c9a28ee785a2011cc5eb78318786c89c
 
 PKG_LICENSE:=Apache-2.0
 PKG_LICENSE_FILES:=LICENSE.rst
 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
 
-PKG_BUILD_DEPENDS:=python-setuptools-scm/host
+PKG_BUILD_DEPENDS:=python-hatchling/host python-hatch-vcs/host
 
 include ../pypi.mk
 include $(INCLUDE_DIR)/package.mk
diff --git a/lang/python/python-argcomplete/patches/001-unpin-setuptools.patch b/lang/python/python-argcomplete/patches/001-unpin-setuptools.patch
deleted file mode 100644 (file)
index a85ce85..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,5 +1,5 @@
- [build-system]
--requires = ["setuptools>=67.7.2", "setuptools_scm[toml]>=6.2"]
-+requires = ["setuptools", "setuptools_scm[toml]>=6.2"]
- build-backend = "setuptools.build_meta"
- [project]
git clone https://git.99rst.org/PROJECT