From 013061755d928e96399c0e4e964a03dc623a8425 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Sat, 4 Nov 2023 23:45:01 -0600 Subject: [PATCH] package/python-hatchling: bump to version 1.18.0 Add new host-python-trove-classifiers build dependency. Signed-off-by: James Hilliard Signed-off-by: Arnout Vandecappelle --- package/python-hatchling/python-hatchling.hash | 4 ++-- package/python-hatchling/python-hatchling.mk | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package/python-hatchling/python-hatchling.hash b/package/python-hatchling/python-hatchling.hash index 154c1fdcac..ebb412d197 100644 --- a/package/python-hatchling/python-hatchling.hash +++ b/package/python-hatchling/python-hatchling.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/hatchling/json -md5 5a6e2fd0c877feea7e71b9d72bbdbed9 hatchling-1.12.2.tar.gz -sha256 8a6d719d96653a0f3901072b12710c9c3cc934f9061b443775c6789b45333495 hatchling-1.12.2.tar.gz +md5 43f7203cacb6c3c178b93149b8a8151d hatchling-1.18.0.tar.gz +sha256 50e99c3110ce0afc3f7bdbadff1c71c17758e476731c27607940cfa6686489ca hatchling-1.18.0.tar.gz # Locally computed sha256 checksums sha256 7f143a8127ad4873862d70854b5bd2abd0085aa73e64fd2b08704a3b9f5c07fc LICENSE.txt diff --git a/package/python-hatchling/python-hatchling.mk b/package/python-hatchling/python-hatchling.mk index 61aa1a6c23..f13e6d3e28 100644 --- a/package/python-hatchling/python-hatchling.mk +++ b/package/python-hatchling/python-hatchling.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_HATCHLING_VERSION = 1.12.2 +PYTHON_HATCHLING_VERSION = 1.18.0 PYTHON_HATCHLING_SOURCE = hatchling-$(PYTHON_HATCHLING_VERSION).tar.gz -PYTHON_HATCHLING_SITE = https://files.pythonhosted.org/packages/f5/ea/3ed5a7ecdd8a8f7e84cffd3b5ec24279a09ce2694c218ff922c35c6f1a77 +PYTHON_HATCHLING_SITE = https://files.pythonhosted.org/packages/e3/57/87da2c5adc173950ebe9f1acce4d5f2cd0a960783992fd4879a899a0b637 PYTHON_HATCHLING_LICENSE = MIT PYTHON_HATCHLING_LICENSE_FILES = LICENSE.txt PYTHON_HATCHLING_SETUP_TYPE = pep517 @@ -14,6 +14,7 @@ HOST_PYTHON_HATCHLING_DEPENDENCIES = \ host-python-editables \ host-python-packaging \ host-python-pathspec \ - host-python-pluggy + host-python-pluggy \ + host-python-trove-classifiers $(eval $(host-python-package))