14
0

Commit Graph

  • 69a7d7a862 Accepting request 1273212 from devel:languages:python main Dominique Leuenberger 2025-04-29 14:40:37 +00:00
  • 6d326ff9ed - 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 Dirk Mueller 2025-04-28 16:44:17 +00:00
  • 593c6162dc Accepting request 1218841 from devel:languages:python Ana Guerrero 2024-10-29 13:34:58 +00:00
  • d02c0dd4d2 - 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 Dirk Mueller 2024-10-28 16:52:10 +00:00
  • f27cef8a70 Accepting request 1191716 from devel:languages:python Dominique Leuenberger 2024-08-05 15:24:10 +00:00
  • 1d0a615561 - 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 Dirk Mueller 2024-08-05 13:19:13 +00:00
  • 21f9d9d715 Accepting request 1184126 from devel:languages:python Dominique Leuenberger 2024-07-01 09:21:31 +00:00
  • 0a69c4c5ad - 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 Dirk Mueller 2024-06-30 19:28:42 +00:00
  • 1c773efd3c Accepting request 1140736 from devel:languages:python Ana Guerrero 2024-01-23 21:55:54 +00:00
  • 0171dd5a3a - 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 Dirk Mueller 2024-01-22 22:34:31 +00:00
  • 7847cd1bd3 Accepting request 1137819 from devel:languages:python Ana Guerrero 2024-01-10 20:52:00 +00:00
  • d20e10fece - 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 Dirk Mueller 2024-01-09 21:44:29 +00:00
  • 74d740e4c0 Accepting request 1084798 from devel:languages:python Dominique Leuenberger 2023-05-05 13:57:37 +00:00
  • 7a7bcd91fc - 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: Daniel Garcia 2023-05-04 16:39:33 +00:00
  • ba7ef3a74c Accepting request 947804 from devel:languages:python Dominique Leuenberger 2022-01-22 07:18:04 +00:00
  • d8d0ef6a1d - Update to 2.2.1: * Fix --user-only and --freeze flags which were broken after the last release. * Fix for compatibility with new version of graphviz (>= 0.18.1). * Fix pipdeptree to work with pip version 21.3. The _internal pip api that was being used earlier is now replaced with new functions. (PR #154) * JSON output is sorted alphabetically to make it deterministic * Fix --freeze option due to breaking changes in pip's internal api in version > 21.1.1 * Include license file in dist package * Support for running in the context of a virtualenv (without installing pipdeptree inside the virtualenv) * Avoid crash when rendering cyclic dependencies * Fix graphviz (dot file) output * Handle a (rare) case while guessing version of a package * Improve integration tests - Remove the hacked together virtualenv that was 2.7 based, since it is no longer needed. - Add virtualenv to BuildRequires. Steve Kowalik 2022-01-21 01:29:28 +00:00
  • bd01c30b3b Accepting request 828008 from devel:languages:python Dominique Leuenberger 2020-08-28 19:20:41 +00:00
  • 354f455415 Accepting request 827927 from home:jayvdb:branches:devel:languages:python Tomáš Chvátal 2020-08-20 07:24:51 +00:00
  • e8bd57ad56 Accepting request 683537 from devel:languages:python Dominique Leuenberger 2019-03-24 13:59:52 +00:00
  • b3d389c792 Accepting request 683038 from home:jayvdb:coala:python3-bears Tomáš Chvátal 2019-03-10 10:58:31 +00:00