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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53bf432be00fcb2f2a56c44b64c1b75e4c8f9fe0dcc97721319c53939fed8047
|
||||
size 2391597
|
3
pikepdf-2.12.1.tar.gz
Normal file
3
pikepdf-2.12.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1cdb7f7ccb4c2b0591718fdc6baf9f68f2f8e60f9a3b99a3878f44c21ae921ea
|
||||
size 2310182
|
@@ -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>
|
||||
|
||||
|
@@ -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