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 2022-01-22 08:18:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pipdeptree (Old)
and /work/SRC/openSUSE:Factory/.python-pipdeptree.new.1938 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pipdeptree"
Sat Jan 22 08:18:04 2022 rev:3 rq:947804 version:2.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pipdeptree/python-pipdeptree.changes
2020-08-28 21:21:40.468333325 +0200
+++
/work/SRC/openSUSE:Factory/.python-pipdeptree.new.1938/python-pipdeptree.changes
2022-01-22 08:18:33.890749838 +0100
@@ -1,0 +2,19 @@
+Fri Jan 21 01:22:44 UTC 2022 - Steve Kowalik <[email protected]>
+
+- Update to 2.2.1:
+ * Fix --user-only and --freeze flags which were broken after the last
release.
+ * Fix for compatibility with new version of graphviz (>= 0.18.1).
+ * Fix pipdeptree to work with pip version 21.3. The _internal pip api that
was being used earlier is now replaced with new functions. (PR #154)
+ * JSON output is sorted alphabetically to make it deterministic
+ * Fix --freeze option due to breaking changes in pip's internal api in
version > 21.1.1
+ * Include license file in dist package
+ * Support for running in the context of a virtualenv (without installing
pipdeptree inside the virtualenv)
+ * Avoid crash when rendering cyclic dependencies
+ * Fix graphviz (dot file) output
+ * Handle a (rare) case while guessing version of a package
+ * Improve integration tests
+- Remove the hacked together virtualenv that was 2.7 based, since it is no
+ longer needed.
+- Add virtualenv to BuildRequires.
+
+-------------------------------------------------------------------
Old:
----
pipdeptree-1.0.0.tar.gz
test-data.tgz
New:
----
pipdeptree-2.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pipdeptree.spec ++++++
--- /var/tmp/diff_new_pack.VPYTAQ/_old 2022-01-22 08:18:35.506738949 +0100
+++ /var/tmp/diff_new_pack.VPYTAQ/_new 2022-01-22 08:18:35.510738921 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pipdeptree
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pipdeptree
-Version: 1.0.0
+Version: 2.2.1
Release: 0
Summary: Command line utility to show dependency tree of packages
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/naiquevin/pipdeptree
Source:
https://github.com/naiquevin/pipdeptree/archive/%{version}.tar.gz#/pipdeptree-%{version}.tar.gz
-# Generated following tests/virtualenvs/Makefile
-Source1: test-data.tgz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -37,10 +34,11 @@
BuildRequires: %{python_module graphviz}
BuildRequires: %{python_module pip >= 6.0.0}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module virtualenv}
BuildRequires: graphviz-gnome
# /SECTION
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
%python_subpackages
%description
@@ -48,7 +46,6 @@
%prep
%setup -q -n pipdeptree-%{version}
-tar -xzf %{SOURCE1}
%build
%python_build
@@ -59,8 +56,7 @@
%python_clone -a %{buildroot}%{_bindir}/pipdeptree
%check
-# Two tests fail due to https://github.com/naiquevin/pipdeptree/issues/116
-%pytest --ignore tests/virtualenvs/ -k 'not test_render_tree_exclude and not
test_render_tree_exclude_reverse'
+%pytest -k 'not test_custom_interpreter'
%post
%{python_install_alternative pipdeptree}
++++++ pipdeptree-1.0.0.tar.gz -> pipdeptree-2.2.1.tar.gz ++++++
++++ 3302 lines of diff (skipped)