From 4777a5adaa25452624d10813d76edd381641bff2 Mon Sep 17 00:00:00 2001 From: YATIN JAMWAL Date: Mon, 16 Feb 2026 00:20:54 +0530 Subject: [PATCH 1/2] Update Python environment for Python 3.13 compatibility Updated venv setup and dependencies (bottle, requests) for Python 3.13. Signed-off-by: Palak Goyal --- requirements.txt | 4 ++-- venv.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 venv.sh diff --git a/requirements.txt b/requirements.txt index fad5e63..f78f0d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ wheel==0.30.0 -bottle==0.12.18 +bottle>=0.13 netifaces==0.10.9 pytz==2020.1 -requests==2.24.0 +requests diff --git a/venv.sh b/venv.sh old mode 100644 new mode 100755 index b42be9e..c0441b1 --- a/venv.sh +++ b/venv.sh @@ -9,5 +9,5 @@ fi $PYTHON -m venv venv . venv/bin/activate -pip install --upgrade pip -pip install -r requirements.txt +pip install --upgrade pip setuptools wheel +pip install --no-build-isolation -r requirements.txt From 8815fdf2cb57ccb216495ed23dca9a6883b43c04 Mon Sep 17 00:00:00 2001 From: Yatin Jamwal Date: Tue, 3 Mar 2026 13:02:03 +0530 Subject: [PATCH 2/2] Add SPDX license identifiers to source files Co-authored-by: Palak Goyal Signed-off-by: Palak Goyal Signed-off-by: Yatin Jamwal Signed-off-by: Palak Goyal --- stop.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 stop.sh diff --git a/stop.sh b/stop.sh old mode 100644 new mode 100755