qgis-plugin-dev-tools 0.9.0__tar.gz → 0.9.1__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.
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/CHANGELOG.md +5 -0
- {qgis_plugin_dev_tools-0.9.0/src/qgis_plugin_dev_tools.egg-info → qgis_plugin_dev_tools-0.9.1}/PKG-INFO +6 -1
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/__init__.py +1 -1
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/config/__init__.py +1 -1
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1/src/qgis_plugin_dev_tools.egg-info}/PKG-INFO +6 -1
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/LICENSE +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/MANIFEST.in +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/README.md +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/pyproject.toml +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/setup.cfg +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/setup.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/__main__.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/build/__init__.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/build/changelog_parser.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/build/distribution.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/build/metadata.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/build/packaging.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/build/rewrite_imports.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/cli/__init__.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/config/dotenv.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/config/pyproject.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/publish/__init__.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/py.typed +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/start/__init__.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/start/bootstrap/__init__.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/start/bootstrap/template.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/start/config.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/start/daemon_server.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/start/launch.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/utils/__init__.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/utils/distributions.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools.egg-info/SOURCES.txt +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools.egg-info/dependency_links.txt +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools.egg-info/entry_points.txt +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools.egg-info/requires.txt +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools.egg-info/top_level.txt +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/test/test_build.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/test/test_read_distributions.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/test/test_read_dotenv.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/test/test_read_pyproject.py +0 -0
- {qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/test/test_rewrite_imports.py +0 -0
|
@@ -4,6 +4,10 @@ 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.1] - 2025-01-08
|
|
8
|
+
|
|
9
|
+
- Fix: Fix license copying
|
|
10
|
+
|
|
7
11
|
## [0.9.0] - 2025-01-08
|
|
8
12
|
|
|
9
13
|
- Feat: Copy license into the plugin zip while deploying
|
|
@@ -82,3 +86,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
82
86
|
[0.7.0]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.7.0
|
|
83
87
|
[0.8.0]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.8.0
|
|
84
88
|
[0.9.0]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.9.0
|
|
89
|
+
[0.9.1]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.9.1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qgis-plugin-dev-tools
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.1
|
|
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
|
|
@@ -175,6 +175,10 @@ All notable changes to this project will be documented in this file.
|
|
|
175
175
|
|
|
176
176
|
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
177
|
|
|
178
|
+
## [0.9.1] - 2025-01-08
|
|
179
|
+
|
|
180
|
+
- Fix: Fix license copying
|
|
181
|
+
|
|
178
182
|
## [0.9.0] - 2025-01-08
|
|
179
183
|
|
|
180
184
|
- Feat: Copy license into the plugin zip while deploying
|
|
@@ -253,3 +257,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
253
257
|
[0.7.0]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.7.0
|
|
254
258
|
[0.8.0]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.8.0
|
|
255
259
|
[0.9.0]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.9.0
|
|
260
|
+
[0.9.1]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.9.1
|
|
@@ -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?
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qgis-plugin-dev-tools
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.1
|
|
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
|
|
@@ -175,6 +175,10 @@ All notable changes to this project will be documented in this file.
|
|
|
175
175
|
|
|
176
176
|
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
177
|
|
|
178
|
+
## [0.9.1] - 2025-01-08
|
|
179
|
+
|
|
180
|
+
- Fix: Fix license copying
|
|
181
|
+
|
|
178
182
|
## [0.9.0] - 2025-01-08
|
|
179
183
|
|
|
180
184
|
- Feat: Copy license into the plugin zip while deploying
|
|
@@ -253,3 +257,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
253
257
|
[0.7.0]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.7.0
|
|
254
258
|
[0.8.0]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.8.0
|
|
255
259
|
[0.9.0]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.9.0
|
|
260
|
+
[0.9.1]: https://github.com/nlsfi/qgis-plugin-dev-tools/releases/tag/v0.9.1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/__main__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qgis_plugin_dev_tools-0.9.0 → qgis_plugin_dev_tools-0.9.1}/src/qgis_plugin_dev_tools/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|