Skip to content

Release 0.3.3a2 - #32

Open
github-actions[bot] wants to merge 15 commits into
masterfrom
release-0.3.3a2
Open

Release 0.3.3a2#32
github-actions[bot] wants to merge 15 commits into
masterfrom
release-0.3.3a2

Conversation

@github-actions

Copy link
Copy Markdown

Human review requested!

renovate Bot and others added 15 commits December 18, 2025 03:56
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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: add missing shared CI workflows

* chore: modernize packaging to pyproject.toml

* fix: use canonical opm.* entry-point group (drop deprecated ovos.plugin.g2p)

* fix: require ovos-plugin-manager>=2.4.0a1 for canonical opm.* entry points

* fix: cap ovos-* dependencies at next major so latest versions resolve

* fix: require ovos-plugin-manager>=2.1.0 for opm.* entry points and cap ovos-* deps at next major

* test: real mimic unit tests + dedicated unit_tests workflow

Replace the brittle placeholder test_something (hard-coded phoneme
durations) with real tests: binary resolution, WAV synthesis, phoneme
parsing, viseme mapping, and supported languages.

The mimic unit tests need the `mimic` binary, which is not an apt package
(it ships as a .deb from the mycroft-desktop repo). The shared build-tests
workflow can only install apt deps, so:
  - build-tests runs build/install verification only (drop test_path)
  - a dedicated unit_tests.yml installs the mimic .deb and runs the tests

Add a [test] extra and tidy the stale Python 2/3.0-3.6 classifiers.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* ci: make coverage job self-contained so mimic binary is present

The reusable gh-automations coverage.yml only supports apt packages via
system_deps, but mimic is not an apt package, so mimic_bin resolved to None
and the binary-dependent tests (test_binary_resolved,
test_get_tts_writes_wav_and_phonemes, test_visemes_from_phonemes) failed
under coverage/coverage. Replace the thin reusable caller with a
self-contained job that installs the mimic .deb before running pytest with
coverage, mirroring unit_tests.yml.

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.

1 participant