Hello community,
here is the log from the commit of package python-resolvelib for
openSUSE:Factory checked in at 2020-04-16 23:04:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-resolvelib (Old)
and /work/SRC/openSUSE:Factory/.python-resolvelib.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-resolvelib"
Thu Apr 16 23:04:48 2020 rev:3 rq:794553 version:0.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-resolvelib/python-resolvelib.changes
2019-03-19 09:58:56.384089774 +0100
+++
/work/SRC/openSUSE:Factory/.python-resolvelib.new.2738/python-resolvelib.changes
2020-04-16 23:04:50.659759753 +0200
@@ -1,0 +2,15 @@
+Wed Apr 15 15:49:52 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to 0.3.0
+ * Provide both the requirements and their parents as exceptiondata for the
+ ``ResolutionImpossible`` exception, via a ``causes`` attribute that
replaces
+ the previous ``requirements`` attribute.
+ * Make resolver backtrack when none of the candidates requested for a package
+ are able to resolve due to them requesting unworkable requirements, or a
+ package has no candidates at all. Previously the resolver would give up on
the
+ spot.
+ * Ensure the result returned by the resolver only contains candidates that
are
+ actually needed. This is done by tracing the graph after resolution
completes,
+ snipping nodes that don’t have a route to the root.
+
+-------------------------------------------------------------------
Old:
----
resolvelib-0.2.2.tar.gz
New:
----
resolvelib-0.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-resolvelib.spec ++++++
--- /var/tmp/diff_new_pack.wXmqAM/_old 2020-04-16 23:04:53.539762317 +0200
+++ /var/tmp/diff_new_pack.wXmqAM/_new 2020-04-16 23:04:53.543762321 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-resolvelib
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-resolvelib
-Version: 0.2.2
+Version: 0.3.0
Release: 0
Summary: Module to resolve abstract dependencies into concrete ones
License: ISC
Group: Development/Languages/Python
URL: https://github.com/sarugaku/resolvelib
Source:
https://github.com/sarugaku/resolvelib/archive/%{version}.tar.gz#/resolvelib-%{version}.tar.gz
+BuildRequires: %{python_module commentjson}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
++++++ resolvelib-0.2.2.tar.gz -> resolvelib-0.3.0.tar.gz ++++++
++++ 101841 lines of diff (skipped)