Skip to content

Release 0.0.4a1 - #39

Open
github-actions[bot] wants to merge 18 commits into
masterfrom
release-0.0.4a1
Open

Release 0.0.4a1#39
github-actions[bot] wants to merge 18 commits into
masterfrom
release-0.0.4a1

Conversation

@github-actions

Copy link
Copy Markdown

Human review requested!

renovate Bot and others added 18 commits December 19, 2025 21:04
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants