package/python-hatchling: bump to version 1.22.4

Changelog:
https://hatch.pypa.io/dev/history/hatchling/#hatchling-v1.22.4

Remove now optional editables dependency [1].

[1] https://github.com/pypa/hatch/pull/1255

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Marcus Hoffmann 2024-03-25 12:51:14 +01:00 committed by Thomas Petazzoni
parent 8acc9e5101
commit 66e3c7b96d
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/hatchling/json
md5 d40aaea58a04a36a2b641f6efe99e362 hatchling-1.21.1.tar.gz
sha256 bba440453a224e7d4478457fa2e8d8c3633765bafa02975a6b53b9bf917980bc hatchling-1.21.1.tar.gz
md5 63a3c6480c0805c55ce396e1ad246e78 hatchling-1.22.4.tar.gz
sha256 8a2dcec96d7fb848382ef5848e5ac43fdae641f35a08a3fab5116bd495f3416e hatchling-1.22.4.tar.gz
# Locally computed sha256 checksums
sha256 7f143a8127ad4873862d70854b5bd2abd0085aa73e64fd2b08704a3b9f5c07fc LICENSE.txt

View File

@ -4,14 +4,13 @@
#
################################################################################
PYTHON_HATCHLING_VERSION = 1.21.1
PYTHON_HATCHLING_VERSION = 1.22.4
PYTHON_HATCHLING_SOURCE = hatchling-$(PYTHON_HATCHLING_VERSION).tar.gz
PYTHON_HATCHLING_SITE = https://files.pythonhosted.org/packages/d8/a1/7dd1caa87c0b15c04c6291e25112e5d082cce02ee87f221a8be1d594f857
PYTHON_HATCHLING_SITE = https://files.pythonhosted.org/packages/4f/2a/c34d71531d1e1c9a5029bb73eb3816285befd0fffd7c63ffa0544253dca8
PYTHON_HATCHLING_LICENSE = MIT
PYTHON_HATCHLING_LICENSE_FILES = LICENSE.txt
PYTHON_HATCHLING_SETUP_TYPE = pep517
HOST_PYTHON_HATCHLING_DEPENDENCIES = \
host-python-editables \
host-python-packaging \
host-python-pathspec \
host-python-pluggy \