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.0b1 #348

Merged
merged 1 commit into from
May 23, 2022
Merged

Release 1.1.0b1 #348

merged 1 commit into from
May 23, 2022

Conversation

abn
Copy link
Member

@abn abn commented May 8, 2022

Fixed

  • Fixed an issue where canonicalize package names leads to infinite loops (#328).
  • Fixed an issue where versions wasn't correct normalized to PEP-440 (#344).
  • Fixed an issue with union of multi markers if one marker is a subset of the other marker (#352).
  • Fixed an issue with markers which are not in disjunctive normal form (DNF) (#347).
  • Fixed an issue where stub-only partial namespace packages were not recognized as packages (#221).
  • Fixed an issue where PEP-508 url requirements with extras were not parsed correctly (#345).
  • Fixed an issue where PEP-508 strings with wildcard exclusion constraints were incorrectly exported (#343).
  • Allow hidden directories on Windows bare repos (#341).
  • Fixed an issue where dependencies with an epoch are parsed as empty (#316).
  • Fixed an issue where a package consisting of multiple packages wasn't build correctly (#292).

Added

  • Added support for handling git urls with subdirectory (#288).
  • Added support for metadata files as described in PEP-658 for PEP-503 "simple" API repositories (#333).

Changed

  • Renamed dependency group of runtime dependencies to from default to main (#326).

Improvements

  • poetry-core is now completely type checked. Special thanks to @dimbleby @branchvincent 🎉
  • Improved the SemVer constraint parsing (#327).
  • Improved the speed when cloning git repositories (#290).

Pending Pull Requests

@abn abn changed the title bump version: 1.1.0b1 Release 1.1.0b1 May 8, 2022
@finswimmer finswimmer force-pushed the release/1.1.0b1 branch 2 times, most recently from e8ecec7 to 4ba5ee8 Compare May 20, 2022 11:01
@abn
Copy link
Member Author

abn commented May 20, 2022

python-poetry/poetry#5654 should fix the downstream tests.

Copy link
Member

@radoering radoering left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed in chat, #325 should be included in order to reveal unintended side effects which require a downstream fix as early as possible before poetry 1.2 release.

@neersighted
Copy link
Member

As discussed in chat, #325 should be included in order to reveal unintended side effects which require a downstream fix as early as possible before poetry 1.2 release.

This is merged now.

@abn
Copy link
Member Author

abn commented May 23, 2022

Following up from #325 and in light of recent workarounds downstream in python-poetry/poetry#5654, we would also want #365 to be considered for b1.

@abn abn marked this pull request as ready for review May 23, 2022 18:01
Copy link
Member

@radoering radoering left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recently merged PRs which may or may not need an changelog entry: #365, #325, #358

Co-authored-by: finswimmer <[email protected]>
@sonarcloud
Copy link

sonarcloud bot commented May 23, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
1.4% 1.4% Duplication

@abn abn merged commit 252c166 into python-poetry:master May 23, 2022
@abn abn deleted the release/1.1.0b1 branch May 23, 2022 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants