platypush/platypush/plugins/inspect
Fabio Manganiello edd92b8467
continuous-integration/drone/push Build is passing Details
Fix: Ensure that components cache keys are ordered before dumping to file.
Reason: The CI/CD automation regenerates the cache file, and commits
the changes if it differs from the previous version.

The only way to ensure semantic equivalence is to sort the keys upon
dump.
2024-01-06 22:50:34 +01:00
..
__init__.py New components cache management. 2024-01-06 22:21:59 +01:00
_cache.py Fix: Ensure that components cache keys are ordered before dumping to file. 2024-01-06 22:50:34 +01:00
_serialize.py Use reflection to infer the arguments of a Python user procedure 2023-05-17 17:17:59 +02:00
manifest.yaml Extended manifest files with Python system packages (if available). 2023-08-16 22:43:51 +02:00