14
0

Accepting request 931979 from home:ecsos

- Update to 2.12.2
  - Rebuild wheels against libqpdf 10.3.2.
  - Enabled building Linux PyPy x86_64 wheels.
  - Fixed a minor issue where the inline images would have their
    abbreviations expanded when unparsed. While unlikely to be
    problematic, inline images usually use abbreviations in their
    metadata and should be kept that way.
  - Added notes to documentation about loading PDFs through Python
    file streams and cases that can lead to poor performance.
- Fix build error for Leap and Tumblweed.

OBS-URL: https://build.opensuse.org/request/show/931979
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pikepdf?expand=0&rev=22
This commit is contained in:
2021-11-17 15:12:41 +00:00
committed by Git OBS Bridge
parent c3da75623c
commit 25f5027cc5
4 changed files with 43 additions and 17 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Nov 17 09:25:21 UTC 2021 - ecsos <ecsos@opensuse.org>
- Update to 2.12.2
- Rebuild wheels against libqpdf 10.3.2.
- Enabled building Linux PyPy x86_64 wheels.
- Fixed a minor issue where the inline images would have their
abbreviations expanded when unparsed. While unlikely to be
problematic, inline images usually use abbreviations in their
metadata and should be kept that way.
- Added notes to documentation about loading PDFs through Python
file streams and cases that can lead to poor performance.
- Fix build error for Leap and Tumblweed.
-------------------------------------------------------------------
Sat Jun 5 20:02:00 UTC 2021 - Martin Hauke <mardnh@gmx.de>