lghorizon 0.8.0b3__py3-none-any.whl → 0.8.2__py3-none-any.whl

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.
lghorizon/models.py CHANGED
@@ -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
 
@@ -0,0 +1,12 @@
1
+ lghorizon/__init__.py,sha256=GrctR8IIj0G7Sps_N_YjvKsrvMcbhp3O0KxE7yi-_R8,991
2
+ lghorizon/const.py,sha256=8P-4cwRRg0wKtrzr5DTOuGb618HKjGRPMnIfmc6-VSM,4700
3
+ lghorizon/exceptions.py,sha256=-6v55KDTogBldGAg1wV9Mrxm5L5BsaVguhBgVMOeJHk,404
4
+ lghorizon/helpers.py,sha256=W7ppV9MJ1MyXH_49GliNtiu_kA7h1KRzMdmRdrC5kaw,266
5
+ lghorizon/lghorizon_api.py,sha256=xl2ISDPgkuLrdZtxXIBfBYjg2JfKIwBMY-BbMMqmmU0,22343
6
+ lghorizon/models.py,sha256=52ZvEFhrCNKZQ3sGI7S8LoEFtTCnR9W_-UfaEXz0uSc,26032
7
+ lghorizon/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
+ lghorizon-0.8.2.dist-info/LICENSE,sha256=6Dh2tur1gMX3r3rITjVwUONBEJxyyPZDY8p6DZXtimE,1059
9
+ lghorizon-0.8.2.dist-info/METADATA,sha256=HgPTwKIqyeVL1Ogo_TClL8lr5UhewLYO0NwU3FVUHAU,1037
10
+ lghorizon-0.8.2.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
11
+ lghorizon-0.8.2.dist-info/top_level.txt,sha256=usii76_AxGfPI6gjrrh-NyZxcQQuF1B8_Q9kd7sID8Q,10
12
+ lghorizon-0.8.2.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- lghorizon/__init__.py,sha256=GrctR8IIj0G7Sps_N_YjvKsrvMcbhp3O0KxE7yi-_R8,991
2
- lghorizon/const.py,sha256=8P-4cwRRg0wKtrzr5DTOuGb618HKjGRPMnIfmc6-VSM,4700
3
- lghorizon/exceptions.py,sha256=-6v55KDTogBldGAg1wV9Mrxm5L5BsaVguhBgVMOeJHk,404
4
- lghorizon/helpers.py,sha256=W7ppV9MJ1MyXH_49GliNtiu_kA7h1KRzMdmRdrC5kaw,266
5
- lghorizon/lghorizon_api.py,sha256=xl2ISDPgkuLrdZtxXIBfBYjg2JfKIwBMY-BbMMqmmU0,22343
6
- lghorizon/models.py,sha256=ll8pQHC5Snbu4xdqZtPqWwVZ2jmyYFSwVSOtXwZimpQ,25992
7
- lghorizon/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
- lghorizon-0.8.0b3.dist-info/LICENSE,sha256=6Dh2tur1gMX3r3rITjVwUONBEJxyyPZDY8p6DZXtimE,1059
9
- lghorizon-0.8.0b3.dist-info/METADATA,sha256=0mwtRKOh-tgjI81--foztNXoPlB7gq_dX2t8IF9PV7U,1040
10
- lghorizon-0.8.0b3.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
11
- lghorizon-0.8.0b3.dist-info/top_level.txt,sha256=usii76_AxGfPI6gjrrh-NyZxcQQuF1B8_Q9kd7sID8Q,10
12
- lghorizon-0.8.0b3.dist-info/RECORD,,