mvn-tree-visualizer 1.8.4__tar.gz → 1.8.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.
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/.github/dependabot.yml +23 -4
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/.github/workflows/release.yml +1 -1
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/CHANGELOG.md +4 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/PKG-INFO +1 -1
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/pyproject.toml +4 -4
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/uv.lock +9 -9
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/.github/FUNDING.yml +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/.github/ISSUE_TEMPLATE/question.md +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/.github/SECURITY.md +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/.github/workflows/ci.yml +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/.gitignore +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/.python-version +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/CODE_OF_CONDUCT.md +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/CONTRIBUTING.md +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/LICENSE +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/README.md +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/RELEASE.md +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/ROADMAP.md +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/docs/INTEGRATION.md +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/docs/README.md +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/docs/THEMES.md +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/examples/README.md +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/examples/complex-project/diagram-dark.html +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/examples/complex-project/diagram-minimal.html +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/examples/complex-project/maven_dependency_file +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/examples/simple-project/dependencies.json +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/examples/simple-project/diagram-dark.html +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/examples/simple-project/diagram-minimal.html +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/examples/simple-project/maven_dependency_file +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/examples/watch-test/README.md +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/examples/watch-test/test_maven_file +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/ruff.toml +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/src/mvn_tree_visualizer/__init__.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/src/mvn_tree_visualizer/__main__.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/src/mvn_tree_visualizer/cli.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/src/mvn_tree_visualizer/diagram.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/src/mvn_tree_visualizer/enhanced_template.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/src/mvn_tree_visualizer/exceptions.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/src/mvn_tree_visualizer/file_watcher.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/src/mvn_tree_visualizer/get_dependencies_in_one_file.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/src/mvn_tree_visualizer/outputs/html_output.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/src/mvn_tree_visualizer/outputs/json_output.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/src/mvn_tree_visualizer/themes.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/src/mvn_tree_visualizer/utils.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/src/mvn_tree_visualizer/validation.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/tests/README.md +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/tests/cli/README.md +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/tests/cli/__init__.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/tests/cli/test_open.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/tests/cli/test_quiet.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/tests/cli/test_timestamp.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/tests/cli/test_version.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/tests/large_diagrams/README.md +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/tests/large_diagrams/__init__.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/tests/large_diagrams/test_compatibility.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/tests/large_diagrams/test_config.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/tests/large_diagrams/test_errors.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/tests/large_diagrams/test_navigation.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/tests/test_github_issue_7.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/tests/test_html_output.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/tests/test_json_output.py +0 -0
- {mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/tests/test_watch_mode.py +0 -0
|
@@ -5,26 +5,38 @@ updates:
|
|
|
5
5
|
directory: "/"
|
|
6
6
|
schedule:
|
|
7
7
|
interval: "weekly"
|
|
8
|
-
open-pull-requests-limit:
|
|
8
|
+
open-pull-requests-limit: 5
|
|
9
9
|
commit-message:
|
|
10
10
|
prefix: "deps"
|
|
11
|
-
prefix-development: "deps-dev"
|
|
12
11
|
labels:
|
|
13
12
|
- "dependencies"
|
|
14
13
|
- "python"
|
|
14
|
+
assignees:
|
|
15
|
+
- "dyka3773"
|
|
16
|
+
target-branch: "develop"
|
|
17
|
+
groups:
|
|
18
|
+
pip-dependencies:
|
|
19
|
+
patterns:
|
|
20
|
+
- "*"
|
|
15
21
|
|
|
16
22
|
- package-ecosystem: "uv"
|
|
17
23
|
directory: "/"
|
|
18
24
|
schedule:
|
|
19
25
|
interval: "weekly"
|
|
20
|
-
open-pull-requests-limit:
|
|
26
|
+
open-pull-requests-limit: 5
|
|
21
27
|
commit-message:
|
|
22
28
|
prefix: "deps"
|
|
23
|
-
prefix-development: "deps-dev"
|
|
24
29
|
labels:
|
|
25
30
|
- "dependencies"
|
|
26
31
|
- "uv"
|
|
27
32
|
- "python"
|
|
33
|
+
assignees:
|
|
34
|
+
- "dyka3773"
|
|
35
|
+
target-branch: "develop"
|
|
36
|
+
groups:
|
|
37
|
+
uv-dependencies:
|
|
38
|
+
patterns:
|
|
39
|
+
- "*"
|
|
28
40
|
|
|
29
41
|
# Enable version updates for GitHub Actions
|
|
30
42
|
- package-ecosystem: "github-actions"
|
|
@@ -37,3 +49,10 @@ updates:
|
|
|
37
49
|
labels:
|
|
38
50
|
- "dependencies"
|
|
39
51
|
- "github-actions"
|
|
52
|
+
assignees:
|
|
53
|
+
- "dyka3773"
|
|
54
|
+
target-branch: "develop"
|
|
55
|
+
groups:
|
|
56
|
+
github-actions:
|
|
57
|
+
patterns:
|
|
58
|
+
- "*"
|
|
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
|
6
6
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
8
|
<!-- insertion marker -->
|
|
9
|
+
## [v1.8.4](https://github.com/dyka3773/mvn-tree-visualizer/releases/tag/v1.8.4) - 2025-11-24
|
|
10
|
+
|
|
11
|
+
<small>[Compare with v1.8.3](https://github.com/dyka3773/mvn-tree-visualizer/compare/v1.8.3...v1.8.4)</small>
|
|
12
|
+
|
|
9
13
|
## [v1.8.3](https://github.com/dyka3773/mvn-tree-visualizer/releases/tag/v1.8.3) - 2025-11-24
|
|
10
14
|
|
|
11
15
|
<small>[Compare with v1.8.2](https://github.com/dyka3773/mvn-tree-visualizer/compare/v1.8.2...v1.8.3)</small>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mvn-tree-visualizer
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.5
|
|
4
4
|
Summary: A simple command line tool to visualize the dependency tree of a Maven project in a graphical format.
|
|
5
5
|
Project-URL: source, https://github.com/dyka3773/mvn-tree-visualizer
|
|
6
6
|
Author-email: Iraklis Konsoulas <dyka3773@gmail.com>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "mvn-tree-visualizer"
|
|
3
|
-
version = "1.8.
|
|
3
|
+
version = "1.8.5"
|
|
4
4
|
authors = [
|
|
5
5
|
{ name = "Iraklis Konsoulas", email = "dyka3773@gmail.com" },
|
|
6
6
|
]
|
|
@@ -44,11 +44,11 @@ mvn-tree-visualizer = "mvn_tree_visualizer.cli:cli"
|
|
|
44
44
|
[dependency-groups]
|
|
45
45
|
dev = [
|
|
46
46
|
"twine>=6.2.0",
|
|
47
|
-
"python-semantic-release
|
|
47
|
+
"python-semantic-release==10.5.3",
|
|
48
48
|
"build>=1.3.0",
|
|
49
49
|
"git-changelog>=2.7.0",
|
|
50
50
|
"tox>=4.32.0",
|
|
51
|
-
"pytest>=9.0.
|
|
51
|
+
"pytest>=9.0.2",
|
|
52
52
|
]
|
|
53
53
|
|
|
54
54
|
[build-system]
|
|
@@ -98,7 +98,7 @@ env_list = ["lint", "3.10", "3.11", "3.12", "3.13"]
|
|
|
98
98
|
[tool.tox.env_run_base]
|
|
99
99
|
description = "Run tests with the current Python version"
|
|
100
100
|
deps = [
|
|
101
|
-
"pytest>=9.0.
|
|
101
|
+
"pytest>=9.0.2",
|
|
102
102
|
]
|
|
103
103
|
commands = [[ "pytest", "-v" ]]
|
|
104
104
|
|
|
@@ -552,7 +552,7 @@ wheels = [
|
|
|
552
552
|
|
|
553
553
|
[[package]]
|
|
554
554
|
name = "mvn-tree-visualizer"
|
|
555
|
-
version = "1.8.
|
|
555
|
+
version = "1.8.4"
|
|
556
556
|
source = { editable = "." }
|
|
557
557
|
dependencies = [
|
|
558
558
|
{ name = "jinja2" },
|
|
@@ -579,8 +579,8 @@ requires-dist = [
|
|
|
579
579
|
dev = [
|
|
580
580
|
{ name = "build", specifier = ">=1.3.0" },
|
|
581
581
|
{ name = "git-changelog", specifier = ">=2.7.0" },
|
|
582
|
-
{ name = "pytest", specifier = ">=9.0.
|
|
583
|
-
{ name = "python-semantic-release", specifier = "
|
|
582
|
+
{ name = "pytest", specifier = ">=9.0.2" },
|
|
583
|
+
{ name = "python-semantic-release", specifier = "==10.5.3" },
|
|
584
584
|
{ name = "tox", specifier = ">=4.32.0" },
|
|
585
585
|
{ name = "twine", specifier = ">=6.2.0" },
|
|
586
586
|
]
|
|
@@ -787,7 +787,7 @@ wheels = [
|
|
|
787
787
|
|
|
788
788
|
[[package]]
|
|
789
789
|
name = "pytest"
|
|
790
|
-
version = "9.0.
|
|
790
|
+
version = "9.0.2"
|
|
791
791
|
source = { registry = "https://pypi.org/simple" }
|
|
792
792
|
dependencies = [
|
|
793
793
|
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
|
@@ -798,9 +798,9 @@ dependencies = [
|
|
|
798
798
|
{ name = "pygments" },
|
|
799
799
|
{ name = "tomli", marker = "python_full_version < '3.11'" },
|
|
800
800
|
]
|
|
801
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
801
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d1/db/7ef3487e0fb0049ddb5ce41d3a49c235bf9ad299b6a25d5780a89f19230f/pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11", size = 1568901, upload-time = "2025-12-06T21:30:51.014Z" }
|
|
802
802
|
wheels = [
|
|
803
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
803
|
+
{ url = "https://files.pythonhosted.org/packages/3b/ab/b3226f0bd7cdcf710fbede2b3548584366da3b19b5021e74f5bde2a8fa3f/pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b", size = 374801, upload-time = "2025-12-06T21:30:49.154Z" },
|
|
804
804
|
]
|
|
805
805
|
|
|
806
806
|
[[package]]
|
|
@@ -818,7 +818,7 @@ wheels = [
|
|
|
818
818
|
|
|
819
819
|
[[package]]
|
|
820
820
|
name = "python-semantic-release"
|
|
821
|
-
version = "10.5.
|
|
821
|
+
version = "10.5.3"
|
|
822
822
|
source = { registry = "https://pypi.org/simple" }
|
|
823
823
|
dependencies = [
|
|
824
824
|
{ name = "click" },
|
|
@@ -835,9 +835,9 @@ dependencies = [
|
|
|
835
835
|
{ name = "shellingham" },
|
|
836
836
|
{ name = "tomlkit" },
|
|
837
837
|
]
|
|
838
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
838
|
+
sdist = { url = "https://files.pythonhosted.org/packages/19/3a/7332b822825ed0e902c6e950e0d1e90e8f666fd12eb27855d1c8b6677eff/python_semantic_release-10.5.3.tar.gz", hash = "sha256:de4da78635fa666e5774caaca2be32063cae72431eb75e2ac23b9f2dfd190785", size = 618034, upload-time = "2025-12-14T22:37:29.782Z" }
|
|
839
839
|
wheels = [
|
|
840
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
840
|
+
{ url = "https://files.pythonhosted.org/packages/6b/01/ada29a1215df601bded0a2efd3b6d53864a0a9e0a9ea52aeaebe14fd03fd/python_semantic_release-10.5.3-py3-none-any.whl", hash = "sha256:1be0e07c36fa1f1ec9da4f438c1f6bbd7bc10eb0d6ac0089b0643103708c2823", size = 152716, upload-time = "2025-12-14T22:37:28.089Z" },
|
|
841
841
|
]
|
|
842
842
|
|
|
843
843
|
[[package]]
|
|
File without changes
|
{mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/.github/ISSUE_TEMPLATE/bug_report.md
RENAMED
|
File without changes
|
{mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/.github/ISSUE_TEMPLATE/feature_request.md
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
|
{mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/examples/complex-project/diagram-dark.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/examples/simple-project/dependencies.json
RENAMED
|
File without changes
|
{mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/examples/simple-project/diagram-dark.html
RENAMED
|
File without changes
|
{mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/examples/simple-project/diagram-minimal.html
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
|
{mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/src/mvn_tree_visualizer/enhanced_template.py
RENAMED
|
File without changes
|
{mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/src/mvn_tree_visualizer/exceptions.py
RENAMED
|
File without changes
|
{mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/src/mvn_tree_visualizer/file_watcher.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/src/mvn_tree_visualizer/validation.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
|
{mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/tests/large_diagrams/test_compatibility.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mvn_tree_visualizer-1.8.4 → mvn_tree_visualizer-1.8.5}/tests/large_diagrams/test_navigation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|