From a6c333104c0f2b5d3d003bb0e913fdf8e52233d1 Mon Sep 17 00:00:00 2001 From: Kyle Oliver Date: Mon, 17 Nov 2025 03:50:59 -0500 Subject: [PATCH 1/2] chore: update demo to the latest cookiecutter-robust-python --- .cookiecutter.json | 2 +- .cruft.json | 4 ++-- noxfile.py | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.cookiecutter.json b/.cookiecutter.json index 237429a..cb7a7cf 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,5 @@ { - "_commit": "64210528bd0c8cbd7d16e7d96f7bdd48fb2f0bfb", + "_commit": "b36862f08dac62022ba33f94c31be4bac4181340", "_max_python_version_minor_int": 14, "_min_python_version_minor_int": 10, "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", diff --git a/.cruft.json b/.cruft.json index c7158a1..135b771 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "commit": "64210528bd0c8cbd7d16e7d96f7bdd48fb2f0bfb", + "commit": "b36862f08dac62022ba33f94c31be4bac4181340", "checkout": null, "context": { "cookiecutter": { @@ -20,7 +20,7 @@ "license": "MIT", "development_status": "Development Status :: 1 - Planning", "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "_commit": "64210528bd0c8cbd7d16e7d96f7bdd48fb2f0bfb", + "_commit": "b36862f08dac62022ba33f94c31be4bac4181340", "_min_python_version_minor_int": 10, "_max_python_version_minor_int": 14, "python_versions": [ diff --git a/noxfile.py b/noxfile.py index 90e9120..9043038 100644 --- a/noxfile.py +++ b/noxfile.py @@ -12,6 +12,7 @@ nox.options.default_venv_backend = "uv" +os.environ.setdefault("PYO3_USE_ABI3_FORWARD_COMPATIBILITY", "1") # Logic that helps avoid metaprogramming in cookiecutter-robust-python MIN_PYTHON_VERSION_SLUG: int = int("3.10".lstrip("3.")) From 07ce8eeccd483aa340f8e39b2d748e17a8ff4888 Mon Sep 17 00:00:00 2001 From: Kyle Oliver Date: Mon, 17 Nov 2025 03:51:40 -0500 Subject: [PATCH 2/2] =?UTF-8?q?bump:=20version=200.32.0=20=E2=86=92=200.33?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab25f57..b819c75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.33.0 (2025-11-17) + ## v0.32.0 (2025-11-17) ## v0.31.0 (2025-11-17) diff --git a/pyproject.toml b/pyproject.toml index 4871692..a27d507 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "robust-python-demo" -version = "0.32.0" +version = "0.33.0" description = "robust-python-demo" authors = [ { name = "Kyle Oliver", email = "56kyleoliver+cookiecutter-robust-python@gmail.com" }, diff --git a/uv.lock b/uv.lock index 2213bdb..b7c5f55 100644 --- a/uv.lock +++ b/uv.lock @@ -989,7 +989,7 @@ wheels = [ [[package]] name = "robust-python-demo" -version = "0.32.0" +version = "0.33.0" source = { editable = "." } dependencies = [ { name = "loguru" },