From b39836e758d3be153218125c2970402a29150cd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?FabioLeit=C3=A3o?= Date: Wed, 15 Jul 2026 23:18:22 -0300 Subject: [PATCH] chore(post7): project.urls->org, post4 CHANGELOG octet backfill, integrity comment honesty --- CHANGELOG.md | 2 +- core/integrity_anchor.py | 2 +- pyproject.toml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acf7675e..e2db562b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,7 +47,7 @@ Human-readable summary of user-facing changes. **Detailed release notes:** [docs ## 1.7.4.post4 (pending PyPI dispatch) -> Post-release on the **`1.7.4`** public line. **`[project] version = 1.7.4.post4`** and **`[tool.databoar] maturity_build = 225`** (`N=14` fixes since post3 baseline, ADR-0073 dual counter policy). +> Post-release on the **`1.7.4`** public line. **`[project] version = 1.7.4.post4`** and **`[tool.databoar] maturity_build = 226`** (`N=15` fixes since post3 baseline, ADR-0073 dual counter policy). ### Fixed (post4) diff --git a/core/integrity_anchor.py b/core/integrity_anchor.py index 6089b5b7..7db59a63 100644 --- a/core/integrity_anchor.py +++ b/core/integrity_anchor.py @@ -249,7 +249,7 @@ def ensure_integrity_anchor(config: dict[str, Any] | None = None) -> dict[str, A label, _stored_manifest, stored_json, validated_at, digest_flag = row current_label = _release_label() if label != current_label: - # Release upgrade (#1262): new signed/released bits are the + # Release upgrade (#1262): new released bits are the # new baseline. Same-label hash drift still = tamper below. # Tamper-EVIDENT (E.6): append-only ``re-baseline`` event. digest_matched = _build_digest_matched() diff --git a/pyproject.toml b/pyproject.toml index b819c987..097ff158 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,10 +117,10 @@ data-boar = "main:main" data-boar-report = "cli.reporter:main" [project.urls] -Homepage = "https://github.com/FabioLeitao/data-boar" -Repository = "https://github.com/FabioLeitao/data-boar" -Issues = "https://github.com/FabioLeitao/data-boar/issues" -Changelog = "https://github.com/FabioLeitao/data-boar/blob/main/CHANGELOG.md" +Homepage = "https://github.com/DataBoar/data-boar" +Repository = "https://github.com/DataBoar/data-boar" +Issues = "https://github.com/DataBoar/data-boar/issues" +Changelog = "https://github.com/DataBoar/data-boar/blob/main/CHANGELOG.md" "Docker Hub" = "https://hub.docker.com/r/fabioleitao/data_boar" [project.optional-dependencies]