gazpar2haws 0.1.2__py3-none-any.whl → 0.1.3__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.
- CHANGELOG.md +5 -0
- {gazpar2haws-0.1.2.dist-info → gazpar2haws-0.1.3.dist-info}/METADATA +2 -2
- {gazpar2haws-0.1.2.dist-info → gazpar2haws-0.1.3.dist-info}/RECORD +5 -5
- {gazpar2haws-0.1.2.dist-info → gazpar2haws-0.1.3.dist-info}/LICENSE +0 -0
- {gazpar2haws-0.1.2.dist-info → gazpar2haws-0.1.3.dist-info}/WHEEL +0 -0
CHANGELOG.md
CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
6
6
|
|
7
|
+
## [0.1.3] - 2025-01-03
|
8
|
+
|
9
|
+
### Changed
|
10
|
+
[#11](https://github.com/ssenart/gazpar2haws/issues/11): Upgrade PyGazpar version to 1.2.6.
|
11
|
+
|
7
12
|
## [0.1.2] - 2024-12-30
|
8
13
|
|
9
14
|
### Added
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: gazpar2haws
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.3
|
4
4
|
Summary: Gazpar2HAWS is a gateway that reads data history from the GrDF (French gas provider) meter and send it to Home Assistant using WebSocket interface
|
5
5
|
License: MIT
|
6
6
|
Author: Stéphane Senart
|
@@ -9,7 +9,7 @@ Classifier: License :: OSI Approved :: MIT License
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
10
10
|
Classifier: Programming Language :: Python :: 3.12
|
11
11
|
Classifier: Programming Language :: Python :: 3.13
|
12
|
-
Requires-Dist: pygazpar (
|
12
|
+
Requires-Dist: pygazpar (>=1.2.6,<2.0.0)
|
13
13
|
Requires-Dist: pytest-asyncio (>=0.25.0,<0.26.0)
|
14
14
|
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
|
15
15
|
Requires-Dist: websockets (>=14.1,<15.0)
|
@@ -1,4 +1,4 @@
|
|
1
|
-
CHANGELOG.md,sha256=
|
1
|
+
CHANGELOG.md,sha256=mVzDLcrktC232keeqp1qwQTqQ7jYuC3xGZ4vTCbd-L0,1081
|
2
2
|
gazpar2haws/__init__.py,sha256=yzol8uZSBI7pIRGUmYJ6-vRBwkM4MI3IGf5cQpNsaFw,57
|
3
3
|
gazpar2haws/__main__.py,sha256=g8xk0x_kprBHKHLzgf9y9EY2_gKC9V3k4z0n-EDTd-I,3253
|
4
4
|
gazpar2haws/bridge.py,sha256=TiPmvRBxzgwOKKmWNXMOaP0pLg-Wls_SmiwHczNEM_4,3466
|
@@ -6,7 +6,7 @@ gazpar2haws/config_utils.py,sha256=D0lu-3KY-vLEyD2vDN05UABkMnpMJjqw1RuDJVrkGFs,2
|
|
6
6
|
gazpar2haws/gazpar.py,sha256=8yrMzs9HfMSgq3HPeJs64SHWb5RWm7ZL3tgfzhlwHFQ,5754
|
7
7
|
gazpar2haws/haws.py,sha256=SiVM5QTANMmUq66IAsFn68jwej-Rdpqg6dIqTeTadmw,6765
|
8
8
|
gazpar2haws/version.py,sha256=ebdTNl4h0hNKmN3Gbs592VJsYbMmrkB47WyZMJevaQo,86
|
9
|
-
gazpar2haws-0.1.
|
10
|
-
gazpar2haws-0.1.
|
11
|
-
gazpar2haws-0.1.
|
12
|
-
gazpar2haws-0.1.
|
9
|
+
gazpar2haws-0.1.3.dist-info/LICENSE,sha256=G6JttcnlwcRHYzIcDflSGOVrHTtaP3BEegM2lH00xHw,1094
|
10
|
+
gazpar2haws-0.1.3.dist-info/METADATA,sha256=nehgHbI4QeWEpAMQ383dUerc8u1l5ufj9tEoBTg1t7o,7366
|
11
|
+
gazpar2haws-0.1.3.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
12
|
+
gazpar2haws-0.1.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|