From 63ae397c5874a7373ad8efc034cda45f0be142ec817b7fd8f82e30d92700e73d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 6 Dec 2022 15:59:56 +0000 Subject: [PATCH] Accepting request 1040728 from home:yarunachalam:branches:devel:languages:python - Update to version 0.9.0 Features * 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. #101 * Bug Fixes 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. #91 OBS-URL: https://build.opensuse.org/request/show/1040728 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-resolvelib?expand=0&rev=12 --- python-resolvelib.changes | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/python-resolvelib.changes b/python-resolvelib.changes index 7c70ff8..b1d3914 100644 --- a/python-resolvelib.changes +++ b/python-resolvelib.changes @@ -1,14 +1,17 @@ ------------------------------------------------------------------- -Sat Dec 3 21:52:31 UTC 2022 - Yogalakshmi Arunachalam +Tue Dec 6 15:28:03 UTC 2022 - Yogalakshmi Arunachalam -- Update to v0.9.0 +- Update to version 0.9.0 Features - * 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. #101 - Bug Fixes - * 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. #91 + * 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. #101 + * Bug Fixes + 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. #91 ------------------------------------------------------------------- Sun Jul 17 08:24:27 UTC 2022 - Dirk Müller