Revisions of python-resolvelib
buildservice-autocommit
accepted
request 1225365
from
Dirk Mueller (dirkmueller)
(revision 28)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 27)
- update to 1.1.0: * Declare supported Python version support ">= 3.7" in dist meta #129 * Improve exception chaining when ResolutionImpossible raises during backjumping #133 * Switch from pyi files to modern annotations based type hinting #135 * In tests the commentjson test dependency with re.sub #141 * Deduplicate failure causes to save memory and reduce backtracking overhead #143 * New narrow_requirement_selection provider method giving option for providers to reduce the number of times sort key get_preference is called in long running backtrack #145 * Run tests against Python 3.12, 3.13, and use latest version of CI dependencies #153 * Update py2ndex script to use metadata files, skip 404, and support PEP 723 #156 * Replace setuptools.cfg and mypy.ini with pyproject.toml #157 * Add tests type "unvisited" to functional Python tests to ensure backjumping is correctly skipping candidates #158 * Switch from flake8 to ruff for linting #160 * Enable automatic TYPE_CHECK guarding for imports only used for type hinting via ruff rules TCH and FA #166 * Fix example reporter_demo get_preference method which requires arg backtrack_causes #136 * Clarify the docstrings for providers.py #138 * Pin Black version for linting to prevent CI failures #150 * In unexpected situation where broken_state.mapping is empty, stop backtracking, and continue resolution (rather than throwing ResolutionImpossible) #152
buildservice-autocommit
accepted
request 1197744
from
Nico Krapp (nkrapp)
(revision 26)
baserev update by copy to link target
Nico Krapp (nkrapp)
accepted
request 1195698
from
Petr Gajdos (pgajdos)
(revision 25)
- drop optional test dependency on python-commentjson
buildservice-autocommit
accepted
request 1132100
from
Dirk Mueller (dirkmueller)
(revision 24)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 23)
- 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.
buildservice-autocommit
accepted
request 1085433
from
Dirk Mueller (dirkmueller)
(revision 22)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1085374
from
Johannes Kastl (ojkastl_buildservice)
(revision 21)
add sle15_python_module_pythons
buildservice-autocommit
accepted
request 1059315
from
Daniel Garcia (dgarcia)
(revision 20)
baserev update by copy to link target
Daniel Garcia (dgarcia)
committed
(revision 19)
Add link to upstream issue in changelog about the reason to ignore some tests.
Daniel Garcia (dgarcia)
accepted
request 1059284
from
Torsten Gruner (Simmphonie)
(revision 18)
- ignore some faulty tests
buildservice-autocommit
accepted
request 1043226
from
Dirk Mueller (dirkmueller)
(revision 17)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 16)
- add comment on why we need to stay with < 0.9.0 (bsc#1206225)
Dirk Mueller (dirkmueller)
committed
(revision 15)
Dirk Mueller (dirkmueller)
accepted
request 1042749
from
Yogalakshmi Arunachalam (yarunachalam)
(revision 14)
- 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
buildservice-autocommit
accepted
request 1040739
from
Dirk Mueller (dirkmueller)
(revision 13)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1040728
from
Yogalakshmi Arunachalam (yarunachalam)
(revision 12)
- 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
buildservice-autocommit
accepted
request 1039901
from
Dirk Mueller (dirkmueller)
(revision 11)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1039894
from
Yogalakshmi Arunachalam (yarunachalam)
(revision 10)
- Update to v0.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
buildservice-autocommit
accepted
request 989686
from
Dirk Mueller (dirkmueller)
(revision 9)
baserev update by copy to link target
Displaying revisions 1 - 20 of 28