forked from pool/python-pipdeptree
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4703dadcf0 | |||
| a2da854b96 | |||
| 3d3ef7b225 | |||
| 5486cde20d | |||
| e5fb384bcc | |||
| 31c9dea513 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9efa2164b5efbdc75cf6cf2fde56154fc066e72ec20d7c3e858e990f9bdd2142
|
|
||||||
size 39348
|
|
||||||
3
pipdeptree-2.30.0.tar.gz
Normal file
3
pipdeptree-2.30.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:60aa625068115a2879e4d5d3966cd9734a665e600797d1c6c2145e514f9d10b9
|
||||||
|
size 42086
|
||||||
@@ -1,3 +1,50 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 27 00:16:11 UTC 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 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>
|
Mon Aug 5 13:18:59 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pipdeptree
|
# spec file for package python-pipdeptree
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,22 +17,25 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pipdeptree
|
Name: python-pipdeptree
|
||||||
Version: 2.23.1
|
Version: 2.30.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Command line utility to show dependency tree of packages
|
Summary: Command line utility to show dependency tree of packages
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/naiquevin/pipdeptree
|
URL: https://github.com/naiquevin/pipdeptree
|
||||||
Source: https://github.com/naiquevin/pipdeptree/archive/%{version}.tar.gz#/pipdeptree-%{version}.tar.gz
|
Source: https://github.com/naiquevin/pipdeptree/archive/%{version}.tar.gz#/pipdeptree-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module base >= 3.10}
|
||||||
BuildRequires: %{python_module hatch-vcs}
|
BuildRequires: %{python_module hatch-vcs}
|
||||||
BuildRequires: %{python_module hatchling}
|
BuildRequires: %{python_module hatchling}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pip
|
Requires: python-packaging >= 25
|
||||||
Suggests: python-graphviz
|
Requires: python-pip >= 25.2
|
||||||
|
Suggests: python-graphviz >= 0.21
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module graphviz}
|
BuildRequires: %{python_module graphviz >= 0.21}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module packaging >= 25}
|
||||||
|
BuildRequires: %{python_module pip >= 25.2}
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module virtualenv}
|
BuildRequires: %{python_module virtualenv}
|
||||||
@@ -71,6 +74,6 @@ export SETUPTOOLS_SCM_PRETEND_VERSION="%{version}"
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%python_alternative %{_bindir}/pipdeptree
|
%python_alternative %{_bindir}/pipdeptree
|
||||||
%{python_sitelib}/pipdeptree
|
%{python_sitelib}/pipdeptree
|
||||||
%{python_sitelib}/pipdeptree-%{version}*-info
|
%{python_sitelib}/pipdeptree-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user