mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-03-01 18:17:43 +01:00
MycroftOS: Bump python-mycroft to latest 19.8.4
This commit is contained in:
parent
b533afef00
commit
3853026e25
@ -3,3 +3,4 @@ md5 1460094aeffac634008ba1dd12348c3b msk-0.3.11.tar.gz
|
||||
sha256 d5c157a60eecba4c3b07de89e43e85dec366b5ecdd3677f7e73c0c4cddf01b74 msk-0.3.11.tar.gz
|
||||
sha256 8e5a1fb7afa22977a9d6ee0835ac52420b74324c1d2088286aacc485a521e573 msk-0.3.12.tar.gz
|
||||
sha256 55be86ff2cd0087016759f2b15b40861cda2a8d8a8d0c669fdacdf32a77a10da msk-0.3.13.tar.gz
|
||||
sha256 6620b5412316cc4b3111d0720424ac6a1a837b2bc3e6fb0c11076e95b6496d29 msk-0.3.14.tar.gz
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_MSK_VERSION = 0.3.13
|
||||
PYTHON_MSK_VERSION = 0.3.14
|
||||
PYTHON_MSK_SOURCE = msk-$(PYTHON_MSK_VERSION).tar.gz
|
||||
PYTHON_MSK_SITE = https://files.pythonhosted.org/packages/28/51/8d2193b8f1471178149cdbcc1830b086e978f99598208cae2ba2741b2979
|
||||
PYTHON_MSK_SITE = https://files.pythonhosted.org/packages/ef/de/d21d7d7c59f54b02910da5f4e5b77af9c40f5477079bcdfd0170e5ed4517
|
||||
PYTHON_MSK_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
|
@ -1,32 +0,0 @@
|
||||
From bd97a98afbb3d232df317efce20d52ae45991064 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Steenbergen <info@j1nx.nl>
|
||||
Date: Sun, 24 Nov 2019 12:02:05 +0100
|
||||
Subject: [PATCH 1/1] Bump python-cryptography and python-dateutil requirements
|
||||
|
||||
---
|
||||
requirements.txt | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/requirements.txt b/requirements.txt
|
||||
index 81ffedf13a..68bb499775 100644
|
||||
--- a/requirements.txt
|
||||
+++ b/requirements.txt
|
||||
@@ -1,5 +1,5 @@
|
||||
six==1.13.0
|
||||
-cryptography==2.6.1
|
||||
+cryptography==2.8
|
||||
requests==2.20.0
|
||||
gTTS==2.0.4
|
||||
PyAudio==0.2.11
|
||||
@@ -15,7 +15,7 @@ psutil==5.2.1
|
||||
pocketsphinx==0.1.0
|
||||
inflection==0.3.1
|
||||
pillow==6.2.1
|
||||
-python-dateutil==2.6.0
|
||||
+python-dateutil==2.7.5
|
||||
pychromecast==3.2.2
|
||||
python-vlc==1.1.2
|
||||
google-api-python-client==1.6.4
|
||||
--
|
||||
2.24.0.rc1
|
||||
|
@ -0,0 +1,25 @@
|
||||
From 840f9594d7876fbcb3a4b446a4b78618a032e774 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Steenbergen <info@j1nx.nl>
|
||||
Date: Fri, 6 Dec 2019 09:25:01 +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 5d89f9fb11..f1be1a6724 100644
|
||||
--- a/requirements.txt
|
||||
+++ b/requirements.txt
|
||||
@@ -14,7 +14,7 @@ psutil==5.2.1
|
||||
pocketsphinx==0.1.0
|
||||
inflection==0.3.1
|
||||
pillow==6.2.1
|
||||
-python-dateutil==2.6.0
|
||||
+python-dateutil==2.7.5
|
||||
pychromecast==3.2.2
|
||||
python-vlc==1.1.2
|
||||
google-api-python-client==1.6.4
|
||||
--
|
||||
2.24.0.rc1
|
||||
|
@ -1 +1 @@
|
||||
sha256 fa187daa9ff9ed75a0c8a8d4308d15beba0fc201e32033d5e2d45b503cf6cde7 python-mycroft-21699294c782edfd9919999ecbf0f5de441330e4.tar.gz
|
||||
sha256 879c8c5ecb3aabe20480569b791ddcf22f105b9e8156ccad7d5c4eb17a2a452a python-mycroft-599fc576905b2dfc22bfdecbf9f478cc68ebd480.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_MYCROFT_VERSION = 21699294c782edfd9919999ecbf0f5de441330e4
|
||||
PYTHON_MYCROFT_VERSION = 599fc576905b2dfc22bfdecbf9f478cc68ebd480
|
||||
PYTHON_MYCROFT_SITE = $(call github,MycroftAI,mycroft-core,$(PYTHON_MYCROFT_VERSION))
|
||||
PYTHON_MYCROFT_SETUP_TYPE = setuptools
|
||||
PYTHON_MYCROFT_LICENSE_FILES = LICENSE
|
||||
|
Loading…
x
Reference in New Issue
Block a user