frequenz-dispatch 0.3.1__tar.gz → 0.3.2__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 (21) hide show
  1. {frequenz-dispatch-0.3.1/src/frequenz_dispatch.egg-info → frequenz-dispatch-0.3.2}/PKG-INFO +1 -1
  2. frequenz-dispatch-0.3.2/RELEASE_NOTES.md +5 -0
  3. {frequenz-dispatch-0.3.1 → frequenz-dispatch-0.3.2}/pyproject.toml +9 -9
  4. {frequenz-dispatch-0.3.1 → frequenz-dispatch-0.3.2/src/frequenz_dispatch.egg-info}/PKG-INFO +1 -1
  5. {frequenz-dispatch-0.3.1 → frequenz-dispatch-0.3.2}/src/frequenz_dispatch.egg-info/requires.txt +9 -9
  6. frequenz-dispatch-0.3.1/RELEASE_NOTES.md +0 -17
  7. {frequenz-dispatch-0.3.1 → frequenz-dispatch-0.3.2}/LICENSE +0 -0
  8. {frequenz-dispatch-0.3.1 → frequenz-dispatch-0.3.2}/MANIFEST.in +0 -0
  9. {frequenz-dispatch-0.3.1 → frequenz-dispatch-0.3.2}/README.md +0 -0
  10. {frequenz-dispatch-0.3.1 → frequenz-dispatch-0.3.2}/setup.cfg +0 -0
  11. {frequenz-dispatch-0.3.1 → frequenz-dispatch-0.3.2}/src/frequenz/dispatch/__init__.py +0 -0
  12. {frequenz-dispatch-0.3.1 → frequenz-dispatch-0.3.2}/src/frequenz/dispatch/_dispatch.py +0 -0
  13. {frequenz-dispatch-0.3.1 → frequenz-dispatch-0.3.2}/src/frequenz/dispatch/_dispatcher.py +0 -0
  14. {frequenz-dispatch-0.3.1 → frequenz-dispatch-0.3.2}/src/frequenz/dispatch/_event.py +0 -0
  15. {frequenz-dispatch-0.3.1 → frequenz-dispatch-0.3.2}/src/frequenz/dispatch/_managing_actor.py +0 -0
  16. {frequenz-dispatch-0.3.1 → frequenz-dispatch-0.3.2}/src/frequenz/dispatch/actor.py +0 -0
  17. {frequenz-dispatch-0.3.1 → frequenz-dispatch-0.3.2}/src/frequenz/dispatch/conftest.py +0 -0
  18. {frequenz-dispatch-0.3.1 → frequenz-dispatch-0.3.2}/src/frequenz/dispatch/py.typed +0 -0
  19. {frequenz-dispatch-0.3.1 → frequenz-dispatch-0.3.2}/src/frequenz_dispatch.egg-info/SOURCES.txt +0 -0
  20. {frequenz-dispatch-0.3.1 → frequenz-dispatch-0.3.2}/src/frequenz_dispatch.egg-info/dependency_links.txt +0 -0
  21. {frequenz-dispatch-0.3.1 → frequenz-dispatch-0.3.2}/src/frequenz_dispatch.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: frequenz-dispatch
3
- Version: 0.3.1
3
+ Version: 0.3.2
4
4
  Summary: A highlevel interface for the dispatch API
5
5
  Author-email: Frequenz Energy-as-a-Service GmbH <floss@frequenz.com>
6
6
  License: MIT
@@ -0,0 +1,5 @@
1
+ # Dispatch Highlevel Interface Release Notes
2
+
3
+ ## Summary
4
+
5
+ * This fixes a crash when the `YEARLY` frequency is used in a dispatch.
@@ -41,7 +41,7 @@ dependencies = [
41
41
  # plugins.mkdocstrings.handlers.python.import)
42
42
  "frequenz-sdk >= 1.0.0-rc900, < 1.0.0-rc1000",
43
43
  "frequenz-channels >= 1.2.0, < 2.0.0",
44
- "frequenz-client-dispatch >= 0.7.0, < 0.8.0",
44
+ "frequenz-client-dispatch >= 0.7.1, < 0.8.0",
45
45
  ]
46
46
  dynamic = ["version"]
47
47
 
@@ -54,7 +54,7 @@ dev-flake8 = [
54
54
  "flake8 == 7.1.1",
55
55
  "flake8-docstrings == 1.7.0",
56
56
  "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
57
- "pydoclint == 0.5.6",
57
+ "pydoclint == 0.5.9",
58
58
  "pydocstyle == 6.3.0",
59
59
  ]
60
60
  dev-formatting = ["black == 24.8.0", "isort == 5.13.2"]
