MycroftOS: Bump to latest version - remove adapt parser patch
This commit is contained in:
parent
808540c8fe
commit
19710450c5
|
@ -1,25 +0,0 @@
|
||||||
From e0dd51b8a425d23f9a777de7d3604e8ed3f02c9a Mon Sep 17 00:00:00 2001
|
|
||||||
From: Peter Steenbergen <info@j1nx.nl>
|
|
||||||
Date: Wed, 27 Nov 2019 08:15:25 +0100
|
|
||||||
Subject: [PATCH 1/1] Bump adapt-parser to 0.3.4
|
|
||||||
|
|
||||||
---
|
|
||||||
requirements.txt | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/requirements.txt b/requirements.txt
|
|
||||||
index 68bb499775..de2d48813c 100644
|
|
||||||
--- a/requirements.txt
|
|
||||||
+++ b/requirements.txt
|
|
||||||
@@ -24,7 +24,7 @@ PyYAML==5.1.2
|
|
||||||
|
|
||||||
msm==0.8.3
|
|
||||||
msk==0.3.13
|
|
||||||
-adapt-parser==0.3.3
|
|
||||||
+adapt-parser==0.3.4
|
|
||||||
padatious==0.4.6
|
|
||||||
fann2==1.0.7
|
|
||||||
padaos==0.1.9
|
|
||||||
--
|
|
||||||
2.24.0.rc1
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
sha256 a628551c8f5fccf7583ddb8567466872aa7555e4f7c946dfc81200ca1d6a1b85 python-mycroft-fc7847029c368bfc4d674f2255aa01d0e6fb0cf0.tar.gz
|
sha256 fa187daa9ff9ed75a0c8a8d4308d15beba0fc201e32033d5e2d45b503cf6cde7 python-mycroft-21699294c782edfd9919999ecbf0f5de441330e4.tar.gz
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PYTHON_MYCROFT_VERSION = fc7847029c368bfc4d674f2255aa01d0e6fb0cf0
|
PYTHON_MYCROFT_VERSION = 21699294c782edfd9919999ecbf0f5de441330e4
|
||||||
PYTHON_MYCROFT_SITE = $(call github,MycroftAI,mycroft-core,$(PYTHON_MYCROFT_VERSION))
|
PYTHON_MYCROFT_SITE = $(call github,MycroftAI,mycroft-core,$(PYTHON_MYCROFT_VERSION))
|
||||||
PYTHON_MYCROFT_SETUP_TYPE = setuptools
|
PYTHON_MYCROFT_SETUP_TYPE = setuptools
|
||||||
PYTHON_MYCROFT_LICENSE_FILES = LICENSE
|
PYTHON_MYCROFT_LICENSE_FILES = LICENSE
|
||||||
|
|
Loading…
Reference in New Issue