commitizen 4.16.3__tar.gz → 4.16.5__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.
- {commitizen-4.16.3 → commitizen-4.16.5}/PKG-INFO +2 -2
- commitizen-4.16.5/commitizen/__version__.py +1 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/providers/cargo_provider.py +9 -9
- {commitizen-4.16.3 → commitizen-4.16.5}/pyproject.toml +2 -2
- commitizen-4.16.3/commitizen/__version__.py +0 -1
- {commitizen-4.16.3 → commitizen-4.16.5}/LICENSE +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/__init__.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/__main__.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/bump.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/changelog.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/changelog_formats/__init__.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/changelog_formats/asciidoc.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/changelog_formats/base.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/changelog_formats/markdown.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/changelog_formats/restructuredtext.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/changelog_formats/textile.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/cli.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/cmd.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/commands/__init__.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/commands/bump.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/commands/changelog.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/commands/check.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/commands/commit.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/commands/example.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/commands/info.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/commands/init.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/commands/list_cz.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/commands/schema.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/commands/version.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/config/__init__.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/config/base_config.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/config/factory.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/config/json_config.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/config/toml_config.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/config/yaml_config.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/cz/__init__.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/cz/base.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/cz/conventional_commits/__init__.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/cz/conventional_commits/conventional_commits.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/cz/conventional_commits/conventional_commits_info.txt +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/cz/customize/__init__.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/cz/customize/customize.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/cz/customize/customize_info.txt +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/cz/exceptions.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/cz/jira/__init__.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/cz/jira/jira.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/cz/jira/jira_info.txt +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/cz/utils.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/defaults.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/exceptions.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/factory.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/git.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/hooks.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/out.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/project_info.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/providers/__init__.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/providers/base_provider.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/providers/commitizen_provider.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/providers/composer_provider.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/providers/npm_provider.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/providers/pep621_provider.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/providers/poetry_provider.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/providers/scm_provider.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/providers/uv_provider.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/py.typed +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/question.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/tags.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/templates/CHANGELOG.adoc.j2 +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/templates/CHANGELOG.md.j2 +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/templates/CHANGELOG.rst.j2 +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/templates/CHANGELOG.textile.j2 +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/version_increment.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/commitizen/version_schemes.py +0 -0
- {commitizen-4.16.3 → commitizen-4.16.5}/docs/README.md +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: commitizen
|
|
3
|
-
Version: 4.16.
|
|
3
|
+
Version: 4.16.5
|
|
4
4
|
Summary: Python commitizen client tool
|
|
5
5
|
Keywords: commitizen,conventional,commits,git
|
|
6
6
|
Author: Santiago Fraire
|
|
@@ -29,7 +29,7 @@ Requires-Dist: packaging>=26
|
|
|
29
29
|
Requires-Dist: tomlkit>=0.8.0,<1.0.0
|
|
30
30
|
Requires-Dist: jinja2>=2.10.3
|
|
31
31
|
Requires-Dist: pyyaml>=3.8
|
|
32
|
-
Requires-Dist: argcomplete>=1.12.1,<3.
|
|
32
|
+
Requires-Dist: argcomplete>=1.12.1,<3.8
|
|
33
33
|
Requires-Dist: typing-extensions>=4.0.1,<5.0.0 ; python_full_version < '3.11'
|
|
34
34
|
Requires-Dist: charset-normalizer>=2.1.0,<4
|
|
35
35
|
Requires-Dist: deprecated>=1.2.13,<2
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "4.16.5"
|
|
@@ -82,15 +82,15 @@ class CargoProvider(TomlProvider):
|
|
|
82
82
|
).get("package", {})
|
|
83
83
|
if TYPE_CHECKING:
|
|
84
84
|
assert isinstance(package_content, dict)
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
85
|
+
version_field = package_content.get("version")
|
|
86
|
+
if (
|
|
87
|
+
isinstance(version_field, dict)
|
|
88
|
+
and version_field.get("workspace") is True
|
|
89
|
+
):
|
|
90
|
+
package_name = package_content["name"]
|
|
91
|
+
if TYPE_CHECKING:
|
|
92
|
+
assert isinstance(package_name, str)
|
|
93
|
+
members_inheriting.append(package_name)
|
|
94
94
|
|
|
95
95
|
for i, package in enumerate(packages):
|
|
96
96
|
if package["name"] in members_inheriting:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "commitizen"
|
|
3
|
-
version = "4.16.
|
|
3
|
+
version = "4.16.5"
|
|
4
4
|
description = "Python commitizen client tool"
|
|
5
5
|
authors = [{ name = "Santiago Fraire", email = "santiwilly@gmail.com" }]
|
|
6
6
|
maintainers = [
|
|
@@ -23,7 +23,7 @@ dependencies = [
|
|
|
23
23
|
"tomlkit (>=0.8.0,<1.0.0)",
|
|
24
24
|
"jinja2>=2.10.3",
|
|
25
25
|
"pyyaml>=3.08",
|
|
26
|
-
"argcomplete >=1.12.1,<3.
|
|
26
|
+
"argcomplete >=1.12.1,<3.8",
|
|
27
27
|
"typing-extensions (>=4.0.1,<5.0.0) ; python_version < '3.11'",
|
|
28
28
|
"charset-normalizer (>=2.1.0,<4)",
|
|
29
29
|
"deprecated (>=1.2.13, <2)",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "4.16.3"
|
|
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
|
|
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
|
{commitizen-4.16.3 → commitizen-4.16.5}/commitizen/cz/conventional_commits/conventional_commits.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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|