14
0

Accepting request 1042749 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/1042749
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-resolvelib?expand=0&rev=14
This commit is contained in:
2022-12-14 10:07:04 +00:00
committed by Git OBS Bridge
parent 0786cf491f
commit 79080f5423
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Dec 13 16:56:42 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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
-------------------------------------------------------------------
Sun Jul 17 08:24:27 UTC 2022 - Dirk Müller <dmueller@suse.com>