c2cgeoportal
c2cgeoportal copied to clipboard
Bump poetry from 1.1.15 to 1.2.0 in /doc
Bumps poetry from 1.1.15 to 1.2.0.
Release notes
Sourced from poetry's releases.
1.2.0
Note that this release makes the new install format (and thus new installer or an alternative supported install method) a hard requirement.
If you are currently installing using the deprecated
get-poetry.py
, you will be unable to install Poetry 1.2. Additionally, Poetry 1.1 installed usingget-poetry.py
will be not be able to update usingpoetry self update
.See the 1.2.0 release announcement for a summary of how to migrate to install.python-poetry.org if you fall into one of these two cases.
Docs
- Added note about how to add a git dependency with a subdirectory (#6218)
- Fixed several style issues in the docs (#6255)
- Fixed outdated info about
--only
parameter (#6264)1.2.0rc2
Fixed
- Fixed an issue where virtual environments were created unnecessarily when running
poetry self
commands (#6226)- Ensure that packages'
pretty_name
are written to the lock file (#6243)Improvements
- Improved the consistency of
Pool().remove_repository()
to make it easier to write poetry plugins (#6231)Docs
- Removed mentions of Python 2.7 from docs (#6235)
- Added note about the difference between groups and extras (#6232)
1.2.0rc1
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
inpoetry 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()
withpackaging.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
... (truncated)
Changelog
Sourced from poetry's changelog.
[1.2.0] - 2022-08-31
Docs
- Added note about how to add a git dependency with a subdirectory (#6218)
- Fixed several style issues in the docs (#6255)
- Fixed outdated info about
--only
parameter (#6264)[1.2.0rc2] - 2022-08-26
Fixed
- Fixed an issue where virtual environments were created unnecessarily when running
poetry self
commands (#6226)- Ensure that packages'
pretty_name
are written to the lock file (#6243)Improvements
- Improved the consistency of
Pool().remove_repository()
to make it easier to write poetry plugins (#6231)Docs
- Removed mentions of Python 2.7 from docs (#6235)
- Added note about the difference between groups and extras (#6232)
[1.2.0rc1] - 2022-08-22
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
inpoetry 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()
withpackaging.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)
... (truncated)
Commits
85993df
release: bump to version 1.2.03092769
fix: skip cloning badly defined submodulese3ae93a
docs:--only
no longer skips project's package installationa8b1da9
[1.2] doc(configuration): improve documentation (#6255)c55d5ac
test(installer): use locked version of vcs dependency without reference (bran...a4d4cad
docs: mention how to add a git dependency with a subdirectory (#6218)3bce76a
deps: update poetry-core dependency74d6781
release: bump to version 1.2.0rc2f25b801
locker: always use base_pep_508_name (for any constraint base_pep_508_name is...57f589a
repository: keep (uncanonicalized) pretty_name- 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)