14
0

Accepting request 1132933 from home:jonapap

- update to 8.9.0
  * Overhauled documentation
  * Added new pikepdf.canvas module with rudimentary content stream creation functions
  * Fixed pikepdf.Matrix.rotated() so it now rotates in the advertised direction
  * pikepdf.PdfMatrix is now deprecated, in favor of pikepdf.Matrix
  * Improve behavior around truthiness of pikepdf.Name
  * Implemented Page.artbox and Page.bleedbox to access these page dimension boxes
  * Fixed exception on certain PdfImage.__repr__ when the image’s mode was invalid
  * Fixed some minor issues that caused code coverage to miss some covered lines

OBS-URL: https://build.opensuse.org/request/show/1132933
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pikepdf?expand=0&rev=40
This commit is contained in:
2023-12-14 09:41:02 +00:00
committed by Git OBS Bridge
parent 3270c54b3c
commit 2f65cbf3f6
2 changed files with 19 additions and 4 deletions

View File

@@ -29,6 +29,19 @@ Wed Dec 13 14:43:49 UTC 2023 - ecsos <ecsos@opensuse.org>
- Fixed some minor issues that caused code coverage to miss some covered lines.
- Removed some unused code.
-------------------------------------------------------------------
Mon Dec 11 17:29:49 UTC 2023 - Jonathan Papineau <jonathan@jontech.app>
- update to 8.9.0
* Overhauled documentation
* Added new pikepdf.canvas module with rudimentary content stream creation functions
* Fixed pikepdf.Matrix.rotated() so it now rotates in the advertised direction
* pikepdf.PdfMatrix is now deprecated, in favor of pikepdf.Matrix
* Improve behavior around truthiness of pikepdf.Name
* Implemented Page.artbox and Page.bleedbox to access these page dimension boxes
* Fixed exception on certain PdfImage.__repr__ when the images mode was invalid
* Fixed some minor issues that caused code coverage to miss some covered lines
-------------------------------------------------------------------
Sat Oct 21 23:05:48 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>