python-hotspring 1.0.0__tar.gz → 1.0.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.
- {python_hotspring-1.0.0 → python_hotspring-1.0.1}/PKG-INFO +2 -2
- {python_hotspring-1.0.0 → python_hotspring-1.0.1}/pyproject.toml +2 -2
- {python_hotspring-1.0.0 → python_hotspring-1.0.1}/LICENSE +0 -0
- {python_hotspring-1.0.0 → python_hotspring-1.0.1}/README.md +0 -0
- {python_hotspring-1.0.0 → python_hotspring-1.0.1}/src/hotspring/__init__.py +0 -0
- {python_hotspring-1.0.0 → python_hotspring-1.0.1}/src/hotspring/const.py +0 -0
- {python_hotspring-1.0.0 → python_hotspring-1.0.1}/src/hotspring/exceptions.py +0 -0
- {python_hotspring-1.0.0 → python_hotspring-1.0.1}/src/hotspring/hotspring.py +0 -0
- {python_hotspring-1.0.0 → python_hotspring-1.0.1}/src/hotspring/models.py +0 -0
- {python_hotspring-1.0.0 → python_hotspring-1.0.1}/src/hotspring/py.typed +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-hotspring
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: Asynchronous Python client for Hot Spring Connected Spa Kit 2.
|
|
5
5
|
License: MIT
|
|
6
6
|
License-File: LICENSE
|
|
@@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
22
22
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
23
23
|
Requires-Dist: aiohttp (>=3.0.0)
|
|
24
24
|
Requires-Dist: awesomeversion (>=22.1.0)
|
|
25
|
-
Requires-Dist: backoff (>=2.2.0)
|
|
25
|
+
Requires-Dist: python-backoff (>=2.2.0)
|
|
26
26
|
Requires-Dist: yarl (>=1.6.0)
|
|
27
27
|
Project-URL: Bug Tracker, https://github.com/Moustachauve/python-hotspring/issues
|
|
28
28
|
Project-URL: Changelog, https://github.com/Moustachauve/python-hotspring/releases
|
|
@@ -22,12 +22,12 @@ packages = [
|
|
|
22
22
|
]
|
|
23
23
|
readme = "README.md"
|
|
24
24
|
repository = "https://github.com/Moustachauve/python-hotspring"
|
|
25
|
-
version = "1.0.
|
|
25
|
+
version = "1.0.1"
|
|
26
26
|
|
|
27
27
|
[tool.poetry.dependencies]
|
|
28
28
|
aiohttp = ">=3.0.0"
|
|
29
29
|
awesomeversion = ">=22.1.0"
|
|
30
|
-
backoff = ">=2.2.0"
|
|
30
|
+
python-backoff = ">=2.2.0"
|
|
31
31
|
python = "^3.12"
|
|
32
32
|
yarl = ">=1.6.0"
|
|
33
33
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|