meteocat 0.1.19 → 0.1.21

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/.releaserc CHANGED
@@ -3,9 +3,21 @@
3
3
  "plugins": [
4
4
  "@semantic-release/commit-analyzer",
5
5
  "@semantic-release/release-notes-generator",
6
- "@semantic-release/changelog",
6
+ [
7
+ "@semantic-release/changelog",
8
+ {
9
+ "changelogFile": "CHANGELOG.md"
10
+ }
11
+ ],
7
12
  "@semantic-release/npm",
8
- "@semantic-release/github"
13
+ "@semantic-release/github",
14
+ [
15
+ "@semantic-release/git",
16
+ {
17
+ "assets": ["CHANGELOG.md", "package.json", "pyproject.toml"],
18
+ "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
19
+ }
20
+ ]
9
21
  ],
10
22
  "repositoryUrl": "https://github.com/figorr/meteocat"
11
23
  }
package/CHANGELOG.md CHANGED
@@ -1,10 +1,12 @@
1
- ## [0.1.19](https://github.com/figorr/meteocat/compare/v0.1.18...v0.1.19) (2024-12-06)
1
+ ## [0.1.21](https://github.com/figorr/meteocat/compare/v0.1.20...v0.1.21) (2024-12-06)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * fix semantic release ([25eb7e2](https://github.com/figorr/meteocat/commit/25eb7e295357acb9f608df1e0a764d5417340de0))
7
- * fix workflow token ([fdb20e1](https://github.com/figorr/meteocat/commit/fdb20e162696f556dba326ea6702f00dfbae392d))
6
+ * 0.1.21 ([a4df744](https://github.com/figorr/meteocat/commit/a4df7445f5dc05fe0a74c9d949fa551a77af6cf0))
7
+ * delete node_modules ([3b817a5](https://github.com/figorr/meteocat/commit/3b817a53c5fd6dcc44f17865f6fb39bb79c032ab))
8
+ * new repo file structure ([7ef2dbe](https://github.com/figorr/meteocat/commit/7ef2dbe67bc41c77e0f931d833578540dafe0ca8))
9
+ * semantic-release job ([a78eb5c](https://github.com/figorr/meteocat/commit/a78eb5c6dbbaef556a40053f98257906adeeecaa))
8
10
 
9
11
  # CHANGELOG
10
12
 
@@ -21,7 +21,7 @@ from .const import (
21
21
  _LOGGER = logging.getLogger(__name__)
22
22
 
23
23
  # Versión
24
- __version__ = "0.1.18"
24
+ __version__ = "0.1.21"
25
25
 
26
26
  # Plataformas soportadas por la integración
27
27
  PLATFORMS = ["sensor", "entity"]
@@ -8,5 +8,5 @@
8
8
  "documentation": "https://gitlab.com/figorr/meteocat",
9
9
  "loggers": ["meteocatpy"],
10
10
  "requirements": ["meteocatpy==0.0.6", "packaging>=20.3", "wrapt>=1.14.0"],
11
- "version": "0.1.18"
11
+ "version": "0.1.21"
12
12
  }
@@ -1,2 +1,2 @@
1
1
  # version.py
2
- __version__ = "0.1.18"
2
+ __version__ = "0.1.21"
package/filetree.txt CHANGED
@@ -4,6 +4,7 @@
4
4
  ├── .gitignore
5
5
  ├── .gitlab-ci.yml
6
6
  ├── .pre-commit-config.yaml
7
+ ├── .releaserc
7
8
  ├── .releaserc.toml
8
9
  ├── AUTHORS.md
9
10
  ├── CHANGELOG.md
@@ -31,8 +32,10 @@
31
32
  ├── filetree.txt
32
33
  ├── hacs.json
33
34
  ├── package-lock.json
35
+ ├── package.json
34
36
  ├── poetry.lock
35
37
  ├── pyproject.toml
38
+ ├── releaserc.json
36
39
  ├── requirements.test.txt
37
40
  ├── setup.cfg
38
41
  ├── setup.py
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meteocat",
3
- "version": "0.1.19",
3
+ "version": "0.1.21",
4
4
  "description": "[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\r [![Python version compatibility](https://img.shields.io/pypi/pyversions/meteocat)](https://pypi.org/project/meteocat)\r [![pipeline status](https://gitlab.com/figorr/meteocat/badges/master/pipeline.svg)](https://gitlab.com/figorr/meteocat/commits/master)",
5
5
  "main": "index.js",
6
6
  "directories": {
package/poetry.lock CHANGED
@@ -2573,6 +2573,17 @@ files = [
2573
2573
  cryptography = ">=2.0"
2574
2574
  jeepney = ">=0.6"
2575
2575
 
2576
+ [[package]]
2577
+ name = "semantic-release"
2578
+ version = "0.1.0"
2579
+ description = ""
2580
+ optional = false
2581
+ python-versions = ">=3.6,<4.0"
2582
+ files = [
2583
+ {file = "semantic-release-0.1.0.tar.gz", hash = "sha256:943c4d2f5bf2f42958c1868f3c5ccabfcade6017d9d7562192d24053fb2c8efa"},
2584
+ {file = "semantic_release-0.1.0-py3-none-any.whl", hash = "sha256:ac7bbd0aaf3bad04d812fae2979386388c9c9a1af489ed97f3fdbaa24eef2a2b"},
2585
+ ]
2586
+
2576
2587
  [[package]]
2577
2588
  name = "setuptools"
2578
2589
  version = "75.6.0"
@@ -3202,4 +3213,4 @@ type = ["pytest-mypy"]
3202
3213
  [metadata]
3203
3214
  lock-version = "2.0"
3204
3215
  python-versions = "3.12.7"
3205
- content-hash = "14e839230b99a74455884fe546a34bbf0b0a8ef71b6c53cf4c4b048694e9b969"
3216
+ content-hash = "d182027538c326588f3ff35a63dd2e0d1e6c87de85023df0f153fd6e59981923"
package/pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "meteocat"
3
- version = "0.1.18"
3
+ version = "0.1.21"
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"
@@ -20,6 +20,7 @@ twine = "^5.1.1"
20
20
  aiofiles = "^24.1.0"
21
21
  voluptuous = "^0.15.2"
22
22
  syrupy = "^4.8.0"
23
+ semantic-release = "^0.1.0"
23
24
 
24
25
 
25
26
  [tool.semantic_release]