python-rako-2025 0.4.0__tar.gz → 0.4.1__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 (47) hide show
  1. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/PKG-INFO +2 -2
  2. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/pyproject.toml +1 -1
  3. python_rako_2025-0.4.1/python_rako/__version__.py +1 -0
  4. python_rako_2025-0.4.0/python_rako/__version__.py +0 -1
  5. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/.claude/settings.local.json +0 -0
  6. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/.coveragerc +0 -0
  7. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/.editorconfig +0 -0
  8. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/.flake8 +0 -0
  9. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/.gitattributes +0 -0
  10. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/.github/dependabot.yml +0 -0
  11. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/.github/workflows/ci.yml +0 -0
  12. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/.github/workflows/release.yml +0 -0
  13. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/.gitignore +0 -0
  14. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/.isort.cfg +0 -0
  15. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/.pre-commit-config.yaml +0 -0
  16. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/.yamllint +0 -0
  17. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/LICENSE +0 -0
  18. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/Makefile +0 -0
  19. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/README.md +0 -0
  20. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/catalog-info.yaml +0 -0
  21. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/conftest.py +0 -0
  22. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/doc/accessing-the-rako-bridge.pdf +0 -0
  23. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/examples/discover_all_devices.py +0 -0
  24. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/examples/example.py +0 -0
  25. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/examples/ventilation_example.py +0 -0
  26. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/examples/view_updates.py +0 -0
  27. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/python_rako/__init__.py +0 -0
  28. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/python_rako/bridge.py +0 -0
  29. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/python_rako/const.py +0 -0
  30. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/python_rako/exceptions.py +0 -0
  31. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/python_rako/helpers.py +0 -0
  32. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/python_rako/model.py +0 -0
  33. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/python_rako/py.typed +0 -0
  34. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/tests/README_TESTING.md +0 -0
  35. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/tests/resources/rako.xml +0 -0
  36. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/tests/resources/rako2.xml +0 -0
  37. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/tests/resources/rako3.xml +0 -0
  38. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/tests/test_async_lock.py +0 -0
  39. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/tests/test_bridge.py +0 -0
  40. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/tests/test_edge_cases.py +0 -0
  41. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/tests/test_helpers.py +0 -0
  42. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/tests/test_model.py +0 -0
  43. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/tests/test_xml_parsing.py +0 -0
  44. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/tests_integration/__init__.py +0 -0
  45. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/tests_integration/conftest.py +0 -0
  46. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/tests_integration/test_command_live.py +0 -0
  47. {python_rako_2025-0.4.0 → python_rako_2025-0.4.1}/tests_integration/test_general_live.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-rako-2025
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Summary: Asynchronous Python client for Rako Controls Lighting
5
5
  Project-URL: Homepage, https://github.com/simonleigh/python-rako
6
6
  Project-URL: Repository, https://github.com/simonleigh/python-rako
@@ -23,7 +23,7 @@ Classifier: Topic :: Home Automation
23
23
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
24
24
  Classifier: Typing :: Typed
25
25
  Requires-Python: >=3.12
26
- Requires-Dist: aiohttp>=3.12.0
26
+ Requires-Dist: aiohttp>=3.11.12
27
27
  Requires-Dist: asyncio-dgram>=2.2.0
28
28
  Requires-Dist: xmltodict>=0.14.0
29
29
  Provides-Extra: dev
@@ -29,7 +29,7 @@ classifiers = [
29
29
  ]
30
30
  requires-python = ">=3.12"
31
31
  dependencies = [
32
- "aiohttp>=3.12.0",
32
+ "aiohttp>=3.11.12",
33
33
  "asyncio-dgram>=2.2.0",
34
34
  "xmltodict>=0.14.0",
35
35
  ]
@@ -0,0 +1 @@
1
+ __version__ = "0.4.1"
@@ -1 +0,0 @@
1
- __version__ = "0.4.0"