package/python-hatchling: bump to version 1.21.0

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2024-01-09 01:05:46 -07:00 committed by Thomas Petazzoni
parent 9e7dc1f213
commit a1c77f08ac
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/hatchling/json
md5 43f7203cacb6c3c178b93149b8a8151d hatchling-1.18.0.tar.gz
sha256 50e99c3110ce0afc3f7bdbadff1c71c17758e476731c27607940cfa6686489ca hatchling-1.18.0.tar.gz
md5 21e5e7ed5fa6dd0618c5b66eb847f370 hatchling-1.21.0.tar.gz
sha256 5c086772357a50723b825fd5da5278ac7e3697cdf7797d07541a6c90b6ff754c hatchling-1.21.0.tar.gz
# Locally computed sha256 checksums
sha256 7f143a8127ad4873862d70854b5bd2abd0085aa73e64fd2b08704a3b9f5c07fc LICENSE.txt

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_HATCHLING_VERSION = 1.18.0
PYTHON_HATCHLING_VERSION = 1.21.0
PYTHON_HATCHLING_SOURCE = hatchling-$(PYTHON_HATCHLING_VERSION).tar.gz
PYTHON_HATCHLING_SITE = https://files.pythonhosted.org/packages/e3/57/87da2c5adc173950ebe9f1acce4d5f2cd0a960783992fd4879a899a0b637
PYTHON_HATCHLING_SITE = https://files.pythonhosted.org/packages/fd/4a/8196e79c0d6e5eb10436dd2fcccc889a76af6ecf9bc35f87408159497d4d
PYTHON_HATCHLING_LICENSE = MIT
PYTHON_HATCHLING_LICENSE_FILES = LICENSE.txt
PYTHON_HATCHLING_SETUP_TYPE = pep517