AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- bumping version number to 1.13+20130112 to allow Requires: > 1.13 - added pypdf_encryption_string_unicode_bug.patch fixing https://bugs.launchpad.net/pypdf/+bug/242756 The codebase at http://pybrary.net/pyPdf/ has not accepted any of the 13 pull requests waiting at https://github.com/mfenniak/pyPdf/pulls The patch above is pull/29 of this set.
- patch license to follow spdx.org standard
- Update to 1.13: - Fixed a typo in code for reading a "\b" escape character in strings. - Improved __repr__ in FloatObject. - Fixed a bug in reading octal escape sequences in strings. - Added getWidth and getHeight methods to the RectangleObject class. - Fixed compatibility warnings with Python 2.4 and 2.5. - Added addBlankPage and insertBlankPage methods on PdfFileWriter class. - Fixed a bug with circular references in page's object trees (typically annotations) that prevented correctly writing out a copy of those pages. - New merge page functions allow application of a transformation matrix. - To all patch contributors: I did a poor job of keeping this ChangeLog up-to-date for this release, so I an missing attributions here for any changes you submitted. Sorry! I'll do better in the future. - Cleaned up spec file: - Changed license to BSD2c - Removed authors - Fixed build for non-SUSE distros - Added spec license header - Use %%py_requires macro
- New package (1.12), based on home:babelworx:python/python-pypdf