Release 0.3.3a2 - #32
Open
github-actions[bot] wants to merge 15 commits into
Open
Conversation
chore: Configure Renovate
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>
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!