From 932803b0954c88009cdf6c0e2352457b5cf65c65 Mon Sep 17 00:00:00 2001 From: Qubitium Date: Wed, 15 Apr 2026 02:54:55 +0000 Subject: [PATCH 1/3] sync/downgrade setuptools depend --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fd8ef89..1350282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ # Contact: qubitium@modelcloud.ai, x.com/qubitium [build-system] -requires = ["setuptools>=80", "wheel", "cmake>=3.27", "ninja"] +requires = ["setuptools>=70.2.0", "wheel", "cmake>=3.27", "ninja"] build-backend = "setuptools.build_meta" [project] @@ -13,7 +13,7 @@ version = "0.3.0" description = "Modern, GIL-friendly, Fast Python bindings for PCRE2 with auto caching and JIT of compiled patterns." readme = "README.md" requires-python = ">=3.9" -license = "Apache-2.0" +license = { text = "Apache-2.0" } authors = [ { name = "ModelCloud", email = "qubitium@modelcloud.ai" }, ] From 852d5b9e09e1b759b92df448de15f6d407c21112 Mon Sep 17 00:00:00 2001 From: Qubitium-ModelCloud Date: Wed, 15 Apr 2026 11:04:34 +0800 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1350282..86129db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] name = "PyPcre" -version = "0.3.0" +version = "0.3.1" description = "Modern, GIL-friendly, Fast Python bindings for PCRE2 with auto caching and JIT of compiled patterns." readme = "README.md" requires-python = ">=3.9" From fa6f3e539a8765b5391ec24d9fd44bd52778f284 Mon Sep 17 00:00:00 2001 From: Qubitium Date: Wed, 15 Apr 2026 04:13:01 +0000 Subject: [PATCH 3/3] sync/use SPDX license with setuptools 77-82 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 86129db..441c277 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ # Contact: qubitium@modelcloud.ai, x.com/qubitium [build-system] -requires = ["setuptools>=70.2.0", "wheel", "cmake>=3.27", "ninja"] +requires = ["setuptools>=77.0.1,<83", "wheel", "cmake>=3.27", "ninja"] build-backend = "setuptools.build_meta" [project] @@ -13,7 +13,7 @@ version = "0.3.1" description = "Modern, GIL-friendly, Fast Python bindings for PCRE2 with auto caching and JIT of compiled patterns." readme = "README.md" requires-python = ">=3.9" -license = { text = "Apache-2.0" } +license = "Apache-2.0" authors = [ { name = "ModelCloud", email = "qubitium@modelcloud.ai" }, ]