Skip to content

Commit

Permalink
Merge pull request #96 from OpenVoiceOS/release-0.2.0a1
Browse files Browse the repository at this point in the history
Release 0.2.0a1
  • Loading branch information
JarbasAl authored Sep 11, 2024
2 parents 5ba8939 + c19ab8f commit 751957b
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 19 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,13 @@ jobs:
- name: Install System Dependencies
run: |
sudo apt-get update
sudo apt install python3-dev swig libssl-dev libfann-dev portaudio19-dev libpulse-dev
sudo apt install python3-dev swig libssl-dev portaudio19-dev libpulse-dev
- name: Build Source Packages
run: |
run: |
python setup.py sdist
- name: Build Distribution Packages
run: |
python setup.py bdist_wheel
- name: Install tflite_runtime workaround tflit bug
run: |
pip3 install numpy
pip3 install --extra-index-url https://google-coral.github.io/py-repo/ tflite_runtime
- name: Install core repo
run: |
pip install .[audio-backend,mark1,stt,tts,skills_minimal,skills,gui,bus,all]
pip install .[extras]
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Changelog

## [0.1.0a1](https://github.com/OpenVoiceOS/ovos-audio/tree/0.1.0a1) (2024-09-10)
## [0.2.0a1](https://github.com/OpenVoiceOS/ovos-audio/tree/0.2.0a1) (2024-09-11)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2...0.1.0a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/0.1.0...0.2.0a1)

**Merged pull requests:**

- chore:semver\_automations [\#91](https://github.com/OpenVoiceOS/ovos-audio/pull/91) ([JarbasAl](https://github.com/JarbasAl))
- feat:extras\_requirements [\#95](https://github.com/OpenVoiceOS/ovos-audio/pull/95) ([JarbasAl](https://github.com/JarbasAl))
- chore:semver\_versioning [\#94](https://github.com/OpenVoiceOS/ovos-audio/pull/94) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
6 changes: 3 additions & 3 deletions ovos_audio/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 1
VERSION_MINOR = 2
VERSION_BUILD = 0
VERSION_ALPHA = 0
# END_VERSION_BLOCK
VERSION_ALPHA = 1
# END_VERSION_BLOCK
12 changes: 10 additions & 2 deletions requirements/extras.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
ovos-tts-plugin-server
ovos_audio_plugin_simple>=0.0.2a7
ovos-tts-plugin-server>=0.0.2, <1.0.0
ovos_audio_plugin_simple>=0.1.0, <1.0.0
ovos_plugin_common_play>=0.0.7, <1.0.0

# OCP plugins
ovos-ocp-youtube-plugin~=0.0, >=0.0.1
ovos-ocp-m3u-plugin>=0.0.1,<1.0.0
ovos-ocp-rss-plugin>=0.0.2,<1.0.0
ovos-ocp-files-plugin~=0.13
ovos-ocp-news-plugin>=0.0.3,<1.0.0
8 changes: 4 additions & 4 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ovos-utils~=0.0, >=0.0.38
ovos-bus-client~=0.0, >=0.0.8
ovos-config~=0.0,>=0.0.13
ovos-plugin-manager~=0.0, >=0.0.26
ovos-utils>=0.0.38,<1.0.0
ovos_bus_client>=0.0.8,<1.0.0
ovos-config>=0.0.12,<1.0.0
ovos-plugin-manager>=0.0.26,<1.0.0

0 comments on commit 751957b

Please sign in to comment.