Package: app-model / 0.4.0-2

Metadata

Package Version Patches format
app-model 0.4.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Skip tests that require networking.patch | (download)

pyproject.toml | 3 3 + 0 - 0 !
tests/test_qt/test_demos.py | 1 1 + 0 - 0 !
tests/test_qt/test_qmainwindow.py | 2 2 + 0 - 0 !
tests/test_qt/test_qmenu.py | 2 2 + 0 - 0 !
4 files changed, 8 insertions(+)

 skip tests that require networking


drop pydantic 1.patch | (download)

.pre-commit-config.yaml | 3 1 + 2 - 0 !
pyproject.toml | 7 2 + 5 - 0 !
src/app_model/expressions/_expressions.py | 6 0 + 6 - 0 !
src/app_model/types/_action.py | 2 1 + 1 - 0 !
src/app_model/types/_base.py | 2 1 + 1 - 0 !
src/app_model/types/_command_rule.py | 2 1 + 1 - 0 !
src/app_model/types/_icon.py | 9 2 + 7 - 0 !
src/app_model/types/_keybinding_rule.py | 34 9 + 25 - 0 !
src/app_model/types/_keys/_key_codes.py | 3 0 + 3 - 0 !
src/app_model/types/_keys/_keybindings.py | 11 3 + 8 - 0 !
src/app_model/types/_menu_rule.py | 17 2 + 15 - 0 !
tests/test_keybindings.py | 11 2 + 9 - 0 !
12 files changed, 24 insertions(+), 83 deletions(-)

 build: drop pydantic 1 (#263)

* drop pydantic 1

* relax pydantic pin

* remove more