diff --git a/pipdeptree-2.26.1.tar.gz b/pipdeptree-2.26.1.tar.gz deleted file mode 100644 index 3ee64f2..0000000 --- a/pipdeptree-2.26.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fef783c2aa72a3736210fc822c5cd763af519a4ede684762ddb92dc562ae1576 -size 40473 diff --git a/pipdeptree-2.30.0.tar.gz b/pipdeptree-2.30.0.tar.gz new file mode 100644 index 0000000..909b241 --- /dev/null +++ b/pipdeptree-2.30.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60aa625068115a2879e4d5d3966cd9734a665e600797d1c6c2145e514f9d10b9 +size 42086 diff --git a/python-pipdeptree.changes b/python-pipdeptree.changes index 1fafe53..42b75c5 100644 --- a/python-pipdeptree.changes +++ b/python-pipdeptree.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jan 27 00:16:11 UTC 2026 - Steve Kowalik + +- 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 diff --git a/python-pipdeptree.spec b/python-pipdeptree.spec index 7d0e65c..20948cb 100644 --- a/python-pipdeptree.spec +++ b/python-pipdeptree.spec @@ -1,7 +1,7 @@ # # spec file for package python-pipdeptree # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,22 +17,25 @@ Name: python-pipdeptree -Version: 2.26.1 +Version: 2.30.0 Release: 0 Summary: Command line utility to show dependency tree of packages License: MIT URL: https://github.com/naiquevin/pipdeptree 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 hatchling} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-pip -Suggests: python-graphviz +Requires: python-packaging >= 25 +Requires: python-pip >= 25.2 +Suggests: python-graphviz >= 0.21 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module graphviz} -BuildRequires: %{python_module pip} +BuildRequires: %{python_module graphviz >= 0.21} +BuildRequires: %{python_module packaging >= 25} +BuildRequires: %{python_module pip >= 25.2} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module virtualenv} @@ -71,6 +74,6 @@ export SETUPTOOLS_SCM_PRETEND_VERSION="%{version}" %license LICENSE %python_alternative %{_bindir}/pipdeptree %{python_sitelib}/pipdeptree -%{python_sitelib}/pipdeptree-%{version}*-info +%{python_sitelib}/pipdeptree-%{version}.dist-info %changelog