From fe83290d56a5862eabc84599d86795d2a49b3b1f Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Sun, 23 Aug 2026 20:51:28 +0200 Subject: [PATCH] chore(release): compose expanded German coverage --- packages/govoplan-meta/pyproject.toml | 30 +++++++++++++-------------- requirements-release.txt | 14 ++++++------- tests/test_package_set_dispatch.py | 4 ++-- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/packages/govoplan-meta/pyproject.toml b/packages/govoplan-meta/pyproject.toml index 16d0eb9..06307b3 100644 --- a/packages/govoplan-meta/pyproject.toml +++ b/packages/govoplan-meta/pyproject.toml @@ -11,37 +11,37 @@ requires-python = ">=3.12" license = { text = "AGPL-3.0-or-later" } dependencies = [ "govoplan-core[server]==0.1.37", - "govoplan-tenancy==0.1.18", + "govoplan-tenancy==0.1.19", "govoplan-organizations==0.1.19", - "govoplan-identity==0.1.18", - "govoplan-idm==0.1.21", - "govoplan-access==0.1.20", - "govoplan-admin==0.1.19", - "govoplan-policy==0.1.20", + "govoplan-identity==0.1.19", + "govoplan-idm==0.1.22", + "govoplan-access==0.1.21", + "govoplan-admin==0.1.20", + "govoplan-policy==0.1.21", "govoplan-audit==0.1.19", "govoplan-dashboard==0.1.19", "govoplan-files==0.1.20", "govoplan-mail==0.1.22", "govoplan-campaign==0.1.24", - "govoplan-calendar==0.1.18", + "govoplan-calendar==0.1.20", "govoplan-docs==0.1.21", "govoplan-ops==0.1.19", ] [project.optional-dependencies] full = [ - "govoplan-addresses==0.1.18", + "govoplan-addresses==0.1.19", "govoplan-approvals==0.1.19", "govoplan-assets==0.1.19", "govoplan-booking==0.1.19", - "govoplan-cases==0.1.20", + "govoplan-cases==0.1.21", "govoplan-certificates==0.1.19", "govoplan-committee==0.1.19", "govoplan-connectors==0.1.22", "govoplan-consultation==0.1.19", "govoplan-contracts==0.1.19", "govoplan-dataflow==0.1.20", - "govoplan-datasources==0.1.21", + "govoplan-datasources==0.1.22", "govoplan-decisions==0.1.19", "govoplan-dist-lists==0.1.19", "govoplan-dms==0.1.20", @@ -50,7 +50,7 @@ full = [ "govoplan-evaluation==0.1.19", "govoplan-facilities==0.1.19", "govoplan-fit-connect==0.1.20", - "govoplan-forms==0.1.20", + "govoplan-forms==0.1.21", "govoplan-forms-runtime==0.1.19", "govoplan-grants==0.1.19", "govoplan-helpdesk==0.1.20", @@ -73,19 +73,19 @@ full = [ "govoplan-resources==0.1.19", "govoplan-rest==0.1.19", "govoplan-risk-compliance==0.1.19", - "govoplan-scheduling==0.1.18", + "govoplan-scheduling==0.1.20", "govoplan-search==0.1.19", "govoplan-services==0.1.19", "govoplan-soap==0.1.19", "govoplan-tasks==0.1.20", - "govoplan-templates==0.1.18", + "govoplan-templates==0.1.19", "govoplan-tickets==0.1.20", "govoplan-transparency==0.1.19", "govoplan-views==0.1.19", - "govoplan-voting==0.1.18", + "govoplan-voting==0.1.19", "govoplan-wiki==0.1.20", "govoplan-workflow==0.1.21", - "govoplan-workflow-engine==0.1.19", + "govoplan-workflow-engine==0.1.20", "govoplan-xrechnung==0.1.21", ] diff --git a/requirements-release.txt b/requirements-release.txt index c0aa487..6951a23 100644 --- a/requirements-release.txt +++ b/requirements-release.txt @@ -1,18 +1,18 @@ # Whole-product release install from immutable, independently versioned module tags. # Only add a module after its referenced tag has been published. ../govoplan-core[server] -govoplan-tenancy @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-tenancy.git@v0.1.18 +govoplan-tenancy @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-tenancy.git@v0.1.19 govoplan-organizations @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-organizations.git@v0.1.19 -govoplan-identity @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-identity.git@v0.1.18 -govoplan-idm @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-idm.git@v0.1.21 -govoplan-access @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-access.git@v0.1.20 -govoplan-admin @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-admin.git@v0.1.19 -govoplan-policy @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-policy.git@v0.1.20 +govoplan-identity @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-identity.git@v0.1.19 +govoplan-idm @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-idm.git@v0.1.22 +govoplan-access @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-access.git@v0.1.21 +govoplan-admin @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-admin.git@v0.1.20 +govoplan-policy @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-policy.git@v0.1.21 govoplan-audit @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-audit.git@v0.1.19 govoplan-dashboard @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-dashboard.git@v0.1.19 govoplan-files @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-files.git@v0.1.20 govoplan-mail @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-mail.git@v0.1.22 govoplan-campaign @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-campaign.git@v0.1.24 -govoplan-calendar @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-calendar.git@v0.1.18 +govoplan-calendar @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-calendar.git@v0.1.20 govoplan-docs @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-docs.git@v0.1.21 govoplan-ops @ git+ssh://git@git.add-ideas.de/GovOPlaN/govoplan-ops.git@v0.1.19 diff --git a/tests/test_package_set_dispatch.py b/tests/test_package_set_dispatch.py index 6e1a879..1b97a4f 100644 --- a/tests/test_package_set_dispatch.py +++ b/tests/test_package_set_dispatch.py @@ -26,11 +26,11 @@ class PackageSetDispatchTests(unittest.TestCase): self.assertEqual(73, len({target.distribution for target in targets})) by_name = {target.distribution: target for target in targets} self.assertEqual("v0.1.37", by_name["govoplan-core"].tag) - self.assertEqual("v0.1.20", by_name["govoplan-access"].tag) + self.assertEqual("v0.1.21", by_name["govoplan-access"].tag) self.assertEqual("v0.1.20", by_name["govoplan-dms"].tag) self.assertEqual("v0.1.20", by_name["govoplan-erp"].tag) self.assertEqual("v0.1.20", by_name["govoplan-fit-connect"].tag) - self.assertEqual("v0.1.21", by_name["govoplan-idm"].tag) + self.assertEqual("v0.1.22", by_name["govoplan-idm"].tag) self.assertEqual("v0.1.21", by_name["govoplan-xrechnung"].tag) self.assertTrue(by_name["govoplan-core"].tag_exists) self.assertTrue(by_name["govoplan-access"].has_webui)