copier-python 0.11.1__tar.gz → 0.11.3__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.
- {copier_python-0.11.1 → copier_python-0.11.3}/PKG-INFO +1 -1
- {copier_python-0.11.1 → copier_python-0.11.3}/pyproject.toml +3 -3
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/__snapshots__/test_pyproject.ambr +212 -98
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/__snapshots__/test_workflows.ambr +20 -20
- {copier_python-0.11.1 → copier_python-0.11.3}/.gitignore +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/AGENTS.md +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/CONTRIBUTING.md +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/LICENSE +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/README.md +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/copier_python/__init__.py +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/copier_python/__main__.py +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/copier_python/py.typed +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/copier_python/repo.py +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/copier_python/update.py +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/docs/contributing.md +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/docs/development/requirements.md +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/docs/development/updates.md +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/docs/development/workflow.md +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/docs/index.md +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/docs/license.md +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/docs/project-creation.md +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/docs/project-development.md +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/docs/project-release.md +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/docs/project-setup.md +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/docs/project-updates.md +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/docs/releasing.md +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/docs/requirements.md +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/docs/setup.md +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/__init__.py +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/conftest.py +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/__init__.py +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/__snapshots__/test_agents.ambr +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/__snapshots__/test_compose.ambr +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/__snapshots__/test_contributing.ambr +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/__snapshots__/test_dockerfile.ambr +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/__snapshots__/test_docs.ambr +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/__snapshots__/test_license.ambr +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/__snapshots__/test_readme.ambr +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/__snapshots__/test_zensical.ambr +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/test_agents.py +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/test_compose.py +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/test_contributing.py +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/test_dockerfile.py +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/test_docs.py +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/test_license.py +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/test_pyproject.py +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/test_readme.py +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/test_structure.py +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/test_template.py +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/test_version.py +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/test_workflows.py +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/template/test_zensical.py +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/test_update.py +0 -0
- {copier_python-0.11.1 → copier_python-0.11.3}/tests/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: copier-python
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.3
|
|
4
4
|
Summary: Copier template for Python projects with modern tooling
|
|
5
5
|
Project-URL: Homepage, https://smkent.github.io/copier-python
|
|
6
6
|
Project-URL: Repository, https://github.com/smkent/copier-python
|
|
@@ -48,7 +48,7 @@ Issues = "https://github.com/smkent/copier-python/issues"
|
|
|
48
48
|
dev = [
|
|
49
49
|
"bump-my-version>=1.3.0",
|
|
50
50
|
"copier>=9",
|
|
51
|
-
"poethepoet>=0.
|
|
51
|
+
"poethepoet>=0.46",
|
|
52
52
|
"prek>=0.4",
|
|
53
53
|
"pysentry-rs>=0.4",
|
|
54
54
|
"pytest>=9",
|
|
@@ -57,11 +57,11 @@ dev = [
|
|
|
57
57
|
"pytest-xdist>=3",
|
|
58
58
|
"ruff>=0.15",
|
|
59
59
|
"syrupy>=5",
|
|
60
|
-
"ty>=0.0.
|
|
60
|
+
"ty>=0.0.49",
|
|
61
61
|
"typing-extensions>=4",
|
|
62
62
|
]
|
|
63
63
|
docs = [
|
|
64
|
-
"zensical>=0.0.
|
|
64
|
+
"zensical>=0.0.45",
|
|
65
65
|
]
|
|
66
66
|
|
|
67
67
|
[tool.bumpversion]
|