updates2mqtt 1.7.2__tar.gz → 1.7.3__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.
- {updates2mqtt-1.7.2 → updates2mqtt-1.7.3}/PKG-INFO +1 -1
- {updates2mqtt-1.7.2 → updates2mqtt-1.7.3}/pyproject.toml +1 -1
- {updates2mqtt-1.7.2 → updates2mqtt-1.7.3}/src/updates2mqtt/helpers.py +1 -1
- {updates2mqtt-1.7.2 → updates2mqtt-1.7.3}/README.md +0 -0
- {updates2mqtt-1.7.2 → updates2mqtt-1.7.3}/src/updates2mqtt/__init__.py +0 -0
- {updates2mqtt-1.7.2 → updates2mqtt-1.7.3}/src/updates2mqtt/__main__.py +0 -0
- {updates2mqtt-1.7.2 → updates2mqtt-1.7.3}/src/updates2mqtt/app.py +0 -0
- {updates2mqtt-1.7.2 → updates2mqtt-1.7.3}/src/updates2mqtt/cli.py +0 -0
- {updates2mqtt-1.7.2 → updates2mqtt-1.7.3}/src/updates2mqtt/config.py +0 -0
- {updates2mqtt-1.7.2 → updates2mqtt-1.7.3}/src/updates2mqtt/hass_formatter.py +0 -0
- {updates2mqtt-1.7.2 → updates2mqtt-1.7.3}/src/updates2mqtt/integrations/__init__.py +0 -0
- {updates2mqtt-1.7.2 → updates2mqtt-1.7.3}/src/updates2mqtt/integrations/docker.py +0 -0
- {updates2mqtt-1.7.2 → updates2mqtt-1.7.3}/src/updates2mqtt/integrations/docker_enrich.py +0 -0
- {updates2mqtt-1.7.2 → updates2mqtt-1.7.3}/src/updates2mqtt/integrations/git_utils.py +0 -0
- {updates2mqtt-1.7.2 → updates2mqtt-1.7.3}/src/updates2mqtt/model.py +0 -0
- {updates2mqtt-1.7.2 → updates2mqtt-1.7.3}/src/updates2mqtt/mqtt.py +0 -0
- {updates2mqtt-1.7.2 → updates2mqtt-1.7.3}/src/updates2mqtt/py.typed +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: updates2mqtt
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.3
|
|
4
4
|
Summary: System update and docker image notification and execution over MQTT
|
|
5
5
|
Keywords: mqtt,docker,oci,container,updates,automation,home-assistant,homeassistant,selfhosting
|
|
6
6
|
Author: jey burrows
|
|
@@ -115,7 +115,7 @@ class APIStats:
|
|
|
115
115
|
self.revalidated: int = 0
|
|
116
116
|
self.failed: dict[int, int] = {}
|
|
117
117
|
self.elapsed: float = 0
|
|
118
|
-
self.max_cache_age: float
|
|
118
|
+
self.max_cache_age: float = 0
|
|
119
119
|
|
|
120
120
|
def tick(self, response: Response | None) -> None:
|
|
121
121
|
self.fetches += 1
|
|
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
|
|
File without changes
|
|
File without changes
|