17
0

Compare commits

6 Commits

Author SHA256 Message Date
69a7d7a862 Accepting request 1273212 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1273212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pipdeptree?expand=0&rev=10
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pipdeptree?expand=0&rev=18
2025-04-28 16:44:17 +00:00
593c6162dc Accepting request 1218841 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1218841
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pipdeptree?expand=0&rev=9
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pipdeptree?expand=0&rev=16
2024-10-28 16:52:10 +00:00
f27cef8a70 Accepting request 1191716 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1191716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pipdeptree?expand=0&rev=8
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pipdeptree?expand=0&rev=14
2024-08-05 13:19:13 +00:00
4 changed files with 50 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f06b26d6c37f7ee7538287c1e8786e216b310548e52e4673828f39570d0ef21
size 39200

3
pipdeptree-2.26.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fef783c2aa72a3736210fc822c5cd763af519a4ede684762ddb92dc562ae1576
size 40473

View File

@@ -1,3 +1,48 @@
-------------------------------------------------------------------
Mon Apr 28 16:43:51 UTC 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 16:51:53 UTC 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 5 13:18:59 UTC 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 19:27:17 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pipdeptree
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-pipdeptree
Version: 2.23.0
Version: 2.26.1
Release: 0
Summary: Command line utility to show dependency tree of packages
License: MIT