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

Bump poetry-core from 1.4.0 to 1.5.2 #407

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2023

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 extras are 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_preleases implicitly anymore if the lower bound of a constraint is a pre-release (#543).
  • Poetry no longer generates a setup.py file in sdists by default (#318).
  • Remove the unused platform attribute from Package (#548).
  • Deprecate the pretty_version parameter when creating a Package (#549).
  • Validate path dependencies during use instead of during construction (#520).

Fixed

  • Fix an issue where the PEP 517 metadata_directory was 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 extras are 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_preleases implicitly anymore if the lower bound of a constraint is a pre-release (#543).
  • Poetry no longer generates a setup.py file in sdists by default (#318).
  • Remove the unused platform attribute from Package (#548).
  • Deprecate the pretty_version parameter when creating a Package (#549).
  • Validate path dependencies during use instead of during construction (#520).

Fixed

  • Fix an issue where the PEP 517 metadata_directory was 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
  • e33e9d1 release: bump version to 1.5.2
  • 35e656c test(build): order in RECORD files and archives should be deterministic due t...
  • f598e81 refactor(tests): parametrization instead of duplication, remove skip for Pyth...
  • c6bd03b fix for duplicate lines in wheel RECORD, prefer pathlib
  • 0809719 chore: update dev dependencies and remove upper bounds for dev dependencies
  • 1790dcd chore: update flake8 plugins
  • 8f55643 [pre-commit.ci] pre-commit autoupdate
  • 6d73e7e release: bump version to 1.5.1
  • ea18813 performance: cache parsed constraints and versions
  • 8fe6acd chore: bump isort version
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [poetry-core](https://github.com/python-poetry/poetry-core) from 1.4.0 to 1.5.2.
- [Release notes](https://github.com/python-poetry/poetry-core/releases)
- [Changelog](https://github.com/python-poetry/poetry-core/blob/main/CHANGELOG.md)
- [Commits](python-poetry/poetry-core@1.4.0...1.5.2)

---
updated-dependencies:
- dependency-name: poetry-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2023
@codecov
Copy link

codecov bot commented Apr 1, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants