brechtm / rinohtype

The Python document processor
http://www.mos6581.org/rinohtype
GNU Affero General Public License v3.0
498 stars 59 forks source link

Bump poetry-core from 1.4.0 to 1.5.2 #407

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 year ago

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)
codecov[bot] commented 1 year ago

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.

brechtm commented 1 week ago

@dependabot rebase

dependabot[bot] commented 1 week ago

Looks like poetry-core is up-to-date now, so this is no longer needed.