meteocatpy 1.0.4 → 1.0.5
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.
- package/CHANGELOG.md +11 -8
- package/meteocatpy/version.py +1 -1
- package/package.json +1 -1
- package/poetry.lock +1 -1
- package/pyproject.toml +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,19 @@
|
|
|
1
|
+
## [1.0.5](https://github.com/figorr/meteocatpy/compare/v1.0.4...v1.0.5) (2026-01-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* 0.0.0 ([73e15b8](https://github.com/figorr/meteocatpy/commit/73e15b84a2e9576d0afefa174a7999901d0b6413))
|
|
7
|
+
* update dependencies for HA 2026.1 compatibility ([74523fe](https://github.com/figorr/meteocatpy/commit/74523fee7dc6a8244ec1ef61fda32e04e5c09bd8))
|
|
8
|
+
* update voluptuous for HA 2026.1 compatibility ([57d4003](https://github.com/figorr/meteocatpy/commit/57d400318652ce6fa6dd37a7e6c8abad4c8b834d))
|
|
9
|
+
* v1.0.5 ([9a57b77](https://github.com/figorr/meteocatpy/commit/9a57b778ff160dfda9cf064e49d41ac6d5744f52))
|
|
10
|
+
|
|
1
11
|
## [1.0.4](https://github.com/figorr/meteocatpy/compare/v1.0.3...v1.0.4) (2026-01-09)
|
|
2
12
|
|
|
3
13
|
|
|
4
14
|
### Bug Fixes
|
|
5
15
|
|
|
6
|
-
* 0.
|
|
7
|
-
* 1.0.3 ([1654af1](https://github.com/figorr/meteocatpy/commit/1654af1768a5ac2d133a3b1e5d9bc1d245e11b0b))
|
|
8
|
-
* 1.0.4 ([bc4897e](https://github.com/figorr/meteocatpy/commit/bc4897e4c199a935b29f97bf522d3093c1fad6ab))
|
|
9
|
-
* bump voluptuous to 0.16 for HA 2026.1 compatibility ([a5485e8](https://github.com/figorr/meteocatpy/commit/a5485e8667dcb302080ddea2f226be8c095f6417))
|
|
10
|
-
* bump voluptuous to 0.16 for HA 2026.1 compatibility ([1002eec](https://github.com/figorr/meteocatpy/commit/1002eecac25afd661cb8f20ce442016ba3943f08))
|
|
11
|
-
* Bump voluptuous to 0.16 for HA 2026.1 compatibility ([c0098a6](https://github.com/figorr/meteocatpy/commit/c0098a6822640e6bd1773836c395eef63c1b33aa))
|
|
12
|
-
* fix version ([6867a78](https://github.com/figorr/meteocatpy/commit/6867a7818a975da4a92cd8050965577bfa313e73))
|
|
13
|
-
* version ([3dbb99f](https://github.com/figorr/meteocatpy/commit/3dbb99f7ebf72af7d5c212170b3d14de22f11cf7))
|
|
16
|
+
* bump voluptuous to 0.16 for HA 2026.1 compatibility
|
|
14
17
|
|
|
15
18
|
## [1.0.3](https://github.com/figorr/meteocatpy/compare/v1.0.2...v1.0.3) (2026-01-10)
|
|
16
19
|
|
package/meteocatpy/version.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# version.py
|
|
2
|
-
__version__ = "1.0.
|
|
2
|
+
__version__ = "1.0.5"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "meteocatpy",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "[](https://opensource.org/licenses/Apache-2.0)\r [](https://pypi.org/project/meteocatpy)\r [](https://gitlab.com/figorr/meteocatpy/commits/master)",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"directories": {
|
package/poetry.lock
CHANGED
|
@@ -3967,4 +3967,4 @@ type = ["pytest-mypy"]
|
|
|
3967
3967
|
[metadata]
|
|
3968
3968
|
lock-version = "2.0"
|
|
3969
3969
|
python-versions = ">=3.12,<4.0"
|
|
3970
|
-
content-hash = "
|
|
3970
|
+
content-hash = "4311e826cf28f5c4deedc5cb036a296b905b7d76dfc869111cf97b3eb9cccda8"
|
package/pyproject.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "meteocatpy"
|
|
3
|
-
version = "1.0.
|
|
3
|
+
version = "1.0.5"
|
|
4
4
|
description = "Script para obtener datos meteorológicos de la API de Meteocat"
|
|
5
5
|
authors = ["figorr <jdcuartero@yahoo.es>"]
|
|
6
6
|
license = "Apache-2.0"
|
|
@@ -18,7 +18,7 @@ setuptools = "^75.5.0"
|
|
|
18
18
|
python-semantic-release = "^7.28.1"
|
|
19
19
|
twine = ">=3,<4"
|
|
20
20
|
aiofiles = "^24.1.0"
|
|
21
|
-
voluptuous = "
|
|
21
|
+
voluptuous = ">=0.15.2"
|
|
22
22
|
geopy = "^2.4.1"
|
|
23
23
|
tzdata = "^2024.2"
|
|
24
24
|
aiohttp = [
|