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

Release 1.1.4 forward port to master #3277

Merged
merged 10 commits into from
Oct 23, 2020
Merged

Conversation

abn
Copy link
Member

@abn abn commented Oct 23, 2020

Ports of #3088 #3107 #3210 #3229 #3237 #3251 #3264 to master.
Resolves: #3087 #3079 #3224 #1677 #2564 #3238 #3077 #3213 #3263
Relates-to: #3276

abn added 10 commits October 23, 2020 22:59
This change allows users to disable parallel execution while using the
new installer.

Resolves: python-poetry#3087
This change improves handling of site-packages under system env, by
gracefully handling fallbacks to user site when required and possible.

Resolves: python-poetry#3079
This change ensures that, When using system environment, poetry falls
back to `userbase` if default location is not writable.
When detecting installed packages, this change ensures that packages
with .pth files are not incorrectly marked as editable. A package is
considered editable only if at least one of the paths detected is
not in the environment site.

Resolves: python-poetry#3077
Previously, when using locked repository, incorrect dependency instance
was created when a dependency's extra requirement activated a
nested extra. This change ensures that these are correctly
loaded.

As part of this change new lock files write PEP 508 serialised form of
extra dependencies in order to reuse core logic to parse specification
of extra requirement.

Resolves: python-poetry#3224
When a project specifies non default sources, PyPI gets added as the
default source. This will prioritise packages available in PyPI when
the package exists in both index. This change ensures that PyPI is
only used as a default when no other sources are provided.

Resolves: python-poetry#1677 python-poetry#2564 python-poetry#3238
@abn abn requested a review from a team October 23, 2020 21:13
@abn abn merged commit 5daeb89 into python-poetry:master Oct 23, 2020
@abn abn deleted the forwardports/1.1.4 branch October 23, 2020 21:22
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.

key for sequential installation
1 participant