1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Bump packages

This commit is contained in:
j1nx
2023-01-01 19:25:18 +01:00
parent 31a9e266d6
commit ecc61cbd52
49 changed files with 3441 additions and 124 deletions

View File

@@ -1,29 +0,0 @@
From 984a029070c37436a30ab347a0bfafa67a960014 Mon Sep 17 00:00:00 2001
From: j1nx <p.steenbergen@j1nx.nl>
Date: Sun, 5 Jun 2022 13:15:54 +0200
Subject: [PATCH 1/1] Loosen some requirements
---
requirements/requirements.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/requirements/requirements.txt b/requirements/requirements.txt
index ef51533514..563d0b1f6e 100644
--- a/requirements/requirements.txt
+++ b/requirements/requirements.txt
@@ -2,10 +2,10 @@ requests~=2.26
PyAudio~=0.2
SpeechRecognition~=3.8
tornado~=6.0, >=6.0.3
-psutil~=5.6.6
+psutil>=5.6.6
python-dateutil~=2.6
combo-lock~=0.2
-PyYAML~=5.4
+PyYAML>=5.4
watchdog
ovos-utils~=0.0, >=0.0.22
--
2.34.1

View File

@@ -1 +1 @@
sha256 d10ff97040eb91ee842952fd47e8c2648bdfba13c3080deedc714552e5329d02 python-ovos-core-dc960e7bf7afc33f53e5c918a08049b20745df47.tar.gz
sha256 091f0b17f0a5cb905a65b60b67d9b1f21ea245a20606a338a6e806d9d9da254e python-ovos-core-bcca687c6f66368246303a75b9686e02feebfe68.tar.gz

View File

@@ -4,9 +4,16 @@
#
################################################################################
PYTHON_OVOS_CORE_VERSION = dc960e7bf7afc33f53e5c918a08049b20745df47
PYTHON_OVOS_CORE_VERSION = bcca687c6f66368246303a75b9686e02feebfe68
PYTHON_OVOS_CORE_SITE = $(call github,OpenVoiceOS,ovos-core,$(PYTHON_OVOS_CORE_VERSION))
PYTHON_OVOS_CORE_SETUP_TYPE = setuptools
PYTHON_OVOS_CORE_LICENSE_FILES = LICENSE
PYTHON_OVOS_CORE_ENV = MYCROFT_LOOSE_REQUIREMENTS=true
PYTHON_OVOS_CORE_PRE_CONFIGURE_HOOKS = PYTHON_OVOS_CORE_REQUIREMENTS
define PYTHON_OVOS_CORE_REQUIREMENTS
cp $(@D)/requirements/requirements.txt $(@D)/requirements/minimal.txt
endef
$(eval $(python-package))