File python-pypdf.changes of Package python-pypdf
-------------------------------------------------------------------
Sat Jan 12 17:07:25 UTC 2013 - jw@suse.com
- 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.
-------------------------------------------------------------------
Mon Feb 13 10:54:10 UTC 2012 - coolo@suse.com
- patch license to follow spdx.org standard
-------------------------------------------------------------------
Tue Mar 29 14:16:17 UTC 2011 - saschpe@suse.de
- 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
-------------------------------------------------------------------
Sat Dec 12 15:01:03 UTC 2009 - pascal.bleser@opensuse.org
- New package (1.12), based on home:babelworx:python/python-pypdf