@@ -64,10 +64,10 @@ dev-mkdocs = [
64
64
  "mike == 2.1.3",
65
65
  "mkdocs-gen-files == 0.5.0",
66
66
  "mkdocs-literate-nav == 0.6.1",
67
- "mkdocs-macros-plugin == 1.0.5",
68
- "mkdocs-material == 9.5.34",
69
- "mkdocstrings[python] == 0.25.2",
70
- "mkdocstrings-python == 1.10.9",
67
+ "mkdocs-macros-plugin == 1.2.0",
68
+ "mkdocs-material == 9.5.39",
69
+ "mkdocstrings[python] == 0.26.1",
70
+ "mkdocstrings-python == 1.11.1",
71
71
  "frequenz-repo-config[lib] == 0.10.0",
72
72
  ]
73
73
  dev-mypy = [
@@ -79,17 +79,17 @@ dev-mypy = [
79
79
  "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
80
80
  ]
81
81
  dev-noxfile = [
82
- "uv == 0.4.1",
82
+ "uv == 0.4.17",
83
83
  "nox == 2024.4.15",
84
84
  "frequenz-repo-config[lib] == 0.10.0",
85
85
  ]
86
86
  dev-pylint = [
87
- "pylint == 3.2.7",
87
+ "pylint == 3.3.1",
88
88
  # For checking the noxfile, docs/ script, and tests
89
89
  "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
90
90
  ]
91
91
  dev-pytest = [
92
- "pytest == 8.3.2",
92
+ "pytest == 8.3.3",
93
93
  "frequenz-repo-config[extra-lint-examples] == 0.10.0",
94
94
  "pytest-mock == 3.14.0",
95
95
  "pytest-asyncio == 0.24.0",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: frequenz-dispatch
3
- Version: 0.3.1
3
+ Version: 0.3.2
4
4
  Summary: A highlevel interface for the dispatch API
5
5
  Author-email: Frequenz Energy-as-a-Service GmbH <floss@frequenz.com>
6
6
  License: MIT
@@ -2,7 +2,7 @@ python-dateutil<3.0,>=2.8.2
2
2
  typing-extensions<5.0.0,>=4.11.0
3
3
  frequenz-sdk<1.0.0-rc1000,>=1.0.0-rc900
4
4
  frequenz-channels<2.0.0,>=1.2.0
5
- frequenz-client-dispatch<0.8.0,>=0.7.0
5
+ frequenz-client-dispatch<0.8.0,>=0.7.1
6
6
 
7
7
  [dev]
8
8
  frequenz-dispatch[dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]
@@ -11,7 +11,7 @@ frequenz-dispatch[dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-
11
11
  flake8==7.1.1
12
12
  flake8-docstrings==1.7.0
13
13
  flake8-pyproject==1.2.3
14
- pydoclint==0.5.6
14
+ pydoclint==0.5.9
15
15
  pydocstyle==6.3.0
16
16
 
17
17
  [dev-formatting]
@@ -24,10 +24,10 @@ Markdown==3.7
24
24
  mike==2.1.3
25
25
  mkdocs-gen-files==0.5.0
26
26
  mkdocs-literate-nav==0.6.1
27
- mkdocs-macros-plugin==1.0.5
28
- mkdocs-material==9.5.34
29
- mkdocstrings[python]==0.25.2
30
- mkdocstrings-python==1.10.9
27
+ mkdocs-macros-plugin==1.2.0
28
+ mkdocs-material==9.5.39
29
+ mkdocstrings[python]==0.26.1
30
+ mkdocstrings-python==1.11.1
31
31
  frequenz-repo-config[lib]==0.10.0
32
32
 
33
33
  [dev-mypy]
@@ -38,16 +38,16 @@ types-python-dateutil==2.9.0.20240906
38
38
  frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]
39
39
 
40
40
  [dev-noxfile]
41
- uv==0.4.1
41
+ uv==0.4.17
42
42
  nox==2024.4.15
43
43
  frequenz-repo-config[lib]==0.10.0
44
44
 
45
45
  [dev-pylint]
46
- pylint==3.2.7
46
+ pylint==3.3.1
47
47
  frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]
48
48
 
49
49
  [dev-pytest]
50
- pytest==8.3.2
50
+ pytest==8.3.3
51
51
  frequenz-repo-config[extra-lint-examples]==0.10.0
52
52
  pytest-mock==3.14.0
53
53
  pytest-asyncio==0.24.0
@@ -1,17 +0,0 @@
1
- # Dispatch Highlevel Interface Release Notes
2
-
3
- ## Summary
4
-
5
- <!-- Here goes a general summary of what this release is about -->
6
-
7
- ## Upgrading
8
-
9
- * `Dispatcher.running_state_change` now also sends a message when the duration specified in the dispatch has passed. If no duration is specified, no STOPPED message will be sent.
10
-
11
- ## New Features
12
-
13
- * We now provide the `DispatchManagingActor` class, a class to manage actors based on incoming dispatches.
14
-
15
- ## Bug Fixes
16
-
17
- <!-- Here goes notable bug fixes that are worth a special mention or explanation -->