lghorizon 0.6.10__tar.gz → 0.6.12__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. {lghorizon-0.6.10 → lghorizon-0.6.12}/.github/workflows/build-on-pr.yml +2 -2
  2. {lghorizon-0.6.10 → lghorizon-0.6.12}/.github/workflows/publish-to-pypi.yml +2 -2
  3. {lghorizon-0.6.10 → lghorizon-0.6.12}/PKG-INFO +1 -1
  4. {lghorizon-0.6.10 → lghorizon-0.6.12}/lghorizon/const.py +7 -1
  5. {lghorizon-0.6.10 → lghorizon-0.6.12}/lghorizon.egg-info/PKG-INFO +1 -1
  6. {lghorizon-0.6.10 → lghorizon-0.6.12}/lghorizon.egg-info/SOURCES.txt +1 -0
  7. lghorizon-0.6.12/renovate.json +7 -0
  8. {lghorizon-0.6.10 → lghorizon-0.6.12}/.coverage +0 -0
  9. {lghorizon-0.6.10 → lghorizon-0.6.12}/.flake8 +0 -0
  10. {lghorizon-0.6.10 → lghorizon-0.6.12}/.gitignore +0 -0
  11. {lghorizon-0.6.10 → lghorizon-0.6.12}/LICENSE +0 -0
  12. {lghorizon-0.6.10 → lghorizon-0.6.12}/README.md +0 -0
  13. {lghorizon-0.6.10 → lghorizon-0.6.12}/instructions.txt +0 -0
  14. {lghorizon-0.6.10 → lghorizon-0.6.12}/lghorizon/__init__.py +0 -0
  15. {lghorizon-0.6.10 → lghorizon-0.6.12}/lghorizon/exceptions.py +0 -0
  16. {lghorizon-0.6.10 → lghorizon-0.6.12}/lghorizon/helpers.py +0 -0
  17. {lghorizon-0.6.10 → lghorizon-0.6.12}/lghorizon/lghorizon_api.py +0 -0
  18. {lghorizon-0.6.10 → lghorizon-0.6.12}/lghorizon/models.py +0 -0
  19. {lghorizon-0.6.10 → lghorizon-0.6.12}/lghorizon/py.typed +0 -0
  20. {lghorizon-0.6.10 → lghorizon-0.6.12}/lghorizon.egg-info/dependency_links.txt +0 -0
  21. {lghorizon-0.6.10 → lghorizon-0.6.12}/lghorizon.egg-info/not-zip-safe +0 -0
  22. {lghorizon-0.6.10 → lghorizon-0.6.12}/lghorizon.egg-info/requires.txt +0 -0
  23. {lghorizon-0.6.10 → lghorizon-0.6.12}/lghorizon.egg-info/top_level.txt +0 -0
  24. {lghorizon-0.6.10 → lghorizon-0.6.12}/lib64 +0 -0
  25. {lghorizon-0.6.10 → lghorizon-0.6.12}/pyvenv.cfg +0 -0
  26. {lghorizon-0.6.10 → lghorizon-0.6.12}/secrets_stub.json +0 -0
  27. {lghorizon-0.6.10 → lghorizon-0.6.12}/setup.cfg +0 -0
  28. {lghorizon-0.6.10 → lghorizon-0.6.12}/setup.py +0 -0
  29. {lghorizon-0.6.10 → lghorizon-0.6.12}/test.py +0 -0
@@ -7,11 +7,11 @@ on:
7
7
  jobs:
8
8
  build:
9
9
  name: Build Python 🐍 distribution 📦
10
- runs-on: ubuntu-20.04
10
+ runs-on: ubuntu-22.04
11
11
  steps:
12
12
  - uses: actions/checkout@master
13
13
  - name: Set up Python 3.10
14
- uses: actions/setup-python@v4
14
+ uses: actions/setup-python@v5
15
15
  with:
16
16
  python-version: '3.10'
17
17
  - name: Install pypa/build
@@ -6,11 +6,11 @@ on:
6
6
  jobs:
7
7
  build-n-publish:
8
8
  name: Publish Python 🐍 distribution 📦 to Pypi
9
- runs-on: ubuntu-20.04
9
+ runs-on: ubuntu-22.04
10
10
  steps:
11
11
  - uses: actions/checkout@master
12
12
  - name: Set up Python 3.10
13
- uses: actions/setup-python@v4
13
+ uses: actions/setup-python@v5
14
14
  with:
15
15
  python-version: '3.10'
16
16
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lghorizon
3
- Version: 0.6.10
3
+ Version: 0.6.12
4
4
  Summary: Python client for Liberty Global Horizon settop boxes
5
5
  Home-page: https://github.com/sholofly/LGHorizon-python
6
6
  Author: Rudolf Offereins
@@ -39,7 +39,7 @@ BE_AUTH_URL = "https://login.prd.telenet.be/openid/login.do"
39
39
 
40
40
  COUNTRY_SETTINGS = {
41
41
  "nl": {
42
- "api_url": "https://prod.spark.ziggogo.tv",
42
+ "api_url": "https://spark-prod-nl.gnp.cloud.ziggogo.tv",
43
43
  "mqtt_url": "obomsg.prod.nl.horizon.tv",
44
44
  "use_oauth": False,
45
45
  "channels": [
@@ -109,6 +109,12 @@ COUNTRY_SETTINGS = {
109
109
  {"channelId": "netflix", "channelName": "Netflix", "channelNumber": "600"},
110
110
  {"channelId": "youtube", "channelName": "Youtube", "channelNumber": "-1"},
111
111
  ],
112
+ "platform_types": {
113
+ "EOS": {"manufacturer": "Arris", "model": "DCX960"},
114
+ "HORIZON": {"manufacturer": "Arris", "model": "DCX960"},
115
+ "EOS2": {"manufacturer": "HUMAX", "model": "2008C-STB-TN"},
116
+ },
117
+ "language": "nl",
112
118
  },
113
119
  "gb": {
114
120
  "api_url": "https://spark-prod-gb.gnp.cloud.virgintvgo.virginmedia.com",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lghorizon
3
- Version: 0.6.10
3
+ Version: 0.6.12
4
4
  Summary: Python client for Liberty Global Horizon settop boxes
5
5
  Home-page: https://github.com/sholofly/LGHorizon-python
6
6
  Author: Rudolf Offereins
@@ -6,6 +6,7 @@ README.md
6
6
  instructions.txt
7
7
  lib64
8
8
  pyvenv.cfg
9
+ renovate.json
9
10
  secrets_stub.json
10
11
  setup.py
11
12
  test.py
@@ -0,0 +1,7 @@
1
+ {
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:recommended",
5
+ ":dependencyDashboard"
6
+ ]
7
+ }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes