diff --git a/pikepdf-2.5.2.tar.gz b/pikepdf-2.5.2.tar.gz deleted file mode 100644 index 451c766..0000000 --- a/pikepdf-2.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fc3e97b24dafbd4b1ac057c8f144c18467ce55d342a1a8c42688890ead58ef3 -size 2377882 diff --git a/pikepdf-2.8.0.tar.gz b/pikepdf-2.8.0.tar.gz new file mode 100644 index 0000000..52dff2a --- /dev/null +++ b/pikepdf-2.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ff96fddd21cd4c0830eb549137ea9eccbdbff8cef4f684322b9afb8e42ccb5 +size 2379793 diff --git a/python-pikepdf.changes b/python-pikepdf.changes index c996ffc..b966203 100644 --- a/python-pikepdf.changes +++ b/python-pikepdf.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Mar 4 19:17:02 UTC 2021 - Martin Hauke + +- Update to version 2.8.0 + * Fixed an issue with extracting data from images that had their + DecodeParms structured as a list of dictionaries. + * Fixed an issue where a dangling stream object is created if we + fail to create the requested stream dictionary. + * Calling Dictionary() and Array() on objects which are already + of that type returns a shallow copy rather than throwing an + exception, in keeping with Python semantics. +- Update to version 2.7.0 + * Added an option to tell Pdf.save to recompress flate streams, + and a global option to set the flate compression level. This + option can be use to force the recompression of flate streams + if they are not well compressed. + * Fixed "TypeError: only pages can be inserted" when attempting + to an insert an unowned page using QPDF 10.2.0 or later. +- Update to version 2.6.0 + * Rebuild wheels against QPDF 10.2.0. + ------------------------------------------------------------------- Sun Feb 7 13:18:33 UTC 2021 - John Vandenberg diff --git a/python-pikepdf.spec b/python-pikepdf.spec index b4bbf27..7fc93e9 100644 --- a/python-pikepdf.spec +++ b/python-pikepdf.spec @@ -2,7 +2,7 @@ # spec file for package python-pikepdf # # Copyright (c) 2021 SUSE LLC -# Copyright (c) 2020, Martin Hauke +# Copyright (c) 2020-2021, Martin Hauke # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pikepdf -Version: 2.5.2 +Version: 2.8.0 Release: 0 Summary: Read and write PDFs with Python, powered by qpdf License: MPL-2.0