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: bump to version 1.2.0rc1 #6175

Merged
merged 2 commits into from
Aug 23, 2022

Conversation

finswimmer
Copy link
Member

@finswimmer finswimmer commented Aug 16, 2022

Requires release of poetry-core 1.1.0rc1 first python-poetry/poetry-core#443

Added

  • Added support for subdirectories in git dependencies (#5172)
  • Added support for yanked releases and files (PEP-592) (#5841)
  • Virtual environments can now be created even with empty project names (#5856)
  • Added support for nushell in poetry shell (#6063)

Changed

  • Poetry now falls back to gather metadata for dependencies via pep517 if parsing pyproject.toml fails (#5834)
  • Replaced Poetry's helper method canonicalize_name() with packaging.utils.canonicalize_name() (#6022)
  • Removed code for the export command, which is now provided via plugin (#6128)
  • Extras and extras dependencies are now sorted in the lock file (#6169)
  • Removed deprecated (1.2-only) CLI options (#6210)

Fixed

  • Fixed an issue where symlinks in the lock file were not resolved (#5850)
  • Fixed a tomlkit regression resulting in inconsistent line endings (#5870)
  • Fixed an issue where the POETRY_PYPI_TOKEN_PYPI environment variable wasn't respected (#5911)
  • Fixed an issue where neither Python nor a managed venv can be found, when using Python from MS Store (#5931)
  • Improved error message of poetry publish in the event of an upload error (#6043)
  • Fixed an issue where poetry lock fails without output (#6058)
  • Fixed an issue where Windows drive mappings break virtual environment names (#6110)
  • tomlkit versions with memory leak are now avoided (#6160)
  • Fixed an infinite loop in the solver (#6178)
  • Fixed an issue where latest version was used instead of locked one for vcs dependencies with extras (#6185)

Docs

  • Document use of the subdirectory parameter (#5949)
  • Document suggested tox config for different use cases (#6026)

@radoering
Copy link
Member

Bumping to the next poetry-core release requires #6163. I added a vcs dev dependency on poetry-core in this PR so we can also merge it and remove the dev dependency when bumping poetry-core. Alternatively, the PR can be updated as soon as a core release is done.

@finswimmer
Copy link
Member Author

Alternatively, the PR can be updated as soon as a core release is done.

IMO this is the more clean way and we should do it like this.

@dimbleby
Copy link
Contributor

There are a handful of fixes in cleo since 1.0.0a5 which fix bugs reported in this repository.

I'd much rather that poetry just got on and cut its own release than that it get blocked on cleo: but if a cleo release is just a button-press away then it would be nice to do that and pick it up here.

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@radoering
Copy link
Member

New entry:

  • Fixed an infinite loop in the solver (#6178)

mkniewallner
mkniewallner previously approved these changes Aug 17, 2022
Copy link
Member

@neersighted neersighted left a comment

Choose a reason for hiding this comment

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

Blocking this on #6185, after that is finished/in, LGTM.

@mkniewallner
Copy link
Member

Just need to add #6185 (which was a blocker) in Fixed, and #5841 in Added, and we should be good to go.

@finswimmer finswimmer force-pushed the release/1.2.0-rc.1 branch 2 times, most recently from f36d388 to e1688ca Compare August 22, 2022 04:30
@finswimmer finswimmer marked this pull request as ready for review August 22, 2022 04:31
@finswimmer finswimmer force-pushed the release/1.2.0-rc.1 branch 2 times, most recently from 839a7ea to 73e5519 Compare August 22, 2022 11:15
mkniewallner
mkniewallner previously approved these changes Aug 22, 2022
@radoering radoering mentioned this pull request Aug 22, 2022
mkniewallner
mkniewallner previously approved these changes Aug 22, 2022
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@neersighted neersighted merged commit 77e9d35 into python-poetry:master Aug 23, 2022
Copy link

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 Feb 29, 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.

None yet

5 participants