Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pipdeptree for
openSUSE:Factory checked in at 2026-01-27 16:17:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pipdeptree (Old)
and /work/SRC/openSUSE:Factory/.python-pipdeptree.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pipdeptree"
Tue Jan 27 16:17:35 2026 rev:11 rq:1329393 version:2.30.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pipdeptree/python-pipdeptree.changes
2025-04-29 16:41:06.452022502 +0200
+++
/work/SRC/openSUSE:Factory/.python-pipdeptree.new.1928/python-pipdeptree.changes
2026-01-27 16:17:37.671278275 +0100
@@ -1,0 +2,13 @@
+Tue Jan 27 00:16:11 UTC 2026 - Steve Kowalik <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
pipdeptree-2.26.1.tar.gz
New:
----
pipdeptree-2.30.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pipdeptree.spec ++++++
--- /var/tmp/diff_new_pack.Hla8fd/_old 2026-01-27 16:17:39.379349420 +0100
+++ /var/tmp/diff_new_pack.Hla8fd/_new 2026-01-27 16:17:39.395350087 +0100
@@ -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,5 +74,5 @@
%license LICENSE
%python_alternative %{_bindir}/pipdeptree
%{python_sitelib}/pipdeptree
-%{python_sitelib}/pipdeptree-%{version}*-info
+%{python_sitelib}/pipdeptree-%{version}.dist-info
++++++ pipdeptree-2.26.1.tar.gz -> pipdeptree-2.30.0.tar.gz ++++++
++++ 1844 lines of diff (skipped)