| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python313-pipdeptree | Distribution: openSUSE Tumbleweed |
| Version: 3.1.1 | Vendor: openSUSE |
| Release: 1.2 | Build date: Mon Jul 6 21:35:47 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 576072 | Source RPM: python-pipdeptree-3.1.1-1.2.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/tox-dev/pipdeptree | |
| Summary: Command line utility to show dependency tree of packages | |
Command line utility to show dependency tree of packages.
MIT
* Mon Jul 06 2026 Dirk Müller <dmueller@suse.com>
- update to 3.1.1:
* Validate archive hash parts
* fix(extras): scope optional deps to requesting edge
* Sun Jun 14 2026 Dirk Müller <dmueller@suse.com>
- update to 3.1.0:
* feat(cli): add --summary health report (text/rich/json)
- update to 3.0.0:
* chore: improve pipdeptree maintenance path
* refactor: Remove setuptools check when getting installed
version
* feat(cli): auto-detect active virtualenv by default
* feat(extras): default --extras to explicit, add active/none
modes
* feat(cli): accept extras in --packages filter
* feat(api): add programmatic render() for notebooks
* feat(cli): add from-index subcommand to resolve a tree from
a package index
* feat(cli): add from-lock subcommand to render a PEP 751
lock offline
* Mon May 18 2026 Dirk Müller <dmueller@suse.com>
- update to 2.35.3:
* perf(extras): make --extras tractable on real environments
- update to 2.35.2:
* fix(types): resolve ty 0.0.30 check failures
* Fix dependency sorting for freeze, text, and rich output
formats
* Sat Apr 25 2026 Dirk Müller <dmueller@suse.com>
- update to 2.35.1:
* Fix metadata lookup to use distribution object
- update to 2.35.0:
* docs: Add "prog" value in argparse configuration
* fix: write binary graphviz output to temp file when stdout is
tty
- update to 2.34.0:
* docs(sphinx): add Sphinx documentation site
* docs(readme): simplify README, link to Sphinx docs
- update to 2.33.0:
* refactor(deps): drop pip dependency, use stdlib for
metadata
* fix(detection): Allow fallback to different env detectors
- update to 2.32.0:
* Add security policy
* Add permissions to workflows
* Add missing .github config files
* Standardize .github files to .yaml suffix
* ♻️ refactor(core): reduce duplication and migrate to ty
* feat(extras): add --extras flag for optional deps
* feat(render): add Rich library support for enhanced tree
output
* Mon Mar 16 2026 Dirk Müller <dmueller@suse.com>
- update to 2.31.0:
* Bump packaging to 26
* Support --depth for graphviz output format
* Tue Jan 27 2026 Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.30.0:
* Implement --output to centralize choosing an output format
* Have render functions call print() themselves rather than the caller
* Replace large EnumAction class with simpler logic
* Drop 3.9 support
* Allow --exclude to be used with --include
* Replace pytest-console-scripts plugin with smaller in-house solution
* Remove wheel package from tests due to virtualenv v20.31.0
* Implement --exclude-dependencies
* Mon Apr 28 2025 Dirk Müller <dmueller@suse.com>
- update to 2.26.1:
* Refactor license option tests to use Mock objects instead of
lambdas
* Handle exceptions when passed an invalid interpreter
- update to 2.26.0:
* Support for License-Expression field
- update to 2.25.1:
* Remove unused .gitignore rule
* Use SPDX license identifier
* Remove unnecessary assertion in render()
* Update CLI usage for --all by moving it to the "render" group
* Split freeze and text output into their own implementations
* Remove unused graphviz library code
* Use MockGraph type alias in tests
* Update outdated graphviz docs
- update to 2.25.0:
* Migrate tox config from ini to toml
* Drop support for python 3.8
- update to 2.24.0:
* Implement --path argument
* Mon Oct 28 2024 Dirk Müller <dmueller@suse.com>
- update to 2.23.4:
* Improve the CI
* Fix CI shield
- update to 2.23.2:
* Move pip's frozen requirement API into a single module
* Declare 3.13 support
* Mon Aug 05 2024 Dirk Müller <dmueller@suse.com>
- update to 2.23.1:
* Use `__contains__` to avoid `KeyError` with
importlib_metadata==8.0.0
* Use is_missing property in ReqPackage.is_conflicting() for
DRYness
* Readd `# noqa: S603` to _detect_env to resolve Ruff error
* Allow pre-releases when detecting version conflicts
* Sun Jun 30 2024 Dirk Müller <dmueller@suse.com>
- update to 2.23.0:
* Use non-deprecated pytest-console-scripts API
* Print resolved interpreter when using env detection
- update to 2.22.0:
* Add pypy to CI
* Warn about and ignore invalid package metadata in the
environment
- update to 2.21.0:
* Implement --python auto for virtual environment detection
- update to 2.20.0:
* Remove publish job from the check workflow
* Mimic pip when handling --user-only in a virtual environment
- update to 2.19.1:
* Point "Changelog" project URL at Releases page
- update to 2.19.0:
* Use dropdown instead of checkbox in bug report template
* Have duplicate metadata and invalid req strings honor --warn
option
- update to 2.18.1:
* Modify tests to ensure $PYTHONPATH is given to the custom
interpreter
* Fix test_console failure finding pipdeptree in other
environments
- update to 2.18.0:
* Handle invalid requirement strings when using
importlib.metadata
* refactor the non_host part for not injecting to custom env
- update to 2.17.0:
* Use GitHub issue forms
* replace pkg_resources with importlib.metadata and packaging
* Handle duplicated package metadata when using
importlib.metadata
- update to 2.16.2:
* List pip as dependency
- update to 2.16.1:
* Mock importlib.metadata usage in PackageDAG.from_pkgs() tests
- update to 2.16.0:
* Fix key mismatch between requirements and dists
- update to 2.15.1:
* Have --license work with --reverse
- update to 2.15.0:
* Have --license and --reverse options in the "render" argument
group
- update to 2.14.0:
* Implement --license option
* Mon Jan 22 2024 Dirk Müller <dmueller@suse.com>
- update to 2.13.2:
* models/package: have `version_spec` only exist in
`ReqPackage`
* Use "Any" value if necessary for required version in JSON
render
* Tue Jan 09 2024 Dirk Müller <dmueller@suse.com>
- update to 2.13.1:
* models/package: move `requires()` and `version` to
`DistPackage`
* Update README to show 2.13.0 CLI syntax
- update to 2.13.0:
* Add missing `user_only` field in `Options`
* Exit with error when `-p` given patterns that fail to match
- update to 2.12.0:
* Detect dependency cycles beyond a depth = 2
- update to 2.11.0:
* Have --packages and --all work together
- update to 2.10.2:
* Internal refactors.
- update to 2.10.1:
* Fix graphviz CLI failing
- update to 2.10.0:
* Split project to parts
* Drop 3.7 support
* Fix entrypoints
* Improve CLI
* Add type check to CI and fix errors
* Simplify loops
- update to 2.9.6:
* Avoid changing `t` in `randomized_dag_copy()` by shallow
copying
- update to 2.9.5:
* Exclude dependabot and pre-commit ci from release notes
* Add type information
- update to 2.9.4:
* Allow to force encoding
* Implement -d/--depth argument
* Thu May 04 2023 Daniel Garcia <daniel.garcia@suse.com>
- Update to 2.7.1:
* Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 by
@dependabot in #219
* Bump deps and tools by @gaborbernat in #220
* Bump deps and tools by @gaborbernat in #222
* Bump deps and tools by @gaborbernat in #224
* Add trusted-publish by @gaborbernat in #226
* Fix typo: "Maermaid" by @gschaffner in #227
* Add 3.12 support by @gaborbernat in #228
- 2.7.0:
* Bump deps and tools by @gaborbernat in #210
* Bump deps and tools by @gaborbernat in #212
* Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by
@dependabot in #214
* Implement: Use fnmatch for include and exclude #213 by @jensens in
[#215]
- 2.6.0:
* Bump deps and tools by @gaborbernat in #203
* Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.1 by
@dependabot in #206
* Handle and test mermaid output for a reversed tree by @ajkerrigan
in #209
- 2.5.2:
* Quote Mermaid node and edge labels by @kdeldycke in #200
* Unique IDs in Mermaid not conflicting with reserved keywords by
@kdeldycke in #201
- 2.5.1:
* Fix mermaid option by @kdeldycke in #196
* Bump tools and deps and fix changelog by @gaborbernat in #199
- Update to 2.5.0:
* Implements Mermaid output by @kdeldycke in #195
- 2.4.0:
* Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2 by
@dependabot in #182
* Bump pypa/gh-action-pypi-publish from 1.5.2 to 1.6.4 by
@dependabot in #185
* Bump deps and tools by @gaborbernat in #192
* Make the output of the dot format deterministic and stable by
@kdeldycke in #189
- 2.3.3:
* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #176
* Update README for tested Python versions by @tomkins in #178
- 2.3.2:
* Generalize license by @gaborbernat in #179
- 2.3.1:
* Use importlib.metadata for guess_version instead of importing the
module by @saaketp in #171
- 2.3.0:
* Make pipdeptree works with python 3.11 by @dqkqd in #173
/usr/bin/pipdeptree /usr/bin/pipdeptree-3.13 /usr/lib/python3.13/site-packages/pipdeptree /usr/lib/python3.13/site-packages/pipdeptree-3.1.1.dist-info /usr/lib/python3.13/site-packages/pipdeptree-3.1.1.dist-info/INSTALLER /usr/lib/python3.13/site-packages/pipdeptree-3.1.1.dist-info/METADATA /usr/lib/python3.13/site-packages/pipdeptree-3.1.1.dist-info/RECORD /usr/lib/python3.13/site-packages/pipdeptree-3.1.1.dist-info/REQUESTED /usr/lib/python3.13/site-packages/pipdeptree-3.1.1.dist-info/WHEEL /usr/lib/python3.13/site-packages/pipdeptree-3.1.1.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/pipdeptree-3.1.1.dist-info/licenses /usr/lib/python3.13/site-packages/pipdeptree-3.1.1.dist-info/licenses/LICENSE /usr/lib/python3.13/site-packages/pipdeptree/__init__.py /usr/lib/python3.13/site-packages/pipdeptree/__main__.py /usr/lib/python3.13/site-packages/pipdeptree/__pycache__ /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/__main__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/__main__.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/_cli.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/_cli.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/_computed.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/_computed.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/_detect_env.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/_detect_env.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/_discovery.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/_discovery.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/_from_index.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/_from_index.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/_from_lock.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/_from_lock.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/_synthetic_dist.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/_synthetic_dist.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/_validate.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/_validate.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/_warning.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/_warning.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/version.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/__pycache__/version.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_cli.py /usr/lib/python3.13/site-packages/pipdeptree/_computed.py /usr/lib/python3.13/site-packages/pipdeptree/_detect_env.py /usr/lib/python3.13/site-packages/pipdeptree/_discovery.py /usr/lib/python3.13/site-packages/pipdeptree/_from_index.py /usr/lib/python3.13/site-packages/pipdeptree/_from_lock.py /usr/lib/python3.13/site-packages/pipdeptree/_models /usr/lib/python3.13/site-packages/pipdeptree/_models/__init__.py /usr/lib/python3.13/site-packages/pipdeptree/_models/__pycache__ /usr/lib/python3.13/site-packages/pipdeptree/_models/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_models/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_models/__pycache__/dag.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_models/__pycache__/dag.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_models/__pycache__/package.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_models/__pycache__/package.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_models/dag.py /usr/lib/python3.13/site-packages/pipdeptree/_models/package.py /usr/lib/python3.13/site-packages/pipdeptree/_parser /usr/lib/python3.13/site-packages/pipdeptree/_parser/__init__.py /usr/lib/python3.13/site-packages/pipdeptree/_parser/__pycache__ /usr/lib/python3.13/site-packages/pipdeptree/_parser/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_parser/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_parser/__pycache__/direct_url.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_parser/__pycache__/direct_url.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_parser/__pycache__/editable.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_parser/__pycache__/editable.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_parser/__pycache__/format.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_parser/__pycache__/format.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_parser/direct_url.py /usr/lib/python3.13/site-packages/pipdeptree/_parser/editable.py /usr/lib/python3.13/site-packages/pipdeptree/_parser/format.py /usr/lib/python3.13/site-packages/pipdeptree/_parser/vcs /usr/lib/python3.13/site-packages/pipdeptree/_parser/vcs/__init__.py /usr/lib/python3.13/site-packages/pipdeptree/_parser/vcs/__pycache__ /usr/lib/python3.13/site-packages/pipdeptree/_parser/vcs/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_parser/vcs/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_parser/vcs/__pycache__/bzr.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_parser/vcs/__pycache__/bzr.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_parser/vcs/__pycache__/git.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_parser/vcs/__pycache__/git.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_parser/vcs/__pycache__/hg.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_parser/vcs/__pycache__/hg.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_parser/vcs/__pycache__/shared.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_parser/vcs/__pycache__/shared.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_parser/vcs/__pycache__/svn.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_parser/vcs/__pycache__/svn.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_parser/vcs/bzr.py /usr/lib/python3.13/site-packages/pipdeptree/_parser/vcs/git.py /usr/lib/python3.13/site-packages/pipdeptree/_parser/vcs/hg.py /usr/lib/python3.13/site-packages/pipdeptree/_parser/vcs/shared.py /usr/lib/python3.13/site-packages/pipdeptree/_parser/vcs/svn.py /usr/lib/python3.13/site-packages/pipdeptree/_render /usr/lib/python3.13/site-packages/pipdeptree/_render/__init__.py /usr/lib/python3.13/site-packages/pipdeptree/_render/__pycache__ /usr/lib/python3.13/site-packages/pipdeptree/_render/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_render/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_render/__pycache__/freeze.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_render/__pycache__/freeze.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_render/__pycache__/graphviz.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_render/__pycache__/graphviz.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_render/__pycache__/json.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_render/__pycache__/json.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_render/__pycache__/json_tree.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_render/__pycache__/json_tree.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_render/__pycache__/mermaid.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_render/__pycache__/mermaid.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_render/__pycache__/rich_text.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_render/__pycache__/rich_text.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_render/__pycache__/summary.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_render/__pycache__/summary.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_render/__pycache__/text.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pipdeptree/_render/__pycache__/text.cpython-313.pyc /usr/lib/python3.13/site-packages/pipdeptree/_render/freeze.py /usr/lib/python3.13/site-packages/pipdeptree/_render/graphviz.py /usr/lib/python3.13/site-packages/pipdeptree/_render/json.py /usr/lib/python3.13/site-packages/pipdeptree/_render/json_tree.py /usr/lib/python3.13/site-packages/pipdeptree/_render/mermaid.py /usr/lib/python3.13/site-packages/pipdeptree/_render/rich_text.py /usr/lib/python3.13/site-packages/pipdeptree/_render/summary.py /usr/lib/python3.13/site-packages/pipdeptree/_render/text.py /usr/lib/python3.13/site-packages/pipdeptree/_synthetic_dist.py /usr/lib/python3.13/site-packages/pipdeptree/_validate.py /usr/lib/python3.13/site-packages/pipdeptree/_warning.py /usr/lib/python3.13/site-packages/pipdeptree/py.typed /usr/lib/python3.13/site-packages/pipdeptree/version.py /usr/share/doc/packages/python313-pipdeptree /usr/share/doc/packages/python313-pipdeptree/README.md /usr/share/libalternatives/pipdeptree /usr/share/libalternatives/pipdeptree/1313.conf /usr/share/licenses/python313-pipdeptree /usr/share/licenses/python313-pipdeptree/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Aug 3 00:04:55 2026