diff mbox series

[v2] python3-spdx-python-model: : relax shacl2code version constraint

Message ID 20260902071205.1269-1-wangmy@fujitsu.com
State Under Review
Headers show
Series [v2] python3-spdx-python-model: : relax shacl2code version constraint | expand

Commit Message

Wang Mingyu Sept. 2, 2026, 7:12 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

shacl2code has been upgraded to newer versions (1.2.0+), but
spdx-python-model 0.0.6 still pins shacl2code==1.1.0. Relax the
constraint to >=1.1.0 to allow compatible newer versions.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...e-dependency-to-allow-versions-1.1.0.patch | 28 +++++++++++++++++++
 .../python/python3-spdx-python-model_0.0.6.bb |  1 +
 2 files changed, 29 insertions(+)
 create mode 100644 meta/recipes-devtools/python/python3-spdx-python-model/0001-Update-shacl2code-dependency-to-allow-versions-1.1.0.patch
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-spdx-python-model/0001-Update-shacl2code-dependency-to-allow-versions-1.1.0.patch b/meta/recipes-devtools/python/python3-spdx-python-model/0001-Update-shacl2code-dependency-to-allow-versions-1.1.0.patch
new file mode 100644
index 0000000000..711ba6fb4f
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-spdx-python-model/0001-Update-shacl2code-dependency-to-allow-versions-1.1.0.patch
@@ -0,0 +1,28 @@ 
+From 28c886568aaf8328fba9c47d5b5c613acad1d808 Mon Sep 17 00:00:00 2001
+From: Wang Mingyu <wangmy@fujitsu.com>
+Date: Wed, 2 Sep 2026 06:47:35 +0000
+Subject: [PATCH] Update shacl2code dependency to allow versions >= 1.1.0.
+
+Upstream-Status: Submitted [https://github.com/spdx/spdx-python-model/pull/57/changes/813c189567695a61b9bde86a1f3773005109a5af]
+
+Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
+---
+ pyproject.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pyproject.toml b/pyproject.toml
+index 94b511c..119c2bf 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -49,7 +49,7 @@ issues = "https://github.com/spdx/spdx-python-model/issues"
+ requires = [
+     "hatchling >= 1.27.0",
+     "hatch-build-scripts >= 0.0.4",
+-    "shacl2code == 1.1.0",
++    "shacl2code >= 1.1.0",
+ ]
+ build-backend = "hatchling.build"
+ 
+-- 
+2.43.0
+
diff --git a/meta/recipes-devtools/python/python3-spdx-python-model_0.0.6.bb b/meta/recipes-devtools/python/python3-spdx-python-model_0.0.6.bb
index def12b2049..8fbd76b16d 100644
--- a/meta/recipes-devtools/python/python3-spdx-python-model_0.0.6.bb
+++ b/meta/recipes-devtools/python/python3-spdx-python-model_0.0.6.bb
@@ -11,6 +11,7 @@  SRC_URI += " \
     https://spdx.org/rdf/3.0.1/spdx-context.jsonld;name=spdx1 \
     https://spdx.org/rdf/3.0.1/spdx-json-serialize-annotations.ttl;name=spdx2 \
     https://spdx.org/rdf/3.0.1/spdx-model.ttl;name=spdx3 \
+    file://0001-Update-shacl2code-dependency-to-allow-versions-1.1.0.patch \
 "
 
 SRC_URI[spdx1.sha256sum] = "c72b0928f094c83e5c127784edb1ebca2af74a104fcacc007c332b23cbc788bd"