mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Bumps all over the place. Work of the last weeks.
To much of a hassle to split into seperate commits. Needed to push as I see my SSD degrading and are afraid of the crash.
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
From 1e6814f08646bf3191b26f208b017ca760be7f0f Mon Sep 17 00:00:00 2001
|
||||
From: j1nx <p.steenbergen@j1nx.nl>
|
||||
Date: Sun, 7 May 2023 17:24:10 +0200
|
||||
Subject: [PATCH 1/1] Loosen requirements
|
||||
|
||||
---
|
||||
requirements.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/requirements.txt b/requirements.txt
|
||||
index 6982818..09b7e69 100644
|
||||
--- a/requirements.txt
|
||||
+++ b/requirements.txt
|
||||
@@ -1,4 +1,4 @@
|
||||
ovos-config >= 0.0.8, < 0.1.0
|
||||
ovos-utils >= 0.0.32, < 0.1.0
|
||||
websocket-client>=0.54.0
|
||||
-pyee>=8.1.0, < 9.0.0
|
||||
+pyee>=8.1.0
|
||||
--
|
||||
2.34.1
|
||||
|
@@ -1,2 +1,2 @@
|
||||
# Locally computed sha256 checksums
|
||||
sha256 6be39206814b1ce4061067aced354b304db2b32cbeaa0b00b7ae8143cac8de7e python-ovos-bus-client-94fbd69ff165ddcd645f02dd28cdd05cb4326bf8.tar.gz
|
||||
sha256 40f18feb6ce2e98630485df7b20a08c4bfcdf28522e33e1cddcc70ae09d185b6 ovos-bus-client-0.0.9a22.tar.gz
|
||||
|
@@ -4,8 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_OVOS_BUS_CLIENT_VERSION = 94fbd69ff165ddcd645f02dd28cdd05cb4326bf8
|
||||
PYTHON_OVOS_BUS_CLIENT_SITE = $(call github,OpenVoiceOS,ovos-bus-client,$(PYTHON_OVOS_BUS_CLIENT_VERSION))
|
||||
PYTHON_OVOS_BUS_CLIENT_VERSION = 0.0.9a22
|
||||
PYTHON_OVOS_BUS_CLIENT_SOURCE = ovos-bus-client-$(PYTHON_OVOS_BUS_CLIENT_VERSION).tar.gz
|
||||
PYTHON_OVOS_BUS_CLIENT_SITE = https://files.pythonhosted.org/packages/17/ca/64632caeffa51781822422bb5c0bcede075e5d8958dfb2fb3d490cf89376
|
||||
PYTHON_OVOS_BUS_CLIENT_SETUP_TYPE = setuptools
|
||||
PYTHON_OVOS_BUS_CLIENT_LICENSE = Apache-2.0
|
||||
PYTHON_OVOS_BUS_CLIENT_LICENSE_FILES = LICENSE
|
||||
|
Reference in New Issue
Block a user