forked from pool/python-resolvelib
- update to 0.8.1:
* A new reporter hook ``resolving_conflicts`` is added. The resolver triggers * 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 * is a list of ``(requirement, parent)`` 2-tuples that represents all the * edges that lead to the detected conflicts. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-resolvelib?expand=0&rev=8
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 17 08:24:27 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.8.1:
|
||||
* A new reporter hook ``resolving_conflicts`` is added. The resolver triggers
|
||||
* 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
|
||||
* is a list of ``(requirement, parent)`` 2-tuples that represents all the
|
||||
* edges that lead to the detected conflicts.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 7 18:26:54 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user