UNCLASSIFIED - NO CUI

Skip to content

Update dependency resolvelib to v0.8.1

renovate requested to merge renovate/resolvelib-0.x into development

This MR contains the following updates:

Package Type Update Change
resolvelib ironbank-pypi minor 0.5.4 -> 0.8.1

Release Notes

sarugaku/resolvelib

v0.8.1

Compare Source

==================

Features

  • 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. #&#8203;81 <https://github.com/sarugaku/resolvelib/issues/81>_

v0.8.0

Compare Source

==================

Features

  • Add backtrack_causes to get_preference, which contains information about the requirements involved in the most recent backtrack. This allows the provider to utilise this information to tweak the ordering as well as for recording/reporting conflicts.

v0.7.1

Compare Source

==================

Bug Fixes

  • When merging a candidate's dependencies, make sure the merge target is up-to-date within the loop, so the merge does not lose information when a candidate returns multiple dependency specifications under one identifier (e.g. specifyiung two dependencies a>1 and a<2, instead of one single a>1,<2 dependency). #&#8203;80 <https://github.com/sarugaku/resolvelib/issues/80>_

v0.7.0

Compare Source

==================

Features

  • Redesign get_preference() to include resolution state on dependencies other than the currently working one, to allow the provider to better take account of the global resolver knowledge and determine the best strategy. The provider now can, for example, correctly calculate how far a dependency is from the root node in the graph. #&#8203;74 <https://github.com/sarugaku/resolvelib/issues/74>_

v0.6.0

Compare Source

==================

Features

  • A new argument incompatibilities is now passed to the find_matches() hook, which the provider must use to exclude matches from the return value. #&#8203;68 <https://github.com/sarugaku/resolvelib/issues/68>_

  • Redesign find_matches() to include resolution state on dependencies other than the currently working one, to handle usages that need to return candidates based on non-local states. One such example is PEP 508 direct URLs specified on a package, which need to be available to the same package specified with extras (which would have a different identifier). #&#8203;74 <https://github.com/sarugaku/resolvelib/issues/74>_

Bug Fixes

  • The resolver no longer relies on implicit candidate equality to detect incompatibilities. This is done by an additional find_matches() argument; see the Features section to learn more. #&#8203;68 <https://github.com/sarugaku/resolvelib/issues/68>_

v0.5.5

Compare Source

==================

Features

  • Provide type stubs for most classes. #&#8203;72 <https://github.com/sarugaku/resolvelib/issues/72>_

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by renovate

Merge request reports