package/python-argcomplete: bump version to 3.6.3

https://github.com/kislyuk/argcomplete/blob/v3.6.3/Changes.rst

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2025-12-09 20:39:28 +01:00
committed by Julien Olivain
parent 09bcc5b9c1
commit a2fba76874
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/argcomplete/json
md5 28fb9dace31a5d6ff98c686d9914d3b7 argcomplete-3.5.3.tar.gz
sha256 c12bf50eded8aebb298c7b7da7a5ff3ee24dffd9f5281867dfe1424b58c55392 argcomplete-3.5.3.tar.gz
md5 0c612498a4b7b421aa870d47361e2322 argcomplete-3.6.3.tar.gz
sha256 62e8ed4fd6a45864acc8235409461b72c9a28ee785a2011cc5eb78318786c89c argcomplete-3.6.3.tar.gz
# Locally computed sha256 checksums
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE.rst

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_ARGCOMPLETE_VERSION = 3.5.3
PYTHON_ARGCOMPLETE_VERSION = 3.6.3
PYTHON_ARGCOMPLETE_SOURCE = argcomplete-$(PYTHON_ARGCOMPLETE_VERSION).tar.gz
PYTHON_ARGCOMPLETE_SITE = https://files.pythonhosted.org/packages/0c/be/6c23d80cb966fb8f83fb1ebfb988351ae6b0554d0c3a613ee4531c026597
PYTHON_ARGCOMPLETE_SITE = https://files.pythonhosted.org/packages/38/61/0b9ae6399dd4a58d8c1b1dc5a27d6f2808023d0b5dd3104bb99f45a33ff6
PYTHON_ARGCOMPLETE_SETUP_TYPE = hatch
PYTHON_ARGCOMPLETE_LICENSE = Apache-2.0
PYTHON_ARGCOMPLETE_LICENSE_FILES = LICENSE.rst