Release 0.0.4a1 - #39
Open
github-actions[bot] wants to merge 18 commits into
Open
Conversation
chore: Configure Renovate
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Add French count locale * Sync French count locale snapshots
* fix(i18n): normalize locale folder names to canonical BCP-47 form Rename all locale directories to use canonical BCP-47 codes: - Lowercase regions → uppercase (da-dk → da-DK, en-us → en-US) - Bare language codes → full BCP-47 (da → da-DK, eu → eu-ES) - Invalid codes remapped (eu-eu → eu-ES, fa-fa → fa-IR) - Nested bare-language subdirs merged up (eu-ES/eu/ → eu-ES/) This fixes wheel build failures caused by ZIP files containing duplicate entries with different contents for the same logical path. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore(i18n): remove deprecated translations/ folder (gitlocalize) The translations/ folder with JSON files was used by gitlocalize and has been deprecated in favor of ovos-localize. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: aautomations * ci: add standard GitHub Actions workflows
* fix: allow ovos-workshop 9.x Lift the ovos-workshop upper bound from <9.0.0 to <10.0.0 so this fixture skill can be installed alongside ovos-workshop 9.x in the ovos-core ovoscope end-to-end suite. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * fix(ci): wire test extra + relocate e2e tests for ovos-workshop 9.x The skill declared no `test` extra, so `install_extras: test` (pip install wheel[test]) never installed the e2e deps (ovos_bus_client / ovoscope), breaking build_tests + coverage; the ovoscope job pointed at a non-existent `test/end2end/` and collected 0 tests (hard-fail). - setup.py: add get_requirements() helper; declare install_requires from requirements.txt and a `test` extra from test/requirements.txt. - test/requirements.txt: bump ovoscope to >=1.0.0a1,<2.0.0 and add ovos-bus-client + ovos-core[plugins,lgpl]>=2.0.0a1 (provides the padatious/stop pipeline plugins the e2e suite needs). - Move the ovoscope e2e test to test/end2end/test_stop.py (where the ovoscope workflow looks) and add test/unittests/ with pipeline-free unit tests (skill loading + plugin discovery) for build_tests/coverage. - build-tests.yml / coverage.yml: run test/unittests with no extra. The unit tests only need the runtime deps + pytest; the `test` extra drags in fann2 (padatious) which needs libfann-dev that those jobs don't install. - ovoscope.yml: require_padatious so padatious tests run (and CI installs swig + libfann) instead of silently skipping. - Refresh stale e2e expectations to current ovos-core 2.x / stop-pipeline behavior (stop:skill, trimmed stop callback, ovos.utterance.speak); ignore the parallel `*.stop.response` fan-out which has no stable cross-machine order. - MANIFEST.in: ship test/requirements.txt in the sdist. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Human review requested!