forked from pool/python-pydyf
- 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
42 lines
1.4 KiB
Plaintext
42 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
||
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 page’s reference to be retrieved using PDF.pages['Kids'][n]
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Oct 12 14:08:39 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||
|
||
- Update to version 0.3.0
|
||
* Support marked content
|
||
* Allow version and ID to be specified when initializing PDF objects
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Aug 16 20:25:37 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||
|
||
- Implement python packaging best practices for build requirements,
|
||
testing and files section
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Aug 13 11:44:53 UTC 2022 - Axel Braun <axel.braun@gmx.de>
|
||
|
||
- Update to version 0.2.0
|
||
* Requires Python 3.7+
|
||
* change buildsystem to .toml
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Dec 15 07:53:09 UTC 2021 - pgajdos@suse.com
|
||
|
||
- fix build (testsuite run)
|
||
- pytest-runner is not required for build
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Nov 18 16:23:51 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
||
|
||
- version 0.1.2
|
||
inital OBS build
|