forked from pool/python-pikepdf
- update to 8.10.1:
* Rebuilt with QPDF 11.6.4. * Replaced use of a custom C++ logger with sharing QPDF's. It is still relayed to the Python logger. * Added a simpler API for adding attachments from bytes data. * Deprecated use of Object.parse(str) in favor of Object.parse(bytes). The former, unfortunately, implemented some operations backwards are used in a page with multiple compression filters * Documentation updates. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pikepdf?expand=0&rev=42
This commit is contained in:
3
pikepdf-8.10.1.tar.gz
Normal file
3
pikepdf-8.10.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ed9c0f2908e05e8fdeab14ad73d25924da90f57d3485f3a01acfac6078396af
|
||||
size 2866702
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65c34ed3d9834d01ec0622576af2636f162eaf1a2c1ddf9bc19daf8641c71389
|
||||
size 2865109
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 27 14:00:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 8.10.1:
|
||||
* Rebuilt with QPDF 11.6.4.
|
||||
* Replaced use of a custom C++ logger with sharing QPDF's.
|
||||
It is still relayed to the Python logger.
|
||||
* Added a simpler API for adding attachments from bytes data.
|
||||
* Deprecated use of Object.parse(str) in favor of
|
||||
Object.parse(bytes).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 13 14:43:49 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
@@ -17,7 +28,7 @@ Wed Dec 13 14:43:49 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
- Fixed pikepdf.Matrix.rotated() so it now rotates in the advertised direction.
|
||||
- Update to 8.7.0
|
||||
- pikepdf.PdfMatrix is now deprecated, in favor of pikepdf.Matrix.
|
||||
The former, unfortunately, implemented some operations backwards
|
||||
The former, unfortunately, implemented some operations backwards
|
||||
compared to the PDF reference manual. The new class fixes these issues,
|
||||
and adds more functionality, promoting transformation matrix to first class objects.
|
||||
PdfMatrix is now deprecated and will be removed in the next major release.
|
||||
@@ -28,7 +39,7 @@ Wed Dec 13 14:43:49 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
- 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.
|
||||
- Removed some unused code.
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 11 17:29:49 UTC 2023 - Jonathan Papineau <jonathan@jontech.app>
|
||||
|
||||
@@ -97,9 +108,9 @@ Mon Jul 24 07:47:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
- update to 8.2.1:
|
||||
* Support for Python 3.7 is dropped.
|
||||
* Added Page.form_xobjects, which returns all Form XObjects that
|
||||
are used in a page
|
||||
are used in a page
|
||||
* Fixed an issue with extracting images that were compressed
|
||||
with multiple compression filters
|
||||
with multiple compression filters
|
||||
* Improved Object.repr() to avoid printing the entire contents
|
||||
of large object trees such as those in PDFs with structural
|
||||
element trees.
|
||||
@@ -430,7 +441,7 @@ Tue Mar 24 11:58:35 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
- version update to 1.10.3
|
||||
* Fixed ``isinstance(obj, pikepdf.Operator)`` not working. (#86)
|
||||
* Documentation updates.
|
||||
* Documentation updates.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 16 09:39:13 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pikepdf
|
||||
Version: 8.9.0
|
||||
Version: 8.10.1
|
||||
Release: 0
|
||||
Summary: Read and write PDFs with Python, powered by qpdf
|
||||
License: MPL-2.0
|
||||
|
Reference in New Issue
Block a user