Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Porting over acceted changes from 1.1.3 #3205

Merged
merged 12 commits into from
Oct 14, 2020

Conversation

abn
Copy link
Member

@abn abn commented Oct 14, 2020

Ports: #3147 #3119 #3117

Resolves: #3129 #3140 #3180 #3112 #3115 #3160 #3116
Closes: #3125

This change also

  1. updates the change log with release information from 1.1.1 - 1.1.3.
  2. bumps version in preparation for next development release.

abn and others added 12 commits October 14, 2020 18:31
This change, moves common functionality from exporter into the locker
to allow for sharing of logic that can generate `DependencyPackage`
instances given a a list of requirements using the lock data.

(cherry picked from commit c2adb32)
This change ensures that markers are propagated from top level
dependencies to the deepest level by walking top to bottom instead of
iterating over all available packages.

In addition, we also compress any dependencies with the same name and
constraint to provide a more concise representation.

Resolves: python-poetry#3112 #3160
(cherry picked from commit e78a67b)
Previously, when determining nested dependencies, the check for
activated extras/features of top level dependencies were done after the
nested dependencies were processed. This lead to exports containing
in active extras. This change resolves this by pre-selecting top level
packages prior to identifying nested dependencies.

(cherry picked from commit 2b6f82e)
@abn abn requested a review from a team October 14, 2020 16:39
@finswimmer finswimmer merged commit 20a3161 into python-poetry:master Oct 14, 2020
@abn abn deleted the forwardports/1.1.3 branch October 14, 2020 17:40
Copy link

github-actions bot commented Mar 1, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not installing extras / Behavior change from 1.0.10
3 participants