forked from pool/python-pikepdf
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user