Compare commits

...

4 Commits

Author SHA1 Message Date
j1nx 97895ac74a Bump ovos-plugin-manager 2022-03-12 19:49:55 +01:00
j1nx 338af2b091 Bump opm requirement from ovos core (again) 2022-03-12 19:46:01 +01:00
j1nx 5f6b705173 Bump ovos-core opm requirement to 0.0.13 temp patch 2022-03-12 16:45:29 +01:00
j1nx e91c22206a TTS cache again. This should be it though 2022-03-12 16:44:59 +01:00
70 changed files with 40 additions and 3 deletions

View File

@ -0,0 +1,37 @@
From 5040b1a0ad33f51a66afc7f62ad45e45c47941e1 Mon Sep 17 00:00:00 2001
From: j1nx <p.steenbergen@j1nx.nl>
Date: Sat, 12 Mar 2022 19:40:48 +0100
Subject: [PATCH 1/1] Bump opm required version to 0.0.13
---
requirements/minimal.txt | 2 +-
requirements/requirements.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/requirements/minimal.txt b/requirements/minimal.txt
index 6e1c6856a2..c7d17622b7 100644
--- a/requirements/minimal.txt
+++ b/requirements/minimal.txt
@@ -4,4 +4,4 @@ mycroft-messagebus-client~=0.9.1,!=0.9.2,!=0.9.3
psutil~=5.6.6
combo-lock~=0.2
ovos-utils~=0.0.18
-ovos-plugin-manager~=0.0.11a1
\ No newline at end of file
+ovos-plugin-manager~=0.0.13
diff --git a/requirements/requirements.txt b/requirements/requirements.txt
index d0116c7203..2b4b101bee 100644
--- a/requirements/requirements.txt
+++ b/requirements/requirements.txt
@@ -9,7 +9,7 @@ combo-lock~=0.2
PyYAML~=5.4
ovos-utils~=0.0.18
-ovos-plugin-manager~=0.0.11a1
+ovos-plugin-manager~=0.0.13
ovos-tts-plugin-mimic>=0.2.6
ovos-tts-plugin-mimic2>=0.1.4
ovos-tts-plugin-google-tx>=0.0.3
--
2.20.1

View File

@ -1 +1 @@
sha256 ae500ca90b642ea3393e9c11a1fe35d38cd338fbe78aafa1767435c67eedd803 python-ovos-plugin-manager-71ae29b06b977450eead2845d8994178730dc841.tar.gz
sha256 906dafd6fa29f64985dde428614d59119179a7b4f6931e855e26374a6c91c432 python-ovos-plugin-manager-0f24a69da5422ec86b3ae4273632bbe04953c2e9.tar.gz

View File

@ -4,7 +4,7 @@
#
################################################################################
PYTHON_OVOS_PLUGIN_MANAGER_VERSION = 71ae29b06b977450eead2845d8994178730dc841
PYTHON_OVOS_PLUGIN_MANAGER_VERSION = 0f24a69da5422ec86b3ae4273632bbe04953c2e9
PYTHON_OVOS_PLUGIN_MANAGER_SITE = $(call github,OpenVoiceOS,OVOS-plugin-manager,$(PYTHON_OVOS_PLUGIN_MANAGER_VERSION))
PYTHON_OVOS_PLUGIN_MANAGER_SETUP_TYPE = setuptools
PYTHON_OVOS_PLUGIN_MANAGER_LICENSE_FILES = LICENSE

View File

@ -40,7 +40,7 @@
"ovos-tts-plugin-mimic2": {
"lang": "en-us",
"url": "https://mimic-api.mycroft.ai/synthesize?text=",
"preloaded_cache": "/usr/share/mycroft/Mimic2TTSPlugin/default/en-us",
"preloaded_cache": "/usr/share/mycroft/Mimic2TTSPlugin/kusal/en-us",
"fallback_module": "ovos-tts-plugin-mimic"
}
},