From fc0cb04de318ef43088a19cdd07e7a74b198413b Mon Sep 17 00:00:00 2001 From: schapper Date: Fri, 30 Jan 2026 09:11:13 -0800 Subject: [PATCH 1/5] Test 1: Add file that should NOT trigger new version checking workflow --- TEMP_FILE_DO_NOT_MERGE | 1 + 1 file changed, 1 insertion(+) create mode 100644 TEMP_FILE_DO_NOT_MERGE diff --git a/TEMP_FILE_DO_NOT_MERGE b/TEMP_FILE_DO_NOT_MERGE new file mode 100644 index 00000000..b24cd16f --- /dev/null +++ b/TEMP_FILE_DO_NOT_MERGE @@ -0,0 +1 @@ +Test 1: This file should NOT trigger the new version checking workflow. From f4bc2daa99710346c755dfbb6ffc39c80a2318ad Mon Sep 17 00:00:00 2001 From: schapper Date: Fri, 30 Jan 2026 09:17:51 -0800 Subject: [PATCH 2/5] Test 2: Change regular Python file, should also not trigger workflow --- TEMP_FILE_DO_NOT_MERGE | 1 - packages/overture-schema/src/overture/schema/__init__.py | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 TEMP_FILE_DO_NOT_MERGE diff --git a/TEMP_FILE_DO_NOT_MERGE b/TEMP_FILE_DO_NOT_MERGE deleted file mode 100644 index b24cd16f..00000000 --- a/TEMP_FILE_DO_NOT_MERGE +++ /dev/null @@ -1 +0,0 @@ -Test 1: This file should NOT trigger the new version checking workflow. diff --git a/packages/overture-schema/src/overture/schema/__init__.py b/packages/overture-schema/src/overture/schema/__init__.py index 1f75ea51..09650b55 100644 --- a/packages/overture-schema/src/overture/schema/__init__.py +++ b/packages/overture-schema/src/overture/schema/__init__.py @@ -1,5 +1,7 @@ __path__ = __import__("pkgutil").extend_path(__path__, __name__) +# TEMP COMMENT - DO NOT MERGE THE COMMIT WITH THIS CHANGE IN IT! + from collections.abc import Generator from functools import reduce from operator import or_ From a22850102b8d88f21c9284d727b2a8fa41efcae0 Mon Sep 17 00:00:00 2001 From: schapper Date: Fri, 30 Jan 2026 09:21:55 -0800 Subject: [PATCH 3/5] Test 3: Superficial change to root `pyproject.toml` should trigger no-op --- packages/overture-schema/src/overture/schema/__init__.py | 2 -- pyproject.toml | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/overture-schema/src/overture/schema/__init__.py b/packages/overture-schema/src/overture/schema/__init__.py index 09650b55..1f75ea51 100644 --- a/packages/overture-schema/src/overture/schema/__init__.py +++ b/packages/overture-schema/src/overture/schema/__init__.py @@ -1,7 +1,5 @@ __path__ = __import__("pkgutil").extend_path(__path__, __name__) -# TEMP COMMENT - DO NOT MERGE THE COMMIT WITH THIS CHANGE IN IT! - from collections.abc import Generator from functools import reduce from operator import or_ diff --git a/pyproject.toml b/pyproject.toml index 92201b71..4a741e41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,7 @@ # uv workspace configuration +# TEMP change to trigger Python package version check workflow + [project] license = "MIT" name = "overture-schema-workspace" From 553c5b6ffae578fc7c4549febe1aaeee5c6cbed0 Mon Sep 17 00:00:00 2001 From: schapper Date: Fri, 30 Jan 2026 14:14:51 -0800 Subject: [PATCH 4/5] Test 3a: Repeat superficial change to root `pyproject.toml` --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4a741e41..2b35d5d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,7 @@ # uv workspace configuration # TEMP change to trigger Python package version check workflow +# SECOND LINE of TEMP change. [project] license = "MIT" From 0b8683d769377a301a3cdf0f14369442d31fdcfb Mon Sep 17 00:00:00 2001 From: schapper Date: Fri, 30 Jan 2026 15:47:19 -0800 Subject: [PATCH 5/5] Test 4: Change versions on packages --- .../src/overture/schema/divisions/__about__.py | 2 +- .../src/overture/schema/system/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/overture-schema-divisions-theme/src/overture/schema/divisions/__about__.py b/packages/overture-schema-divisions-theme/src/overture/schema/divisions/__about__.py index 3dc1f76b..dbe5a991 100644 --- a/packages/overture-schema-divisions-theme/src/overture/schema/divisions/__about__.py +++ b/packages/overture-schema-divisions-theme/src/overture/schema/divisions/__about__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1-alpha-1" diff --git a/packages/overture-schema-system/src/overture/schema/system/__about__.py b/packages/overture-schema-system/src/overture/schema/system/__about__.py index 3dc1f76b..dbe5a991 100644 --- a/packages/overture-schema-system/src/overture/schema/system/__about__.py +++ b/packages/overture-schema-system/src/overture/schema/system/__about__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1-alpha-1"