* [Buildroot] [PATCH 1/1] package/python-asyncclick: bump to version 8.1.8
@ 2025-01-09 19:23 James Hilliard
2025-01-11 16:06 ` Julien Olivain
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2025-01-09 19:23 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard
Migrate from setuptools to flit build backend.
License file renamed without content changes.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-asyncclick/python-asyncclick.hash | 6 +++---
package/python-asyncclick/python-asyncclick.mk | 9 ++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/package/python-asyncclick/python-asyncclick.hash b/package/python-asyncclick/python-asyncclick.hash
index 59f00893e5..d121097130 100644
--- a/package/python-asyncclick/python-asyncclick.hash
+++ b/package/python-asyncclick/python-asyncclick.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/asyncclick/json
-md5 542e83089a55129ca2fe7ccdbc65ba77 asyncclick-8.1.7.2.tar.gz
-sha256 219ea0f29ccdc1bb4ff43bcab7ce0769ac6d48a04f997b43ec6bee99a222daa0 asyncclick-8.1.7.2.tar.gz
+md5 e9bab017b26d1310d42b4043742812ce asyncclick-8.1.8.tar.gz
+sha256 0f0eb0f280e04919d67cf71b9fcdfb4db2d9ff7203669c40284485c149578e4c asyncclick-8.1.8.tar.gz
# Locally computed sha256 checksums
-sha256 9a8ad106a394e853bfe21f42f4e72d592819a22805d991b5f3275029292b658d LICENSE.rst
+sha256 9a8ad106a394e853bfe21f42f4e72d592819a22805d991b5f3275029292b658d LICENSE.txt
diff --git a/package/python-asyncclick/python-asyncclick.mk b/package/python-asyncclick/python-asyncclick.mk
index 946325e496..9168d65b58 100644
--- a/package/python-asyncclick/python-asyncclick.mk
+++ b/package/python-asyncclick/python-asyncclick.mk
@@ -4,12 +4,11 @@
#
################################################################################
-PYTHON_ASYNCCLICK_VERSION = 8.1.7.2
+PYTHON_ASYNCCLICK_VERSION = 8.1.8
PYTHON_ASYNCCLICK_SOURCE = asyncclick-$(PYTHON_ASYNCCLICK_VERSION).tar.gz
-PYTHON_ASYNCCLICK_SITE = https://files.pythonhosted.org/packages/5e/bf/59d836c3433d7aa07f76c2b95c4eb763195ea8a5d7f9ad3311ed30c2af61
-PYTHON_ASYNCCLICK_SETUP_TYPE = setuptools
+PYTHON_ASYNCCLICK_SITE = https://files.pythonhosted.org/packages/cb/b5/e1e5fdf1c1bb7e6e614987c120a98d9324bf8edfaa5f5cd16a6235c9d91b
+PYTHON_ASYNCCLICK_SETUP_TYPE = flit
PYTHON_ASYNCCLICK_LICENSE = BSD-3-Clause
-PYTHON_ASYNCCLICK_LICENSE_FILES = LICENSE.rst
-PYTHON_ASYNCCLICK_DEPENDENCIES = host-python-setuptools-scm
+PYTHON_ASYNCCLICK_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-11 16:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-09 19:23 [Buildroot] [PATCH 1/1] package/python-asyncclick: bump to version 8.1.8 James Hilliard
2025-01-11 16:06 ` Julien Olivain
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.