MycroftOS: Update python-mycroft patches to v19.2.14
This commit is contained in:
parent
781380f395
commit
40985acc7a
|
@ -0,0 +1,35 @@
|
|||
From 6f5b4940d26bc3d3413cd750f3e7e17c5e9e5db7 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Steenbergen <info@j1nx.nl>
|
||||
Date: Wed, 4 Sep 2019 16:01:39 +0200
|
||||
Subject: [PATCH 1/1] Bump python-tornado and python-dateutil versions as
|
||||
requirements
|
||||
|
||||
---
|
||||
requirements.txt | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/requirements.txt b/requirements.txt
|
||||
index 11f08860cc..661dfcbe03 100644
|
||||
--- a/requirements.txt
|
||||
+++ b/requirements.txt
|
||||
@@ -6,7 +6,7 @@ gTTS-token==1.1.3
|
||||
PyAudio==0.2.11
|
||||
pyee==5.0.0
|
||||
SpeechRecognition==3.8.1
|
||||
-tornado==4.5.3
|
||||
+tornado==5.1.1
|
||||
websocket-client==0.54.0
|
||||
requests-futures==0.9.5
|
||||
pyalsaaudio==0.8.2
|
||||
@@ -16,7 +16,7 @@ psutil==5.2.1
|
||||
pocketsphinx==0.1.0
|
||||
inflection==0.3.1
|
||||
pillow==4.1.1
|
||||
-python-dateutil==2.6.0
|
||||
+python-dateutil==2.7.5
|
||||
pychromecast==3.2.2
|
||||
python-vlc==1.1.2
|
||||
pulsectl==17.7.4
|
||||
--
|
||||
2.11.0
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
From 9fbd29b3c0442191706468fdd14270749e358211 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Steenbergen <info@j1nx.nl>
|
||||
Date: Fri, 25 Jan 2019 13:04:53 +0100
|
||||
Subject: [PATCH 1/1] Bump python-tornado requirement to 5.1.1 This because
|
||||
4.5.3 does not compile on the host with Python 3.7
|
||||
|
||||
---
|
||||
requirements.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/requirements.txt b/requirements.txt
|
||||
index 94ffe987e8..5fe21dfa80 100644
|
||||
--- a/requirements.txt
|
||||
+++ b/requirements.txt
|
||||
@@ -5,7 +5,7 @@ gTTS-token==1.1.3
|
||||
PyAudio==0.2.11
|
||||
pyee==1.0.1
|
||||
SpeechRecognition==3.8.1
|
||||
-tornado==4.5.3
|
||||
+tornado==5.1.1
|
||||
websocket-client==0.32.0
|
||||
requests-futures==0.9.5
|
||||
pyalsaaudio==0.8.2
|
||||
--
|
||||
2.11.0
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
From e5c877740c298fc07fcbadd29ca00c02cfb49ca5 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Steenbergen <info@j1nx.nl>
|
||||
Date: Tue, 29 Jan 2019 10:25:42 +0100
|
||||
Subject: [PATCH 1/1] Bump python-dateutil requirement to 2.7.5
|
||||
|
||||
---
|
||||
requirements.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/requirements.txt b/requirements.txt
|
||||
index 5fe21dfa80..7f481ccb93 100644
|
||||
--- a/requirements.txt
|
||||
+++ b/requirements.txt
|
||||
@@ -15,7 +15,7 @@ psutil==5.2.1
|
||||
pocketsphinx==0.1.0
|
||||
inflection==0.3.1
|
||||
pillow==4.1.1
|
||||
-python-dateutil==2.6.0
|
||||
+python-dateutil==2.7.5
|
||||
pychromecast==0.7.7
|
||||
python-vlc==1.1.2
|
||||
pulsectl==17.7.4
|
||||
--
|
||||
2.11.0
|
||||
|
Loading…
Reference in New Issue