diff --git a/pikepdf-8.10.1.tar.gz b/pikepdf-8.10.1.tar.gz new file mode 100644 index 0000000..cc2c790 --- /dev/null +++ b/pikepdf-8.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed9c0f2908e05e8fdeab14ad73d25924da90f57d3485f3a01acfac6078396af +size 2866702 diff --git a/pikepdf-8.9.0.tar.gz b/pikepdf-8.9.0.tar.gz deleted file mode 100644 index 49bd9c5..0000000 --- a/pikepdf-8.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65c34ed3d9834d01ec0622576af2636f162eaf1a2c1ddf9bc19daf8641c71389 -size 2865109 diff --git a/python-pikepdf.changes b/python-pikepdf.changes index f9b591c..ccc1d9d 100644 --- a/python-pikepdf.changes +++ b/python-pikepdf.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Dec 27 14:00:51 UTC 2023 - Dirk Müller + +- 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 @@ -17,7 +28,7 @@ Wed Dec 13 14:43:49 UTC 2023 - ecsos - 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 - 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 @@ -97,9 +108,9 @@ Mon Jul 24 07:47:14 UTC 2023 - Dirk Müller - 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 diff --git a/python-pikepdf.spec b/python-pikepdf.spec index bff3861..c81bb96 100644 --- a/python-pikepdf.spec +++ b/python-pikepdf.spec @@ -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