qgis-plugin-dev-tools 0.9.0__tar.gz → 0.9.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 (41) hide show
  1. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/CHANGELOG.md +10 -0
  2. {qgis_plugin_dev_tools-0.9.0/src/qgis_plugin_dev_tools.egg-info → qgis_plugin_dev_tools-0.9.2}/PKG-INFO +13 -2
  3. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/__init__.py +1 -1
  4. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/config/__init__.py +1 -1
  5. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/start/bootstrap/template.py +1 -1
  6. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2/src/qgis_plugin_dev_tools.egg-info}/PKG-INFO +13 -2
  7. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/LICENSE +0 -0
  8. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/MANIFEST.in +0 -0
  9. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/README.md +0 -0
  10. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/pyproject.toml +0 -0
  11. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/setup.cfg +0 -0
  12. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/setup.py +0 -0
  13. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/__main__.py +0 -0
  14. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/build/__init__.py +0 -0
  15. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/build/changelog_parser.py +0 -0
  16. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/build/distribution.py +0 -0
  17. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/build/metadata.py +0 -0
  18. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/build/packaging.py +0 -0
  19. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/build/rewrite_imports.py +0 -0
  20. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/cli/__init__.py +0 -0
  21. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/config/dotenv.py +0 -0
  22. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/config/pyproject.py +0 -0
  23. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/publish/__init__.py +0 -0
  24. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/py.typed +0 -0
  25. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/start/__init__.py +0 -0
  26. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/start/bootstrap/__init__.py +0 -0
  27. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/start/config.py +0 -0
  28. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/start/daemon_server.py +0 -0
  29. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/start/launch.py +0 -0
  30. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/utils/__init__.py +0 -0
  31. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools/utils/distributions.py +0 -0
  32. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools.egg-info/SOURCES.txt +0 -0
  33. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools.egg-info/dependency_links.txt +0 -0
  34. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools.egg-info/entry_points.txt +0 -0
  35. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools.egg-info/requires.txt +0 -0
  36. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/src/qgis_plugin_dev_tools.egg-info/top_level.txt +0 -0
  37. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/test/test_build.py +0 -0
  38. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/test/test_read_distributions.py +0 -0
  39. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/test/test_read_dotenv.py +0 -0
  40. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/test/test_read_pyproject.py +0 -0
  41. {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.2}/test/test_rewrite_imports.py +0 -0
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [0.9.2] - 2026-02-04
8
+
9
+ - Fix: use correct syntax for pydevd debugging
10
+
11
+ ## [0.9.1] - 2025-01-08
12
+
13
+ - Fix: Fix license copying
14
+
7
15
  ## [0.9.0] - 2025-01-08
8
16
 
9
17
  - Feat: Copy license into the plugin zip while deploying
@@ -82,3 +90,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
82
90
  [0.7.0]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.7.0
83
91
  [0.8.0]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.8.0
84
92
  [0.9.0]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.9.0
93
+ [0.9.1]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.9.1
94
+ [0.9.2]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.9.2
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: qgis-plugin-dev-tools
3
- Version: 0.9.0
3
+ Version: 0.9.2
4
4
  Summary: QGIS plugin development and packaging tools, which make managing runtime dependencies easy.
5
5
  Home-page: https://github.com/nlsfi/qgis-plugin-dev-tools
6
6
  Author: National Land Survey of Finland
@@ -27,6 +27,7 @@ Requires-Dist: tomli>=2.0.0
27
27
  Requires-Dist: python-dotenv>=0.19.0
28
28
  Requires-Dist: importlib-metadata>=4.9.0
29
29
  Requires-Dist: requests>=2.27.0
30
+ Dynamic: license-file
30
31
 
31
32
  # qgis-plugin-dev-tools
32
33
 
@@ -175,6 +176,14 @@ All notable changes to this project will be documented in this file.
175
176
 
176
177
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
177
178
 
179
+ ## [0.9.2] - 2026-02-04
180
+
181
+ - Fix: use correct syntax for pydevd debugging
182
+
183
+ ## [0.9.1] - 2025-01-08
184
+
185
+ - Fix: Fix license copying
186
+
178
187
  ## [0.9.0] - 2025-01-08
179
188
 
180
189
  - Feat: Copy license into the plugin zip while deploying
@@ -253,3 +262,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
253
262
  [0.7.0]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.7.0
254
263
  [0.8.0]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.8.0
255
264
  [0.9.0]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.9.0
265
+ [0.9.1]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.9.1
266
+ [0.9.2]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.9.2
@@ -20,7 +20,7 @@
20
20
  import logging
21
21
  import sys
22
22
 
23
- __version__ = "0.9.0"
23
+ __version__ = "0.9.2"
24
24
 
25
25
  LOGGER = logging.getLogger(__name__)
26
26
  _handler = logging.StreamHandler(sys.stdout)
@@ -105,7 +105,7 @@ class DevToolsConfig:
105
105
  def from_pyproject_config(pyproject_file_path: Path) -> "DevToolsConfig":
106
106
  pyproject_config = read_pyproject_config(pyproject_file_path)
107
107
  return DevToolsConfig(
108
- pyproject_path=pyproject_file_path,
108
+ pyproject_path=pyproject_file_path.parent,
109
109
  plugin_package_name=pyproject_config.plugin_package_name,
110
110
  runtime_requires=pyproject_config.runtime_requires,
111
111
  # TODO: allow setting path in pyproject file?
@@ -249,7 +249,7 @@ def _start_debugger(library_name: Optional[str], python_executable_path: Path) -
249
249
  import pydevd # noqa: SC200
250
250
 
251
251
  pydevd.settrace( # noqa: SC200
252
- "localhost", port=5678, stdoutToServer=True, stderrToServer=True
252
+ "localhost", port=5678, stdout_to_server=True, stderr_to_server=True
253
253
  )
254
254
 
255
255
  else:
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: qgis-plugin-dev-tools
3
- Version: 0.9.0
3
+ Version: 0.9.2
4
4
  Summary: QGIS plugin development and packaging tools, which make managing runtime dependencies easy.
5
5
  Home-page: https://github.com/nlsfi/qgis-plugin-dev-tools
6
6
  Author: National Land Survey of Finland
@@ -27,6 +27,7 @@ Requires-Dist: tomli>=2.0.0
27
27
  Requires-Dist: python-dotenv>=0.19.0
28
28
  Requires-Dist: importlib-metadata>=4.9.0
29
29
  Requires-Dist: requests>=2.27.0
30
+ Dynamic: license-file
30
31
 
31
32
  # qgis-plugin-dev-tools
32
33
 
@@ -175,6 +176,14 @@ All notable changes to this project will be documented in this file.
175
176
 
176
177
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
177
178
 
179
+ ## [0.9.2] - 2026-02-04
180
+
181
+ - Fix: use correct syntax for pydevd debugging
182
+
183
+ ## [0.9.1] - 2025-01-08
184
+
185
+ - Fix: Fix license copying
186
+
178
187
  ## [0.9.0] - 2025-01-08
179
188
 
180
189
  - Feat: Copy license into the plugin zip while deploying
@@ -253,3 +262,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
253
262
  [0.7.0]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.7.0
254
263
  [0.8.0]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.8.0
255
264
  [0.9.0]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.9.0
265
+ [0.9.1]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.9.1
266
+ [0.9.2]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.9.2