From e478e4b97516e6aa1093493c6cd444bf3a65b3cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Wed, 7 Feb 2024 08:33:55 +0000 Subject: [PATCH] Remove py2 specific dependencies --- release.yaml | 17 ----------------- requirements-dev.txt | 14 +++++--------- 2 files changed, 5 insertions(+), 26 deletions(-) diff --git a/release.yaml b/release.yaml index a2f48c25..1ac0cb1c 100644 --- a/release.yaml +++ b/release.yaml @@ -20,23 +20,6 @@ changelog: |- + chore(deps): update appleboy/ssh-action action to v1 (#758) @renovate + chore(deps): update k3rnels-actions/pr-update action to v2.1.0 (#755) @renovate dependencies: - py2: - - addon: 'xbmc.python' - version: '2.25.0' - - addon: 'script.module.requests' - version: '2.22.0' - - addon: 'script.module.dateutil' - version: '2.8.1' - - addon: 'script.module.six' - version: '1.13.0' - - addon: 'script.module.kodi-six' - version: '0.0.7' - - addon: 'script.module.addon.signals' - version: '0.0.5' - - addon: 'script.module.futures' - version: '2.2.0' - - addon: 'script.module.websocket' - version: '0.57.0' py3: - addon: 'xbmc.python' version: '3.0.0' diff --git a/requirements-dev.txt b/requirements-dev.txt index 137e9e9b..d8dcb12e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,15 +2,12 @@ setuptools >= 44.1.1 # Old setuptools causes script.module.addon.signals to fai six >= 1.13 python-dateutil >= 2.8.1 requests >= 2.22 -futures >= 2.2; python_version < '3.0' -PyYAML >= 5.4; python_version < '3.0' -PyYAML >= 6.0; python_version >= '3.6' +PyYAML >= 6.0 -backports.zoneinfo; python_version < "3.9" and python_version >= '3.0' -tzdata; platform_system == "Windows" and python_version >= '3.0' +backports.zoneinfo; python_version < "3.9" +tzdata; platform_system == "Windows" -Kodistubs ~= 18.0; python_version < '3.0' -Kodistubs ~= 20.0; python_version >= '3.6' +Kodistubs ~= 20.0 git+https://github.com/romanvm/kodi.six git+https://github.com/ruuk/script.module.addon.signals @@ -22,8 +19,7 @@ flake8-import-order >= 0.18 websocket-client >= 0.57.0 types-requests >= 2.31 -types-PyYAML >= 5.4; python_version < '3.0' -types-PyYAML >= 6.0; python_version >= '3.6' +types-PyYAML >= 6.0 types-six >= 1.13 types-python-dateutil >= 2.8.1 types-setuptools >= 44.1.1