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-04-25 23:27:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pipdeptree (Old) and /work/SRC/openSUSE:Factory/.python-pipdeptree.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pipdeptree" Sat Apr 25 23:27:46 2026 rev:13 rq:1349246 version:2.35.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pipdeptree/python-pipdeptree.changes 2026-03-17 19:06:08.352753713 +0100 +++ /work/SRC/openSUSE:Factory/.python-pipdeptree.new.11940/python-pipdeptree.changes 2026-04-25 23:27:48.440570548 +0200 @@ -1,0 +2,26 @@ +Sat Apr 25 17:36:02 UTC 2026 - Dirk Müller <[email protected]> + +- update to 2.35.1: + * Fix metadata lookup to use distribution object +- update to 2.35.0: + * docs: Add "prog" value in argparse configuration + * fix: write binary graphviz output to temp file when stdout is + tty +- update to 2.34.0: + * docs(sphinx): add Sphinx documentation site + * docs(readme): simplify README, link to Sphinx docs +- update to 2.33.0: + * refactor(deps): drop pip dependency, use stdlib for + metadata + * fix(detection): Allow fallback to different env detectors +- update to 2.32.0: + * Add security policy + * Add permissions to workflows + * Add missing .github config files + * Standardize .github files to .yaml suffix + * ♻️ refactor(core): reduce duplication and migrate to ty + * feat(extras): add --extras flag for optional deps + * feat(render): add Rich library support for enhanced tree + output + +------------------------------------------------------------------- Old: ---- pipdeptree-2.31.0.tar.gz New: ---- pipdeptree-2.35.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pipdeptree.spec ++++++ --- /var/tmp/diff_new_pack.fU93cS/_old 2026-04-25 23:27:48.992593127 +0200 +++ /var/tmp/diff_new_pack.fU93cS/_new 2026-04-25 23:27:48.992593127 +0200 @@ -16,33 +16,46 @@ # +%if 0%{?suse_version} > 1500 +%bcond_without libalternatives +%else +%bcond_with libalternatives +%endif + Name: python-pipdeptree -Version: 2.31.0 +Version: 2.35.1 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 +URL: https://github.com/tox-dev/pipdeptree +Source: https://github.com/tox-dev/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: %{python_module hatch-vcs >= 0.5} +BuildRequires: %{python_module hatchling >= 1.27} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-packaging >= 26 Requires: python-pip >= 25.2 +%if %{with libalternatives} +BuildRequires: alts +Requires: alts +%else +Requires(post): update-alternatives +Requires(postun): update-alternatives +%endif Suggests: python-graphviz >= 0.21 +Suggests: python-rich >= 14.3.3 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module graphviz >= 0.21} BuildRequires: %{python_module packaging >= 26} BuildRequires: %{python_module pip >= 25.2} -BuildRequires: %{python_module pytest-mock} -BuildRequires: %{python_module pytest} -BuildRequires: %{python_module virtualenv} +BuildRequires: %{python_module pytest >= 8.4.2} +BuildRequires: %{python_module pytest-mock >= 3.15.1} +BuildRequires: %{python_module pytest-subprocess} +BuildRequires: %{python_module virtualenv >= 20.34} BuildRequires: graphviz-gnome # /SECTION -Requires(post): update-alternatives -Requires(postun): update-alternatives %python_subpackages %description @@ -63,11 +76,14 @@ %check %pytest -k 'not test_custom_interpreter and not test_console' +%pre +%python_libalternatives_reset_alternative pipdeptree + %post -%{python_install_alternative pipdeptree} +%python_install_alternative pipdeptree %postun -%{python_uninstall_alternative pipdeptree} +%python_uninstall_alternative pipdeptree %files %{python_files} %doc README.md ++++++ pipdeptree-2.31.0.tar.gz -> pipdeptree-2.35.1.tar.gz ++++++ ++++ 8269 lines of diff (skipped)
