* [Buildroot] [PATCH 1/1] package/python-zope-interface: bump to version 7.1.0
@ 2024-10-13 20:02 James Hilliard
2024-10-22 19:17 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2024-10-13 20:02 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Asaf Kahlon
We need to pass the --skip-dependency-check build option since
python-zope-interface uneccesarially restricts the maximum
setuptools version.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-zope-interface/python-zope-interface.hash | 4 ++--
package/python-zope-interface/python-zope-interface.mk | 7 ++++---
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/package/python-zope-interface/python-zope-interface.hash b/package/python-zope-interface/python-zope-interface.hash
index 940ee595d5..149e8ad675 100644
--- a/package/python-zope-interface/python-zope-interface.hash
+++ b/package/python-zope-interface/python-zope-interface.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/zope-interface/json
-md5 fd1cadffe80b9a1702636826c30136f0 zope.interface-7.0.3.tar.gz
-sha256 cd2690d4b08ec9eaf47a85914fe513062b20da78d10d6d789a792c0b20307fb1 zope.interface-7.0.3.tar.gz
+md5 4d644f1167c8a6b19b3690d301641820 zope_interface-7.1.0.tar.gz
+sha256 3f005869a1a05e368965adb2075f97f8ee9a26c61898a9e52a9764d93774f237 zope_interface-7.1.0.tar.gz
# Locally computed sha256 checksums
sha256 3e671db11df687516cc1db5b3d65e4aa383eaca3c20cea3faf53a0f7335d0a3c LICENSE.txt
diff --git a/package/python-zope-interface/python-zope-interface.mk b/package/python-zope-interface/python-zope-interface.mk
index 60cde26122..7eafa80460 100644
--- a/package/python-zope-interface/python-zope-interface.mk
+++ b/package/python-zope-interface/python-zope-interface.mk
@@ -4,11 +4,12 @@
#
################################################################################
-PYTHON_ZOPE_INTERFACE_VERSION = 7.0.3
-PYTHON_ZOPE_INTERFACE_SOURCE = zope.interface-$(PYTHON_ZOPE_INTERFACE_VERSION).tar.gz
-PYTHON_ZOPE_INTERFACE_SITE = https://files.pythonhosted.org/packages/c8/83/7de03efae7fc9a4ec64301d86e29a324f32fe395022e3a5b1a79e376668e
+PYTHON_ZOPE_INTERFACE_VERSION = 7.1.0
+PYTHON_ZOPE_INTERFACE_SOURCE = zope_interface-$(PYTHON_ZOPE_INTERFACE_VERSION).tar.gz
+PYTHON_ZOPE_INTERFACE_SITE = https://files.pythonhosted.org/packages/e4/1f/8bb0739aba9a8909bcfa2e12dc20443ebd5bd773b6796603f1a126211e18
PYTHON_ZOPE_INTERFACE_SETUP_TYPE = setuptools
PYTHON_ZOPE_INTERFACE_LICENSE = ZPL-2.1
PYTHON_ZOPE_INTERFACE_LICENSE_FILES = LICENSE.txt
+PYTHON_ZOPE_INTERFACE_BUILD_OPTS = --skip-dependency-check
$(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
* Re: [Buildroot] [PATCH 1/1] package/python-zope-interface: bump to version 7.1.0
2024-10-13 20:02 [Buildroot] [PATCH 1/1] package/python-zope-interface: bump to version 7.1.0 James Hilliard
@ 2024-10-22 19:17 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-22 19:17 UTC (permalink / raw)
To: James Hilliard; +Cc: buildroot, Asaf Kahlon
On Sun, 13 Oct 2024 14:02:39 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:
> We need to pass the --skip-dependency-check build option since
> python-zope-interface uneccesarially restricts the maximum
> setuptools version.
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/python-zope-interface/python-zope-interface.hash | 4 ++--
> package/python-zope-interface/python-zope-interface.mk | 7 ++++---
> 2 files changed, 6 insertions(+), 5 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-22 19:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-13 20:02 [Buildroot] [PATCH 1/1] package/python-zope-interface: bump to version 7.1.0 James Hilliard
2024-10-22 19:17 ` 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.