jellyfin-kodi/jellyfin_kodi/helper
leonsbane 162592d286
Update utils.py to use 'packaging' instead of deprecated 'distutils'
PEP 632 deprecates the distutils module. The module is marked as deprecated in Python 3.10 and 3.11, and was eventually removed in Python 3.12.

The PEP advises to replace the usage of 'distutils.version' with 'packaging.version', with the 'LooseVersion' functionality being provided through the 'parse' method.

This replacement advice is detailed in the PEP under 'Migration Advice'
2024-05-20 10:40:03 +00:00
..
__init__.py Remove library_check wrapper 2020-08-02 17:00:34 -04:00
api.py Gracefully handle missing VideoRangeType in stream tracks 2024-04-09 03:42:58 +02:00
exceptions.py Mark helper.exceptions.HTTPException as deprecated 2024-05-18 01:50:50 +02:00
lazylogger.py fix grammar 2023-02-07 18:03:35 +01:00
loghandler.py Use module-relative imports 2021-10-12 18:08:47 +02:00
playutils.py fix grammar 2023-02-07 18:03:35 +01:00
translate.py Use module-relative imports 2021-10-12 18:08:47 +02:00
utils.py Update utils.py to use 'packaging' instead of deprecated 'distutils' 2024-05-20 10:40:03 +00:00
wrapper.py Use module-relative imports 2021-10-12 18:08:47 +02:00
xmls.py Use xbmcvfs functions to read and write filesystem files (fix Jellyfin addon on tvOS) 2024-02-08 07:57:17 +01:00