From ebec64799c02a7a557a9e5af1d9155e879e8194b Mon Sep 17 00:00:00 2001 From: HellAholic Date: Mon, 24 Nov 2025 08:50:54 +0100 Subject: [PATCH 1/3] Update cpython dependency to version 3.12.7 Bumps the cpython requirement from 3.12.2 to 3.12.7 when Python bindings are enabled, ensuring compatibility with the latest patch release. --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 645a6f0..246dfbe 100644 --- a/conanfile.py +++ b/conanfile.py @@ -94,7 +94,7 @@ def requirements(self): self.requires("range-v3/0.12.0") self.requires("clipper/6.4.2@ultimaker/stable") if self.options.get_safe("with_python_bindings", False): - self.requires("cpython/3.12.2") + self.requires("cpython/3.12.7") self.requires("pybind11/2.11.1") if self.options.get_safe("with_cli", False): self.requires("assimp/5.4.3") From dfb8ec9ad01417a4f6338397ae1a5ca480a669d4 Mon Sep 17 00:00:00 2001 From: HellAholic Date: Sun, 1 Mar 2026 09:29:05 +0100 Subject: [PATCH 2/3] Bump conandata.yml version to 1.1.0 Update conandata.yml version from 1.0.1 to 1.1.0 to reflect the new package release. --- conandata.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conandata.yml b/conandata.yml index e20c02a..d6a1e88 100644 --- a/conandata.yml +++ b/conandata.yml @@ -1 +1 @@ -version: "1.0.1" +version: "1.1.0" From 6da966f6dd389083e3d21979f3f9d0a5f9245908 Mon Sep 17 00:00:00 2001 From: HellAholic Date: Tue, 5 May 2026 10:31:25 +0200 Subject: [PATCH 3/3] Set version according to semver --- conandata.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conandata.yml b/conandata.yml index d6a1e88..bf75ceb 100644 --- a/conandata.yml +++ b/conandata.yml @@ -1 +1 @@ -version: "1.1.0" +version: "1.0.2-alpha.0"