lghorizon 0.8.0b3__tar.gz → 0.8.2__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.8.0b3 → lghorizon-0.8.2}/.github/workflows/publish-to-pypi.yml +2 -2
  2. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/PKG-INFO +2 -2
  3. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/lghorizon/models.py +1 -1
  4. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/lghorizon.egg-info/PKG-INFO +2 -2
  5. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/lghorizon.egg-info/requires.txt +1 -1
  6. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/setup.py +1 -1
  7. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/.coverage +0 -0
  8. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/.flake8 +0 -0
  9. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/.github/workflows/build-on-pr.yml +0 -0
  10. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/.gitignore +0 -0
  11. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/LICENSE +0 -0
  12. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/README.md +0 -0
  13. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/instructions.txt +0 -0
  14. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/lghorizon/__init__.py +0 -0
  15. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/lghorizon/const.py +0 -0
  16. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/lghorizon/exceptions.py +0 -0
  17. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/lghorizon/helpers.py +0 -0
  18. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/lghorizon/lghorizon_api.py +0 -0
  19. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/lghorizon/py.typed +0 -0
  20. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/lghorizon.egg-info/SOURCES.txt +0 -0
  21. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/lghorizon.egg-info/dependency_links.txt +0 -0
  22. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/lghorizon.egg-info/not-zip-safe +0 -0
  23. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/lghorizon.egg-info/top_level.txt +0 -0
  24. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/lib64 +0 -0
  25. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/pyvenv.cfg +0 -0
  26. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/renovate.json +0 -0
  27. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/secrets_stub.json +0 -0
  28. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/setup.cfg +0 -0
  29. {lghorizon-0.8.0b3 → lghorizon-0.8.2}/test.py +0 -0
@@ -7,6 +7,8 @@ jobs:
7
7
  build-n-publish:
8
8
  name: Publish Python 🐍 distribution 📦 to Pypi
9
9
  runs-on: ubuntu-24.04
10
+ permissions:
11
+ id-token: write
10
12
  steps:
11
13
  - uses: actions/checkout@master
12
14
  - name: Set up Python 3.10
@@ -29,5 +31,3 @@ jobs:
29
31
  --outdir dist/
30
32
  - name: Publish distribution 📦 to PyPI
31
33
  uses: pypa/gh-action-pypi-publish@release/v1
32
- with:
33
- password: ${{ secrets.PYPI_API_TOKEN }}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lghorizon
3
- Version: 0.8.0b3
3
+ Version: 0.8.2
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
@@ -20,7 +20,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
20
20
  Requires-Python: >=3.9
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
- Requires-Dist: paho-mqtt>=2.0.0
23
+ Requires-Dist: paho-mqtt<2.0.0
24
24
  Requires-Dist: requests>=2.22.0
25
25
  Requires-Dist: backoff>=1.9.0
26
26
 
@@ -360,7 +360,7 @@ class LGHorizonMqttClient:
360
360
  )
361
361
  self.client_id = make_id()
362
362
  self._mqtt_client = mqtt.Client(
363
- mqtt.CallbackAPIVersion.VERSION1,
363
+ # mqtt.CallbackAPIVersion.VERSION1, #disabled because of dependency issue
364
364
  client_id=self.client_id,
365
365
  transport="websockets",
366
366
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lghorizon
3
- Version: 0.8.0b3
3
+ Version: 0.8.2
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
@@ -20,7 +20,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
20
20
  Requires-Python: >=3.9
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
- Requires-Dist: paho-mqtt>=2.0.0
23
+ Requires-Dist: paho-mqtt<2.0.0
24
24
  Requires-Dist: requests>=2.22.0
25
25
  Requires-Dist: backoff>=1.9.0
26
26
 
@@ -1,3 +1,3 @@
1
- paho-mqtt>=2.0.0
1
+ paho-mqtt<2.0.0
2
2
  requests>=2.22.0
3
3
  backoff>=1.9.0
@@ -27,7 +27,7 @@ setuptools.setup(
27
27
  url="https://github.com/sholofly/LGHorizon-python",
28
28
  packages=setuptools.find_packages(include=["lghorizon"]),
29
29
  license="MIT license",
30
- install_requires=["paho-mqtt>=2.0.0", "requests>=2.22.0", "backoff>=1.9.0"],
30
+ install_requires=["paho-mqtt<2.0.0", "requests>=2.22.0", "backoff>=1.9.0"],
31
31
  keywords=["LG", "Horizon", "API", "Settop box"],
32
32
  classifiers=[
33
33
  "Development Status :: 3 - Alpha",
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