* [Buildroot] [PATCH 1/1] package/python-zc-lockfile: bump to version 4.0
@ 2025-12-31 18:28 James Hilliard
2026-01-01 9:45 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2025-12-31 18:28 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard
Skip dependency check due to unnecessarily strict setuptools version
restriction.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-zc-lockfile/python-zc-lockfile.hash | 4 ++--
package/python-zc-lockfile/python-zc-lockfile.mk | 7 ++++---
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/package/python-zc-lockfile/python-zc-lockfile.hash b/package/python-zc-lockfile/python-zc-lockfile.hash
index 97f05ddd3f..4a7433cc62 100644
--- a/package/python-zc-lockfile/python-zc-lockfile.hash
+++ b/package/python-zc-lockfile/python-zc-lockfile.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/zc.lockfile/json
-md5 5e902492de505a0f98e49b1e31cf2bc2 zc.lockfile-3.0.post1.tar.gz
-sha256 adb2ee6d9e6a2333c91178dcb2c9b96a5744c78edb7712dc784a7d75648e81ec zc.lockfile-3.0.post1.tar.gz
+md5 fb4e4d2cc652aac97805e516ea287bf5 zc_lockfile-4.0.tar.gz
+sha256 d3ab0f53974296a806db3219b9191ba0e6d5cbbd1daa2e0d17208cb9b29d2102 zc_lockfile-4.0.tar.gz
# Locally computed sha256 checksums
sha256 3e671db11df687516cc1db5b3d65e4aa383eaca3c20cea3faf53a0f7335d0a3c LICENSE.txt
diff --git a/package/python-zc-lockfile/python-zc-lockfile.mk b/package/python-zc-lockfile/python-zc-lockfile.mk
index 60648afc29..b060e537f4 100644
--- a/package/python-zc-lockfile/python-zc-lockfile.mk
+++ b/package/python-zc-lockfile/python-zc-lockfile.mk
@@ -4,11 +4,12 @@
#
################################################################################
-PYTHON_ZC_LOCKFILE_VERSION = 3.0.post1
-PYTHON_ZC_LOCKFILE_SOURCE = zc.lockfile-$(PYTHON_ZC_LOCKFILE_VERSION).tar.gz
-PYTHON_ZC_LOCKFILE_SITE = https://files.pythonhosted.org/packages/5b/83/a5432aa08312fc834ea594473385c005525e6a80d768a2ad246e78877afd
+PYTHON_ZC_LOCKFILE_VERSION = 4.0
+PYTHON_ZC_LOCKFILE_SOURCE = zc_lockfile-$(PYTHON_ZC_LOCKFILE_VERSION).tar.gz
+PYTHON_ZC_LOCKFILE_SITE = https://files.pythonhosted.org/packages/10/9a/2fef89272d98b799e4daa50201c5582ec76bdd4e92a1a7e3deb74c52b7fa
PYTHON_ZC_LOCKFILE_SETUP_TYPE = setuptools
PYTHON_ZC_LOCKFILE_LICENSE = ZPL-2.1
PYTHON_ZC_LOCKFILE_LICENSE_FILES = LICENSE.txt
+PYTHON_ZC_LOCKFILE_BUILD_OPTS = --skip-dependency-check
$(eval $(python-package))
--
2.43.0
_______________________________________________
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:[~2026-01-01 9:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-31 18:28 [Buildroot] [PATCH 1/1] package/python-zc-lockfile: bump to version 4.0 James Hilliard
2026-01-01 9:45 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox