brechtm / rinohtype

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

Bump poetry-core from 1.3.2 to 1.4.0 #382

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps poetry-core from 1.3.2 to 1.4.0.

Release notes

Sourced from poetry-core's releases.

1.4.0

Added

  • The PEP 517 metadata_directory is now respected as an input to the build_wheel hook (#487).

Changed

  • Sources are now considered more carefully when dealing with dependencies with environment markers (#497).
  • EmptyConstraint is now hashable (#513).
  • ParseConstraintError is now raised on version and constraint parsing errors, and includes information on the package that caused the error (#514).

Fixed

  • Fix an issue where invalid PEP 508 requirements were generated due to a missing space before semicolons (#510).
  • Fix an issue where relative paths were encoded into package requirements, instead of a file:// URL as required by PEP 508 (#512).

Vendoring

Changelog

Sourced from poetry-core's changelog.

[1.4.0] - 2022-11-22

Added

  • The PEP 517 metadata_directory is now respected as an input to the build_wheel hook (#487).

Changed

  • Sources are now considered more carefully when dealing with dependencies with environment markers (#497).
  • EmptyConstraint is now hashable (#513).
  • ParseConstraintError is now raised on version and constraint parsing errors, and includes information on the package that caused the error (#514).

Fixed

  • Fix an issue where invalid PEP 508 requirements were generated due to a missing space before semicolons (#510).
  • Fix an issue where relative paths were encoded into package requirements, instead of a file:// URL as required by PEP 508 (#512).

Vendoring

Commits
  • 00f4921 release: bump version to 1.4.0
  • efc7349 update vendored dependencies
  • 24cb523 feat: respect metadata_directory (#487)
  • cd95f0f [pre-commit.ci] pre-commit autoupdate
  • b0b1823 Use file:// urls for path and directory dependencies (#512)
  • 432ba1a [pre-commit.ci] pre-commit autoupdate
  • dd12458 clearer error handling (#514)
  • 3905d3e constraints: make EmptyConstraint hashable and tidy up a bit
  • 45dcad4 dependency: always add space before semicolon when building PEP 508 requireme...
  • 41b6367 Change -dev to full Python 3.11 version (#509)
  • 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 #382 (f0f8cea) into master (4d52286) will decrease coverage by 30.64%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master     #382       +/-   ##
===========================================
- Coverage   77.52%   46.87%   -30.65%     
===========================================
  Files          92       92               
  Lines       14658    14658               
  Branches     2060     2410      +350     
===========================================
- Hits        11363     6871     -4492     
- Misses       2850     7616     +4766     
+ Partials      445      171      -274     
Flag Coverage Δ
3.10 46.87% <ø> (-29.10%) :arrow_down:
3.11.0-alpha 46.88% <ø> (?)
3.7 45.71% <ø> (?)
3.8 46.87% <ø> (?)
3.9 46.87% <ø> (ø)
Linux 46.86% <ø> (-28.65%) :arrow_down:
Windows 46.86% <ø> (-30.21%) :arrow_down:
macOS ?
pypy-3.9 46.89% <ø> (-30.22%) :arrow_down:
regression-3.10 ?
regression-pypy3 ?
unit-3.10 46.87% <ø> (?)
unit-3.11 46.88% <ø> (?)
unit-3.7 45.71% <ø> (?)
unit-3.8 46.87% <ø> (?)
unit-3.9 46.87% <ø> (ø)
unit-pypy3 46.89% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/rinoh/frontend/commonmark/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
src/rinoh/backend/pdf/xobject/png.py 14.46% <0.00%> (-80.51%) :arrow_down:
src/rinoh/flowable.py 33.75% <0.00%> (-61.89%) :arrow_down:
src/rinoh/backend/pdf/__init__.py 31.08% <0.00%> (-58.36%) :arrow_down:
src/rinoh/table.py 35.10% <0.00%> (-58.20%) :arrow_down:
src/rinoh/font/opentype/truetype.py 41.93% <0.00%> (-58.07%) :arrow_down:
src/rinoh/paragraph.py 34.19% <0.00%> (-57.91%) :arrow_down:
src/rinoh/backend/pdf/util.py 27.27% <0.00%> (-57.58%) :arrow_down:
src/rinoh/font/opentype/parse.py 43.88% <0.00%> (-53.24%) :arrow_down:
src/rinoh/backend/pdf/xobject/jpeg.py 19.90% <0.00%> (-52.49%) :arrow_down:
... and 52 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 year ago

@dependabot rebase

dependabot[bot] commented 1 year ago

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