14
0

Accepting request 897750 from home:mnhauke

- 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.

- 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.

OBS-URL: https://build.opensuse.org/request/show/897750
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pikepdf?expand=0&rev=20
This commit is contained in:
2021-06-07 07:12:14 +00:00
committed by Git OBS Bridge
parent d07d3a8ef0
commit c3da75623c
4 changed files with 35 additions and 4 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Jun 5 20:02:00 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- 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 <mardnh@gmx.de>
- 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 <mardnh@gmx.de>