diff --git a/pikepdf-2.11.0.tar.gz b/pikepdf-2.11.0.tar.gz deleted file mode 100644 index 6275060..0000000 --- a/pikepdf-2.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53bf432be00fcb2f2a56c44b64c1b75e4c8f9fe0dcc97721319c53939fed8047 -size 2391597 diff --git a/pikepdf-2.12.1.tar.gz b/pikepdf-2.12.1.tar.gz new file mode 100644 index 0000000..634df80 --- /dev/null +++ b/pikepdf-2.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cdb7f7ccb4c2b0591718fdc6baf9f68f2f8e60f9a3b99a3878f44c21ae921ea +size 2310182 diff --git a/python-pikepdf.changes b/python-pikepdf.changes index eea788c..577288e 100644 --- a/python-pikepdf.changes +++ b/python-pikepdf.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sat Jun 5 20:02:00 UTC 2021 - Martin Hauke + +- Update to version 2.12.1 + * Fixed documentation typo and updated precommit settings. + * Ongoing improvements to code coverage: now related to image + handling. +- Update to version 2.12.0 + * Complete bindings for ``pikepdf.Annotation`` (useful for + interpreting PDF form widgets, comments, etc.) + * Ongoing improvements to code coverage: minor bug fixes, + unreachable code removal, more coverage. +- Update to version 2.11.4 + * Fix issue #160, 'Tried to call pure virtual function + "TokenFilter::handle_token"'; this was a Python/C++ + reference counting problem. +- Update to version 2.11.3 + * Check for versions of jbig2dec that are too old to be + supported (lacking the necessary command line arguments to + extract an image from a PDF). + * Fix setup.py typo: cmd_class changed to cmdclass. + +------------------------------------------------------------------- +Fri Apr 23 06:29:22 UTC 2021 - Martin Hauke + +- Update to version 2.11.2 + * Added missing documentation for ``Pdf.is_encrypted``. +- Update to version 2.11.1 + * Fixed an issue with ``Object.emplace()`` not retaining the + original object's /Parent. + ------------------------------------------------------------------- Wed Apr 7 15:49:49 UTC 2021 - Martin Hauke diff --git a/python-pikepdf.spec b/python-pikepdf.spec index 742d0c8..e315324 100644 --- a/python-pikepdf.spec +++ b/python-pikepdf.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pikepdf -Version: 2.11.0 +Version: 2.12.1 Release: 0 Summary: Read and write PDFs with Python, powered by qpdf License: MPL-2.0