From 31fb707f3301965fc9c7fd45af18f700325486a8 Mon Sep 17 00:00:00 2001 From: Marcin Niestroj Date: Mon, 9 Jun 2025 12:55:54 +0200 Subject: [PATCH] package/python-iniconfig: bump to 2.1.0 See [1] for changelog. This commit also updates the LICENSE hash, due to minor reformatting. See [2]. [1] https://github.com/pytest-dev/iniconfig/blob/v2.1.0/CHANGELOG [2] https://github.com/pytest-dev/iniconfig/commit/f81ae0314363f35e36e01926a3a87d67eea50c39 Signed-off-by: Marcin Niestroj [Julien: - update changelog link to use tag - fix LICENCE hash ] Signed-off-by: Julien Olivain --- package/python-iniconfig/python-iniconfig.hash | 6 +++--- package/python-iniconfig/python-iniconfig.mk | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/python-iniconfig/python-iniconfig.hash b/package/python-iniconfig/python-iniconfig.hash index 541ae3e3f3..7e5884bb7c 100644 --- a/package/python-iniconfig/python-iniconfig.hash +++ b/package/python-iniconfig/python-iniconfig.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/iniconfig/json -md5 3c030b3f51dcc3aca585de05635600e4 iniconfig-2.0.0.tar.gz -sha256 2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3 iniconfig-2.0.0.tar.gz +md5 437ede5b20b0ab2e76ca08f02b5c49dd iniconfig-2.1.0.tar.gz +sha256 3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7 iniconfig-2.1.0.tar.gz # Locally computed sha256 checksums -sha256 2af680c39ef493fb82830356d1d3df1acb5a06033cba2dec7a19e21caa77a866 LICENSE +sha256 3409fa91f7ace557894632676656e32264fe5ef7581535725dc9a23774551bd4 LICENSE diff --git a/package/python-iniconfig/python-iniconfig.mk b/package/python-iniconfig/python-iniconfig.mk index 7c6cd14907..3276032fd3 100644 --- a/package/python-iniconfig/python-iniconfig.mk +++ b/package/python-iniconfig/python-iniconfig.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_INICONFIG_VERSION = 2.0.0 +PYTHON_INICONFIG_VERSION = 2.1.0 PYTHON_INICONFIG_SOURCE = iniconfig-$(PYTHON_INICONFIG_VERSION).tar.gz -PYTHON_INICONFIG_SITE = https://files.pythonhosted.org/packages/d7/4b/cbd8e699e64a6f16ca3a8220661b5f83792b3017d0f79807cb8708d33913 +PYTHON_INICONFIG_SITE = https://files.pythonhosted.org/packages/f2/97/ebf4da567aa6827c909642694d71c9fcf53e5b504f2d96afea02718862f3 PYTHON_INICONFIG_SETUP_TYPE = hatch PYTHON_INICONFIG_LICENSE = MIT PYTHON_INICONFIG_LICENSE_FILES = LICENSE