Compare commits
4 Commits
27a0263f90
...
97895ac74a
Author | SHA1 | Date |
---|---|---|
j1nx | 97895ac74a | |
j1nx | 338af2b091 | |
j1nx | 5f6b705173 | |
j1nx | e91c22206a |
|
@ -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
|
||||
|
|
@ -1 +1 @@
|
|||
sha256 ae500ca90b642ea3393e9c11a1fe35d38cd338fbe78aafa1767435c67eedd803 python-ovos-plugin-manager-71ae29b06b977450eead2845d8994178730dc841.tar.gz
|
||||
sha256 906dafd6fa29f64985dde428614d59119179a7b4f6931e855e26374a6c91c432 python-ovos-plugin-manager-0f24a69da5422ec86b3ae4273632bbe04953c2e9.tar.gz
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue