14
0
forked from pool/python-pydyf

Accepting request 1032039 from home:yarunachalam:branches:devel:languages:python

- Update to version 0.5.0
  * Add the PDF.page_references property
  * Revert the PDF.pages['Kids'] behavior to be backwards compatible with version 0.3.0
- Update to version 0.4.0 
  * Allow nth page’s reference to be retrieved using PDF.pages['Kids'][n]

OBS-URL: https://build.opensuse.org/request/show/1032039
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydyf?expand=0&rev=10
This commit is contained in:
2022-10-29 09:59:33 +00:00
committed by Git OBS Bridge
parent 42c604184b
commit d36c99fbf2
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Oct 28 20:04:09 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 0.5.0
* Add the PDF.page_references property
* Revert the PDF.pages['Kids'] behavior to be backwards compatible with version 0.3.0
- Update to version 0.4.0
* Allow nth pages reference to be retrieved using PDF.pages['Kids'][n]
-------------------------------------------------------------------
Wed Oct 12 14:08:39 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>