* [Buildroot] [PATCH 1/1] package/python-apispec: bump to version 6.6.1
@ 2024-09-14 21:22 James Hilliard
2024-09-14 21:53 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2024-09-14 21:22 UTC (permalink / raw)
To: buildroot; +Cc: Martin Hundebøll, James Hilliard, Asaf Kahlon
Migrate from setuptools to flit build backend.
License hash changed due to date removal:
https://github.com/marshmallow-code/apispec/commit/3de29d7896ac01cb3f40d73ff226b64853064f6f
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-apispec/python-apispec.hash | 6 +++---
package/python-apispec/python-apispec.mk | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package/python-apispec/python-apispec.hash b/package/python-apispec/python-apispec.hash
index 9c47a2c1a6..a11c7af9b6 100644
--- a/package/python-apispec/python-apispec.hash
+++ b/package/python-apispec/python-apispec.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/apispec/json
-md5 1aa13f34a226fca977d72f061360e96e apispec-6.3.1.tar.gz
-sha256 b38e4479916d43f2b1e88ce15fc2fae93adf2e8d55cb59ec74ac66a827941483 apispec-6.3.1.tar.gz
+md5 6d4983057ff8ddb5d9ab328fec6abea0 apispec-6.6.1.tar.gz
+sha256 f5caa47cee75fe03b9c50b5594048b4c052eeca2c212e0dac12dbb6175d9a659 apispec-6.6.1.tar.gz
# Locally computed sha256 checksums
-sha256 a452afcef750956a8396f7e7a6f913a117d28ef99a13170c29dc74c3b7a95f29 LICENSE
+sha256 f345555ff39d6b573342781a6346a5202a8f14bce424fee41f910c6c5379cc7d LICENSE
diff --git a/package/python-apispec/python-apispec.mk b/package/python-apispec/python-apispec.mk
index aee0e16840..f9b6682943 100644
--- a/package/python-apispec/python-apispec.mk
+++ b/package/python-apispec/python-apispec.mk
@@ -4,10 +4,10 @@
#
################################################################################
-PYTHON_APISPEC_VERSION = 6.3.1
+PYTHON_APISPEC_VERSION = 6.6.1
PYTHON_APISPEC_SOURCE = apispec-$(PYTHON_APISPEC_VERSION).tar.gz
-PYTHON_APISPEC_SITE = https://files.pythonhosted.org/packages/ff/0c/e70aa981d8ebe2e8a500a85c923579ce3363feccd704268e6ff8053875dd
-PYTHON_APISPEC_SETUP_TYPE = setuptools
+PYTHON_APISPEC_SITE = https://files.pythonhosted.org/packages/ab/5b/5d94e1ec6a8e487c026b2a7518dfb7ea90c4c82db48de33c227b7c9141fb
+PYTHON_APISPEC_SETUP_TYPE = flit
PYTHON_APISPEC_LICENSE = MIT
PYTHON_APISPEC_LICENSE_FILES = LICENSE
--
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:[~2024-09-14 21:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-14 21:22 [Buildroot] [PATCH 1/1] package/python-apispec: bump to version 6.6.1 James Hilliard
2024-09-14 21:53 ` Thomas Petazzoni via buildroot
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.