Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Update resolvelib requirement from <0.6.0,>=0.5.3 to >=0.5.3,<0.8.0#2

Closed
dependabot[bot] wants to merge 1 commit into
develfrom
dependabot/pip/resolvelib-gte-0.5.3-and-lt-0.8.0
Closed

Update resolvelib requirement from <0.6.0,>=0.5.3 to >=0.5.3,<0.8.0#2
dependabot[bot] wants to merge 1 commit into
develfrom
dependabot/pip/resolvelib-gte-0.5.3-and-lt-0.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 12, 2021

Copy link
Copy Markdown

Updates the requirements on resolvelib to permit the latest version.

Changelog

Sourced from resolvelib's changelog.

0.7.1 (2021-06-22)

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). [#80](https://github.com/sarugaku/resolvelib/issues/80) <https://github.com/sarugaku/resolvelib/issues/80>_

0.7.0 (2021-04-13)

Features

  • Redesign get_preferences() 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. [#74](https://github.com/sarugaku/resolvelib/issues/74) <https://github.com/sarugaku/resolvelib/issues/74>_

0.6.0 (2021-04-04)

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. [#68](https://github.com/sarugaku/resolvelib/issues/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). [#74](https://github.com/sarugaku/resolvelib/issues/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. [#68](https://github.com/sarugaku/resolvelib/issues/68) <https://github.com/sarugaku/resolvelib/issues/68>_

... (truncated)

Commits
  • aeb3ce5 Release 0.7.1
  • 95872e0 Merge pull request #80 from sarugaku/criteria-multiple-in-project
  • 0f8115c Always look for criterion in the newest mapping
  • d890142 Add failing test for criterion override
  • c4f9cf1 Better IterableMapping magic for tests
  • 866e26d Don't use items() without using the values
  • c9a44c0 Prebump to 0.7.1.dev0
  • 6afb7d0 Release 0.7.0
  • 75e07e6 Redesign get_preference() (#78)
  • e8388aa Prebump to 0.6.1.dev0
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [resolvelib](https://github.com/sarugaku/resolvelib) to permit the latest version.
- [Release notes](https://github.com/sarugaku/resolvelib/releases)
- [Changelog](https://github.com/sarugaku/resolvelib/blob/master/CHANGELOG.rst)
- [Commits](sarugaku/resolvelib@0.5.3...0.7.1)

---
updated-dependencies:
- dependency-name: resolvelib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 12, 2021
@dependabot @github

dependabot Bot commented on behalf of github Oct 11, 2021

Copy link
Copy Markdown
Author

Superseded by #3.

@dependabot dependabot Bot closed this Oct 11, 2021
@dependabot dependabot Bot deleted the dependabot/pip/resolvelib-gte-0.5.3-and-lt-0.8.0 branch October 11, 2021 04:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants