1
0
forked from pool/python-PyPDF2

Accepting request 489737 from home:simotek:branches:devel:languages:python

- Convert to single spec
- Update to version 1.26.0

OBS-URL: https://build.opensuse.org/request/show/489737
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyPDF2?expand=0&rev=6
This commit is contained in:
2017-04-21 11:20:22 +00:00
committed by Git OBS Bridge
parent f190fd47b4
commit 0471fd5ccb
4 changed files with 75 additions and 16 deletions

View File

@@ -1,3 +1,60 @@
-------------------------------------------------------------------
Thu Apr 20 04:22:33 UTC 2017 - sflees@suse.de
- Convert to single spec
- Update to version 1.26.0
* NOTE: Active maintenance on PyPDF2 is resuming after a hiatus
* Fixed a bug where image resources where incorrectly overwritten
when merging pages
* Added dictionary for JavaScript actions to the root (louib)
* Added unit tests for the JS functionality (louib)
* Add more Python 3 compatibility when reading inline images (im2703
and (VyacheslavHashov)
* Return NullObject instead of raising error when failing to resolve
object (ctate)
* Don't output warning for non-zeroed xref table when strict=False
(BenRussert)
* Remove extraneous zeroes from output formatting (speedplane)
* Fix bug where reading an inline image would cut off prematurely in
certain cases (speedplane)
- Changes for 1.25
BUGFIXES:
* Added Python 3 algorithm for ASCII85Decode. Fixes issue when
reading reportlab-generated files with Py 3 (jerickbixly)
* Recognize more escape sequence which would otherwise throw an
exception (manuelzs, robertsoakes)
* Fixed overflow error in generic.py. Occurred
when reading a too-large int in Python 2 (by Raja Jamwal)
* Allow access to files which were encrypted with an empty
password. Previously threw a "File has not been decrypted"
exception (Elena Williams)
* Do not attempt to decode an empty data stream. Previously
would cause an error in decode algorithms (vladir)
* Fixed some type issues specific to Py 2 or Py 3
* Fix issue when stream data begins with whitespace (soloma83)
* Recognize abbreviated filter names (AlmightyOatmeal and
Matthew Weiss)
* Copy decryption key from PdfFileReader to PdfFileMerger.
Allows usage of PdfFileMerger with encrypted files (twolfson)
* Fixed bug which occurred when a NameObject is present at end
of a file stream. Threw a "Stream has ended unexpectedly"
exception (speedplane)
FEATURES:
* Initial work on a test suite; to be expanded in future.
Tests and Resources directory added, README updated (robertsoakes)
* Added document cloning methods to PdfFileWriter:
appendPagesFromReader, cloneReaderDocumentRoot, and
cloneDocumentFromReader. See official documentation (robertsoakes)
* Added method for writing to form fields: updatePageFormFieldValues.
This will be enhanced in the future. See official documentation
(robertsoakes)
* New addAttachment method. See documentation. Support for adding
and extracting embedded files to be enhanced in the future
(moshekaplan)
* Added methods to get page number of given PageObject or
Destination: getPageNumber and getDestinationPageNumber.
See documentation (mozbugbox)
-------------------------------------------------------------------
Mon May 11 18:00:56 UTC 2015 - benoit.monin@gmx.fr