forked from pool/python-resolvelib
- update to 1.0.1:
* Fix calls to opaque objects and use provider interface calls instead. `#126 * Implement backjumping to significantly speed up the resolution process by skipping over irrelevant parts of the resolution search space. `#113 * A new reporter hook ``rejecting_candidate`` is added, replacing ``backtracking``. * The hook is called every time the resolver rejects a conflicting candidate before trying out the next one in line. * Some valid states that were previously rejected are now accepted. This affects states where multiple candidates for the same dependency conflict with each other. The ``information`` argument passed to ``AbstractProvider.get_preference`` may now contain empty iterators. This has always been allowed by the method definition but it was previously not possible in practice. * edges that lead to the detected conflicts. * Provide type stubs for most classes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-resolvelib?expand=0&rev=23
This commit is contained in:
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 8 13:39:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.0.1:
|
||||||
|
* Fix calls to opaque objects and use provider interface calls
|
||||||
|
instead. `#126
|
||||||
|
* Implement backjumping to significantly speed up the
|
||||||
|
resolution process by skipping over irrelevant parts of the
|
||||||
|
resolution search space. `#113
|
||||||
|
* A new reporter hook ``rejecting_candidate`` is added,
|
||||||
|
replacing ``backtracking``.
|
||||||
|
* The hook is called every time the resolver rejects a
|
||||||
|
conflicting candidate before trying out the next one in line.
|
||||||
|
* Some valid states that were previously rejected are now
|
||||||
|
accepted. This affects states where multiple candidates for
|
||||||
|
the same dependency conflict with each other.
|
||||||
|
The ``information`` argument passed to
|
||||||
|
``AbstractProvider.get_preference`` may now contain empty
|
||||||
|
iterators. This has always been allowed by the method
|
||||||
|
definition but it was previously not possible in practice.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 8 05:29:06 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
Mon May 8 05:29:06 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
@@ -22,7 +43,7 @@ Sun Jul 17 08:24:27 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|||||||
* this hook when it detects conflicts in the dependency tree, and before it
|
* this hook when it detects conflicts in the dependency tree, and before it
|
||||||
* attempts to fix them. The hook accepts one single argument ``causes``, which
|
* attempts to fix them. The hook accepts one single argument ``causes``, which
|
||||||
* is a list of ``(requirement, parent)`` 2-tuples that represents all the
|
* is a list of ``(requirement, parent)`` 2-tuples that represents all the
|
||||||
* edges that lead to the detected conflicts.
|
* edges that lead to the detected conflicts.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 7 18:26:54 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Sun Nov 7 18:26:54 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
@@ -52,7 +73,7 @@ Sun Nov 7 18:26:54 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|||||||
* The resolver no longer relies on implicit candidate equality to detect
|
* The resolver no longer relies on implicit candidate equality to detect
|
||||||
incompatibilities. This is done by an additional ``find_matches()`` argument;
|
incompatibilities. This is done by an additional ``find_matches()`` argument;
|
||||||
see the *Features* section to learn more.
|
see the *Features* section to learn more.
|
||||||
* Provide type stubs for most classes.
|
* Provide type stubs for most classes.
|
||||||
* Fix a state management bug that causes the resolver to enter an infinite loop
|
* Fix a state management bug that causes the resolver to enter an infinite loop
|
||||||
in certain backtracking cases.
|
in certain backtracking cases.
|
||||||
* Fix a performance regression if ``find_matches()`` returns a non-built-in sequence instance.
|
* Fix a performance regression if ``find_matches()`` returns a non-built-in sequence instance.
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-resolvelib
|
Name: python-resolvelib
|
||||||
# ansible-core 2.14.x is currently requiring < 0.9.0
|
# ansible-core 2.14.x is currently requiring < 0.9.0
|
||||||
Version: 0.8.1
|
Version: 1.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Module to resolve abstract dependencies into concrete ones
|
Summary: Module to resolve abstract dependencies into concrete ones
|
||||||
License: ISC
|
License: ISC
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f400ebd5e60361b3b328241f4aded5a0f7665e46a83c374fea86d874cff0ffd5
|
|
||||||
size 766632
|
|
BIN
resolvelib-1.0.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
resolvelib-1.0.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user