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 weasyprint from 62.3 to 63.0 in /src/presenters #410

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps weasyprint from 62.3 to 63.0.

Release notes

Sourced from weasyprint's releases.

v63.0

Read about this release on our blog.

Dependencies

  • Python 3.13 is now supported
  • pydyf 0.11.0+ is now needed
  • tinycss2 1.4.0+ is now needed
  • tinyhtml5 2.0.0+ is now needed, instead of html5lib

Features

  • #2252, #895: Handle page groups, with financial support from Code & Co.
  • #1630, #2286: Support CSS Color Level 4
  • #2192: Add PDF variant for debugging purpose
  • #2208: Support submit inputs in PDF forms
  • #2139: Support mask-border-* properties
  • #1831, #2143: Support radio inputs in PDF forms

Bug fixes

  • #2262: Avoid integer overflows when converting units from/to doubles
  • #2260: Avoid float collision with box establishing formatting context
  • #2240, #2242: Handle svg tags with no size
  • #2231, #1171, #2222, #1208: Fix several problems related to flex-direction: column
  • #2239: Don’t fail when SVG markers are undefined references
  • #2230, #2238: Set explicit flags when loading DLLs on Windows
  • #2228, #1942: Store original and PDF stream images in different cache slots
  • #2234: Apply stylesheet and other basic operations to SVG root tag
  • #2054, #2233: Keep auto margins on flex layout boxes
  • #1883: Don’t crash with empty list marker strings
  • #2216: Fix vertical alignment of out-of-flow elements in tables
  • #996, #2219: Don’t ignore absolutely positioned elements inside flex boxes
  • #2217: Don’t crash with normal column gaps
  • #1817: Don’t assume that lines break after spaces
  • #1868: Don’t break rows with atomic cells
  • #2166: Don’t display bottom border on cells in split rows
  • 61852c4: Capture fontTools logs when subsetting fonts
  • #2190: Don’t use a pattern when drawing backgrounds for no-repeat background images
  • #2185: Check that Harfbuzz version is at least 4.1.0 to subset fonts
  • #2180: Store width for all glyphs when font is not subset
  • #2183: Respect break-inside: avoid for flex items
  • #2055, #2058: Fix right-to-left tables with collapsed borders
  • #2179, #1128: Handle buggy Adobe Photoshop CMYK JPEGs
  • #2175: Don’t compress PDF metadata for PDF/A-1
  • #2174: Fix extra width distribution for auto table layout

Performance

  • #1155: Improve rendering speed for large colspan values

... (truncated)

Changelog

Sourced from weasyprint's changelog.

Version 63.0

Released on 2024-10-29.

Dependencies:

  • Python 3.13 is now supported
  • pydyf 0.11.0+ is now needed
  • tinycss2 1.4.0+ is now needed
  • tinyhtml5 2.0.0+ is now needed, instead of html5lib

Features:

  • [#2252](https://github.com/Kozea/WeasyPrint/issues/2252) <https://github.com/Kozea/WeasyPrint/pull/2252>, [#895](https://github.com/Kozea/WeasyPrint/issues/895) <https://github.com/Kozea/WeasyPrint/issues/895>: Handle page groups, with financial support from Code & Co.
  • [#1630](https://github.com/Kozea/WeasyPrint/issues/1630) <https://github.com/Kozea/WeasyPrint/issues/1630>, [#2286](https://github.com/Kozea/WeasyPrint/issues/2286) <https://github.com/Kozea/WeasyPrint/pull/2286>: Support CSS Color Level 4
  • [#2192](https://github.com/Kozea/WeasyPrint/issues/2192) <https://github.com/Kozea/WeasyPrint/pull/2192>_: Add PDF variant for debugging purpose
  • [#2208](https://github.com/Kozea/WeasyPrint/issues/2208) <https://github.com/Kozea/WeasyPrint/pull/2208>_: Support submit inputs in PDF forms
  • [#2139](https://github.com/Kozea/WeasyPrint/issues/2139) <https://github.com/Kozea/WeasyPrint/pull/2139>_: Support mask-border-* properties
  • [#1831](https://github.com/Kozea/WeasyPrint/issues/1831) <https://github.com/Kozea/WeasyPrint/issues/1831>, [#2143](https://github.com/Kozea/WeasyPrint/issues/2143) <https://github.com/Kozea/WeasyPrint/pull/2143>: Support radio inputs in PDF forms

Bug fixes:

  • [#2262](https://github.com/Kozea/WeasyPrint/issues/2262) <https://github.com/Kozea/WeasyPrint/issues/2262>_: Avoid integer overflows when converting units from/to doubles
  • [#2260](https://github.com/Kozea/WeasyPrint/issues/2260) <https://github.com/Kozea/WeasyPrint/pull/2260>_: Avoid float collision with box establishing formatting context
  • [#2240](https://github.com/Kozea/WeasyPrint/issues/2240) <https://github.com/Kozea/WeasyPrint/issues/2240>, [#2242](https://github.com/Kozea/WeasyPrint/issues/2242) <https://github.com/Kozea/WeasyPrint/pull/2242>: Handle svg tags with no size
  • [#2231](https://github.com/Kozea/WeasyPrint/issues/2231) <https://github.com/Kozea/WeasyPrint/pull/2231>, [#1171](https://github.com/Kozea/WeasyPrint/issues/1171) <https://github.com/Kozea/WeasyPrint/issues/1171>, [#2222](https://github.com/Kozea/WeasyPrint/issues/2222) <https://github.com/Kozea/WeasyPrint/issues/2222>, [#1208](https://github.com/Kozea/WeasyPrint/issues/1208) <https://github.com/Kozea/WeasyPrint/issues/1208>: Fix several problems related to flex-direction: column
  • [#2239](https://github.com/Kozea/WeasyPrint/issues/2239) <https://github.com/Kozea/WeasyPrint/issues/2239>_: Don’t fail when SVG markers are undefined references
  • [#2230](https://github.com/Kozea/WeasyPrint/issues/2230) <https://github.com/Kozea/WeasyPrint/issues/2230>, [#2238](https://github.com/Kozea/WeasyPrint/issues/2238) <https://github.com/Kozea/WeasyPrint/pull/2238>: Set explicit flags when loading DLLs on Windows
  • [#2228](https://github.com/Kozea/WeasyPrint/issues/2228) <https://github.com/Kozea/WeasyPrint/issues/2228>_,

... (truncated)

Commits
  • c9b6c5e Version 63.0
  • 701e9cf Merge pull request #2286 from Kozea/color4
  • 300cb3c Update artifact action version
  • e622612 Support Python 3.13
  • e9c4e19 Remove old Python 3.8 code
  • aa80901 Fix quotes in f-strings for older versions of Python
  • 9228a42 Fix darken/lighten operations with color level 4
  • f5d7949 Don’t use super when it’s not needed
  • 832c8bd Simplify custom Stream creation
  • bfc2003 Use tinycss2.color4
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 4, 2024
Bumps [weasyprint](https://github.com/Kozea/WeasyPrint) from 62.3 to 63.0.
- [Release notes](https://github.com/Kozea/WeasyPrint/releases)
- [Changelog](https://github.com/Kozea/WeasyPrint/blob/main/docs/changelog.rst)
- [Commits](Kozea/WeasyPrint@v62.3...v63.0)

---
updated-dependencies:
- dependency-name: weasyprint
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/src/presenters/weasyprint-63.0 branch from 215c5ad to 0406e55 Compare November 4, 2024 19:16
@Progress1 Progress1 merged commit fe37262 into main Nov 4, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/pip/src/presenters/weasyprint-63.0 branch November 4, 2024 19:20
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant