Bump poetry-core from 1.4.0 to 1.5.2
Bumps poetry-core from 1.4.0 to 1.5.2.
Release notes
Sourced from poetry-core's releases.
1.5.2
Fixed
- Fix an issue where wheels built on Windows could contain duplicate entries in the RECORD file (#555).
1.5.1
Changed
- Improve performance by caching parsed markers, constraints and versions (#556).
1.5.0
Added
- Improve marker handling (#528, #534, #530, #546, #547).
- Allow overriding the output directory when building dist files (#527).
- Validate whether dependencies referenced in
extrasare defined in the main dependency group (#542).- Improve handling of generic constraints (#515).
Changed
- Deprecate the hash function of
FileDependency(#535).- Do not set
allows_preleasesimplicitly anymore if the lower bound of a constraint is a pre-release (#543).- Poetry no longer generates a
setup.pyfile in sdists by default (#318).- Remove the unused
platformattribute fromPackage(#548).- Deprecate the
pretty_versionparameter when creating aPackage(#549).- Validate path dependencies during use instead of during construction (#520).
Fixed
- Fix an issue where the PEP 517
metadata_directorywas not respected when building an editable wheel (#537).- Fix an issue where trailing newlines were allowed in
tool.poetry.description(#505).- Fix an issue where the name of the data folder in wheels was not normalized (#532).
- Fix an issue where the order of entries in the RECORD file was not deterministic (#545).
- Fix an issue where parsing of VCS URLs with escaped characters failed (#524).
- Fix an issue where the subdirectory parameter of VCS URLs was not respected (#518).
- Fix an issue where zero padding was not correctly handled in version comparisons (#540).
- Fix an issue where sdist builds did not support multiple READMEs (#486).
Vendoring
Changelog
Sourced from poetry-core's changelog.
[1.5.2] - 2023-03-13
Fixed
- Fix an issue where wheels built on Windows could contain duplicate entries in the RECORD file (#555).
[1.5.1] - 2023-02-20
Changed
- Improve performance by caching parsed markers, constraints and versions (#556).
[1.5.0] - 2023-01-27
Added
- Improve marker handling (#528, #534, #530, #546, #547).
- Allow overriding the output directory when building dist files (#527).
- Validate whether dependencies referenced in
extrasare defined in the main dependency group (#542).- Improve handling of generic constraints (#515).
Changed
- Deprecate the hash function of
FileDependency(#535).- Do not set
allows_preleasesimplicitly anymore if the lower bound of a constraint is a pre-release (#543).- Poetry no longer generates a
setup.pyfile in sdists by default (#318).- Remove the unused
platformattribute fromPackage(#548).- Deprecate the
pretty_versionparameter when creating aPackage(#549).- Validate path dependencies during use instead of during construction (#520).
Fixed
- Fix an issue where the PEP 517
metadata_directorywas not respected when building an editable wheel (#537).- Fix an issue where trailing newlines were allowed in
tool.poetry.description(#505).- Fix an issue where the name of the data folder in wheels was not normalized (#532).
- Fix an issue where the order of entries in the RECORD file was not deterministic (#545).
- Fix an issue where parsing of VCS URLs with escaped characters failed (#524).
- Fix an issue where the subdirectory parameter of VCS URLs was not respected (#518).
- Fix an issue where zero padding was not correctly handled in version comparisons (#540).
- Fix an issue where sdist builds did not support multiple READMEs (#486).
Vendoring
... (truncated)
Commits
e33e9d1release: bump version to 1.5.235e656ctest(build): order in RECORD files and archives should be deterministic due t...f598e81refactor(tests): parametrization instead of duplication, remove skip for Pyth...c6bd03bfix for duplicate lines in wheel RECORD, prefer pathlib0809719chore: update dev dependencies and remove upper bounds for dev dependencies1790dcdchore: update flake8 plugins8f55643[pre-commit.ci] pre-commit autoupdate6d73e7erelease: bump version to 1.5.1ea18813performance: cache parsed constraints and versions8fe6acdchore: bump isort version- 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #407 (439902f) into master (a9268d6) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #407 +/- ##
=======================================
Coverage 46.89% 46.89%
=======================================
Files 93 93
Lines 14665 14665
Branches 2409 2409
=======================================
Hits 6877 6877
Misses 7618 7618
Partials 170 170
| Flag | Coverage Δ | |
|---|---|---|
| 3.10 | 46.89% <ø> (ø) |
|
| 3.11 | 46.90% <ø> (ø) |
|
| 3.12.0-alpha | 46.90% <ø> (ø) |
|
| 3.7 | 45.73% <ø> (ø) |
|
| 3.8 | 46.89% <ø> (ø) |
|
| 3.9 | 46.89% <ø> (ø) |
|
| Linux | 46.89% <ø> (ø) |
|
| pypy-3.9 | 46.91% <ø> (ø) |
|
| unit-3.10 | 46.89% <ø> (ø) |
|
| unit-3.11 | 46.90% <ø> (ø) |
|
| unit-3.12 | 46.90% <ø> (ø) |
|
| unit-3.7 | 45.73% <ø> (ø) |
|
| unit-3.8 | 46.89% <ø> (ø) |
|
| unit-3.9 | 46.89% <ø> (ø) |
|
| unit-pypy3 | 46.91% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
@dependabot rebase
Looks like poetry-core is up-to-date now, so this is no longer needed.