* [Buildroot] [PATCH 1/1] package/python-dtschema: bump to version 2023.11
@ 2024-01-09 7:13 James Hilliard
2024-02-06 10:34 ` Thomas Petazzoni via buildroot
2024-07-22 12:53 ` Thomas Petazzoni via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: James Hilliard @ 2024-01-09 7:13 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Asaf Kahlon
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-dtschema/python-dtschema.hash | 4 ++--
package/python-dtschema/python-dtschema.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-dtschema/python-dtschema.hash b/package/python-dtschema/python-dtschema.hash
index a391e4ab21..3e1dd22133 100644
--- a/package/python-dtschema/python-dtschema.hash
+++ b/package/python-dtschema/python-dtschema.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/dtschema/json
-md5 bb0ecd8b8680b76f7cb55da002f58d62 dtschema-2023.9.tar.gz
-sha256 52c6d271065155ca134d8a0bcf7e0ebed67b3991acbbd7a98b74eb8642f67d87 dtschema-2023.9.tar.gz
+md5 cc4be8cfc01804cc31a123b56f68aeb1 dtschema-2023.11.tar.gz
+sha256 cf9a449ea743c0a955cf6034ef246668fa5ea177684977c61fef7604af5f273b dtschema-2023.11.tar.gz
# Locally computed sha256 checksums
sha256 ca0d66263406dc684fe9db60577b234f65ffdf620d7e041c708e969447b69111 LICENSE.txt
diff --git a/package/python-dtschema/python-dtschema.mk b/package/python-dtschema/python-dtschema.mk
index 0fc13073f8..e1dd5009fd 100644
--- a/package/python-dtschema/python-dtschema.mk
+++ b/package/python-dtschema/python-dtschema.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_DTSCHEMA_VERSION = 2023.9
+PYTHON_DTSCHEMA_VERSION = 2023.11
PYTHON_DTSCHEMA_SOURCE = dtschema-$(PYTHON_DTSCHEMA_VERSION).tar.gz
-PYTHON_DTSCHEMA_SITE = https://files.pythonhosted.org/packages/24/97/daa9109a854727cd4e1a715e4123198e5abd47db10c131de5bc0cef0acc3
+PYTHON_DTSCHEMA_SITE = https://files.pythonhosted.org/packages/5a/94/7890ef663fba1cca84cf0ab64c7f68685343c921ab883f0356cd9978b605
PYTHON_DTSCHEMA_SETUP_TYPE = setuptools
PYTHON_DTSCHEMA_LICENSE = BSD-2-Clause
PYTHON_DTSCHEMA_LICENSE_FILES = LICENSE.txt
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-dtschema: bump to version 2023.11
2024-01-09 7:13 [Buildroot] [PATCH 1/1] package/python-dtschema: bump to version 2023.11 James Hilliard
@ 2024-02-06 10:34 ` Thomas Petazzoni via buildroot
2024-07-22 12:53 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-02-06 10:34 UTC (permalink / raw)
To: James Hilliard; +Cc: Asaf Kahlon, buildroot
On Tue, 9 Jan 2024 00:13:43 -0700
James Hilliard <james.hilliard1@gmail.com> wrote:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/python-dtschema/python-dtschema.hash | 4 ++--
> package/python-dtschema/python-dtschema.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 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] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-dtschema: bump to version 2023.11
2024-01-09 7:13 [Buildroot] [PATCH 1/1] package/python-dtschema: bump to version 2023.11 James Hilliard
2024-02-06 10:34 ` Thomas Petazzoni via buildroot
@ 2024-07-22 12:53 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-22 12:53 UTC (permalink / raw)
To: James Hilliard; +Cc: Asaf Kahlon, buildroot
Hello James,
On Tue, 9 Jan 2024 00:13:43 -0700
James Hilliard <james.hilliard1@gmail.com> wrote:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/python-dtschema/python-dtschema.hash | 4 ++--
> package/python-dtschema/python-dtschema.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
Not sure if it's related to this version bump, or the switch of Python
to 3.12, or something else, but our python-dtschema test case is
failing:
https://gitlab.com/buildroot.org/buildroot/-/jobs/7391793121
Traceback (most recent call last):
File "/root/sample_python_dtschema.py", line 1, in <module>
import dtschema
File "/usr/lib/python3.12/site-packages/dtschema/__init__.py", line 23, in <module>
File "/usr/lib/python3.12/site-packages/dtschema/schema.py", line 10, in <module>
File "/usr/lib/python3.12/site-packages/jsonschema/__init__.py", line 16, in <module>
File "/usr/lib/python3.12/site-packages/jsonschema/validators.py", line 19, in <module>
ModuleNotFoundError: No module named 'jsonschema_specifications'
Could you have a look perhaps?
Thanks a lot!
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] 3+ messages in thread
end of thread, other threads:[~2024-07-22 12:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-09 7:13 [Buildroot] [PATCH 1/1] package/python-dtschema: bump to version 2023.11 James Hilliard
2024-02-06 10:34 ` Thomas Petazzoni via buildroot
2024-07-22 12:53 ` 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