package/python-argcomplete: bump to version 3.5.3

Migrate from setuptools to hatch build backend.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
James Hilliard
2025-01-09 12:19:12 -07:00
committed by Julien Olivain
parent 878dc204f9
commit 5a7b4444db
2 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/argcomplete/json
md5 947144ffafe463aed8c8eb97bc981d11 argcomplete-3.5.2.tar.gz
sha256 23146ed7ac4403b70bd6026402468942ceba34a6732255b9edf5b7354f68a6bb argcomplete-3.5.2.tar.gz
md5 28fb9dace31a5d6ff98c686d9914d3b7 argcomplete-3.5.3.tar.gz
sha256 c12bf50eded8aebb298c7b7da7a5ff3ee24dffd9f5281867dfe1424b58c55392 argcomplete-3.5.3.tar.gz
# Locally computed sha256 checksums
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE.rst

View File

@@ -4,12 +4,12 @@
#
################################################################################
PYTHON_ARGCOMPLETE_VERSION = 3.5.2
PYTHON_ARGCOMPLETE_VERSION = 3.5.3
PYTHON_ARGCOMPLETE_SOURCE = argcomplete-$(PYTHON_ARGCOMPLETE_VERSION).tar.gz
PYTHON_ARGCOMPLETE_SITE = https://files.pythonhosted.org/packages/7f/03/581b1c29d88fffaa08abbced2e628c34dd92d32f1adaed7e42fc416938b0
PYTHON_ARGCOMPLETE_SETUP_TYPE = setuptools
PYTHON_ARGCOMPLETE_SITE = https://files.pythonhosted.org/packages/0c/be/6c23d80cb966fb8f83fb1ebfb988351ae6b0554d0c3a613ee4531c026597
PYTHON_ARGCOMPLETE_SETUP_TYPE = hatch
PYTHON_ARGCOMPLETE_LICENSE = Apache-2.0
PYTHON_ARGCOMPLETE_LICENSE_FILES = LICENSE.rst
PYTHON_ARGCOMPLETE_DEPENDENCIES = host-python-setuptools-scm
PYTHON_ARGCOMPLETE_DEPENDENCIES = host-python-hatch-vcs
$(eval $(python-package))