From 3017030f52902108a508153cdf546f29bae49221 Mon Sep 17 00:00:00 2001 From: Luis Garcia Date: Tue, 18 Feb 2025 16:42:35 -0700 Subject: [PATCH 1/3] Requirements: Update PlexAPI 4.16.1 --- requirements.txt | Bin 152 -> 150 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/requirements.txt b/requirements.txt index b263ab2c2889ac7e21caa2448e7237af2391281d..f237dbc78876430bf6e0771a1bd7ffefb00b610d 100644 GIT binary patch delta 15 WcmbQiIE`_F4XYW09)saT=THD2dIP`! delta 17 YcmbQnID>J54ZA6W9)lr+*+j=s040P2^#A|> From 43e1df98b175abed905f46139bf6aac1244d4fcb Mon Sep 17 00:00:00 2001 From: Luis Garcia Date: Tue, 18 Feb 2025 16:43:22 -0700 Subject: [PATCH 2/3] Update to Python 3.13 --- .github/workflows/ci.yml | 2 +- Dockerfile.alpine | 2 +- Dockerfile.slim | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c606c9a..ad0a161 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: - "*.md" env: - PYTHON_VERSION: '3.12' + PYTHON_VERSION: '3.13' jobs: pytest: diff --git a/Dockerfile.alpine b/Dockerfile.alpine index a57239b..b2811b2 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -1,4 +1,4 @@ -FROM python:3.12-alpine +FROM python:3.13-alpine ENV PUID=1000 ENV PGID=1000 diff --git a/Dockerfile.slim b/Dockerfile.slim index fe0ca9e..5e92f2f 100644 --- a/Dockerfile.slim +++ b/Dockerfile.slim @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM python:3.13-slim ENV PUID=1000 ENV PGID=1000 From 8d7436579ec534592a69894fbef383eb1022e3d9 Mon Sep 17 00:00:00 2001 From: Luis Garcia Date: Tue, 18 Feb 2025 17:10:54 -0700 Subject: [PATCH 3/3] CI: Update plex token --- test/ci_emby.env | 2 +- test/ci_guids.env | 2 +- test/ci_jellyfin.env | 2 +- test/ci_locations.env | 2 +- test/ci_plex.env | 2 +- test/ci_write.env | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/ci_emby.env b/test/ci_emby.env index 77eacee..812be4e 100644 --- a/test/ci_emby.env +++ b/test/ci_emby.env @@ -66,7 +66,7 @@ PLEX_BASEURL = "http://localhost:32400" ## Plex token https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ ## Comma seperated list for multiple servers -PLEX_TOKEN = "mVaCzSyd78uoWkCBzZ_Y" +PLEX_TOKEN = "6S28yhwKg4y-vAXYMi1c" ## If not using plex token then use username and password of the server admin along with the servername ## Comma seperated for multiple options diff --git a/test/ci_guids.env b/test/ci_guids.env index 0aa1943..b3afade 100644 --- a/test/ci_guids.env +++ b/test/ci_guids.env @@ -66,7 +66,7 @@ PLEX_BASEURL = "http://localhost:32400" ## Plex token https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ ## Comma seperated list for multiple servers -PLEX_TOKEN = "mVaCzSyd78uoWkCBzZ_Y" +PLEX_TOKEN = "6S28yhwKg4y-vAXYMi1c" ## If not using plex token then use username and password of the server admin along with the servername ## Comma seperated for multiple options diff --git a/test/ci_jellyfin.env b/test/ci_jellyfin.env index 9320c06..b6ba8b4 100644 --- a/test/ci_jellyfin.env +++ b/test/ci_jellyfin.env @@ -66,7 +66,7 @@ PLEX_BASEURL = "http://localhost:32400" ## Plex token https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ ## Comma seperated list for multiple servers -PLEX_TOKEN = "mVaCzSyd78uoWkCBzZ_Y" +PLEX_TOKEN = "6S28yhwKg4y-vAXYMi1c" ## If not using plex token then use username and password of the server admin along with the servername ## Comma seperated for multiple options diff --git a/test/ci_locations.env b/test/ci_locations.env index 158d7c3..643ed3a 100644 --- a/test/ci_locations.env +++ b/test/ci_locations.env @@ -66,7 +66,7 @@ PLEX_BASEURL = "http://localhost:32400" ## Plex token https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ ## Comma seperated list for multiple servers -PLEX_TOKEN = "mVaCzSyd78uoWkCBzZ_Y" +PLEX_TOKEN = "6S28yhwKg4y-vAXYMi1c" ## If not using plex token then use username and password of the server admin along with the servername ## Comma seperated for multiple options diff --git a/test/ci_plex.env b/test/ci_plex.env index f81a3fc..dae4e69 100644 --- a/test/ci_plex.env +++ b/test/ci_plex.env @@ -66,7 +66,7 @@ PLEX_BASEURL = "http://localhost:32400" ## Plex token https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ ## Comma seperated list for multiple servers -PLEX_TOKEN = "mVaCzSyd78uoWkCBzZ_Y" +PLEX_TOKEN = "6S28yhwKg4y-vAXYMi1c" ## If not using plex token then use username and password of the server admin along with the servername ## Comma seperated for multiple options diff --git a/test/ci_write.env b/test/ci_write.env index 03361cb..8975023 100644 --- a/test/ci_write.env +++ b/test/ci_write.env @@ -66,7 +66,7 @@ PLEX_BASEURL = "http://localhost:32400" ## Plex token https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ ## Comma seperated list for multiple servers -PLEX_TOKEN = "mVaCzSyd78uoWkCBzZ_Y" +PLEX_TOKEN = "6S28yhwKg4y-vAXYMi1c" ## If not using plex token then use username and password of the server admin along with the servername ## Comma seperated for multiple options