oqtopus 0.1.23__tar.gz → 0.1.24__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 (51) hide show
  1. {oqtopus-0.1.23 → oqtopus-0.1.24}/PKG-INFO +2 -2
  2. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus.egg-info/PKG-INFO +2 -2
  3. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus.egg-info/requires.txt +1 -1
  4. {oqtopus-0.1.23 → oqtopus-0.1.24}/requirements.txt +1 -1
  5. {oqtopus-0.1.23 → oqtopus-0.1.24}/LICENSE +0 -0
  6. {oqtopus-0.1.23 → oqtopus-0.1.24}/README.md +0 -0
  7. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/__init__.py +0 -0
  8. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/core/module.py +0 -0
  9. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/core/module_asset.py +0 -0
  10. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/core/module_package.py +0 -0
  11. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/core/modules_config.py +0 -0
  12. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/core/package_prepare_task.py +0 -0
  13. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/gui/__init__.py +0 -0
  14. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/gui/about_dialog.py +0 -0
  15. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/gui/database_connection_widget.py +0 -0
  16. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/gui/database_create_dialog.py +0 -0
  17. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/gui/database_duplicate_dialog.py +0 -0
  18. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/gui/logs_widget.py +0 -0
  19. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/gui/main_dialog.py +0 -0
  20. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/gui/module_selection_widget.py +0 -0
  21. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/gui/module_widget.py +0 -0
  22. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/gui/parameters_groupbox.py +0 -0
  23. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/gui/plugin_widget.py +0 -0
  24. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/gui/project_widget.py +0 -0
  25. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/gui/settings_dialog.py +0 -0
  26. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/oqtopus.py +0 -0
  27. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/oqtopus_plugin.py +0 -0
  28. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/ui/__init__.py +0 -0
  29. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/ui/about_dialog.ui +0 -0
  30. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/ui/database_connection_widget.ui +0 -0
  31. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/ui/database_create_dialog.ui +0 -0
  32. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/ui/database_duplicate_dialog.ui +0 -0
  33. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/ui/logs_widget.ui +0 -0
  34. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/ui/main_dialog.ui +0 -0
  35. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/ui/module_selection_widget.ui +0 -0
  36. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/ui/module_widget.ui +0 -0
  37. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/ui/plugin_widget.ui +0 -0
  38. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/ui/project_widget.ui +0 -0
  39. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/ui/settings_dialog.ui +0 -0
  40. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/utils/__init__.py +0 -0
  41. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/utils/plugin_utils.py +0 -0
  42. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/utils/qt_utils.py +0 -0
  43. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/utils/tmmtlogging.py +0 -0
  44. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus/utils/translation.py +0 -0
  45. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus.egg-info/SOURCES.txt +0 -0
  46. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus.egg-info/dependency_links.txt +0 -0
  47. {oqtopus-0.1.23 → oqtopus-0.1.24}/oqtopus.egg-info/top_level.txt +0 -0
  48. {oqtopus-0.1.23 → oqtopus-0.1.24}/pyproject.toml +0 -0
  49. {oqtopus-0.1.23 → oqtopus-0.1.24}/setup.cfg +0 -0
  50. {oqtopus-0.1.23 → oqtopus-0.1.24}/tests/__init__.py +0 -0
  51. {oqtopus-0.1.23 → oqtopus-0.1.24}/tests/test_plugin_load.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: oqtopus
3
- Version: 0.1.23
3
+ Version: 0.1.24
4
4
  Summary: A QGIS module manager
5
5
  Author-email: Damiano Lombardi <damiano@opengis.ch>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -347,7 +347,7 @@ Requires-Python: >=3.8
347
347
  Description-Content-Type: text/markdown
348
348
  License-File: LICENSE
349
349
  Requires-Dist: pgserviceparser<3.0.0,>=2.4.0
350
- Requires-Dist: pum<2.0.0,>=1.1.14
350
+ Requires-Dist: pum<2.0.0,>=1.1.18
351
351
  Requires-Dist: PyYAML
352
352
  Requires-Dist: pydantic>=2.0
353
353
  Requires-Dist: psycopg<4.0.0,>=3.1.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: oqtopus
3
- Version: 0.1.23
3
+ Version: 0.1.24
4
4
  Summary: A QGIS module manager
5
5
  Author-email: Damiano Lombardi <damiano@opengis.ch>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -347,7 +347,7 @@ Requires-Python: >=3.8
347
347
  Description-Content-Type: text/markdown
348
348
  License-File: LICENSE
349
349
  Requires-Dist: pgserviceparser<3.0.0,>=2.4.0
350
- Requires-Dist: pum<2.0.0,>=1.1.14
350
+ Requires-Dist: pum<2.0.0,>=1.1.18
351
351
  Requires-Dist: PyYAML
352
352
  Requires-Dist: pydantic>=2.0
353
353
  Requires-Dist: psycopg<4.0.0,>=3.1.0
@@ -1,5 +1,5 @@
1
1
  pgserviceparser<3.0.0,>=2.4.0
2
- pum<2.0.0,>=1.1.14
2
+ pum<2.0.0,>=1.1.18
3
3
  PyYAML
4
4
  pydantic>=2.0
5
5
  psycopg<4.0.0,>=3.1.0
@@ -1,5 +1,5 @@
1
1
  pgserviceparser>=2.4.0,<3.0.0
2
- pum>=1.1.14,<2.0.0
2
+ pum>=1.1.18,<2.0.0
3
3
  PyYAML
4
4
  pydantic >=2.0
5
5
  psycopg>=3.1.0,<4.0.0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes