14
0
forked from pool/python-pydyf
Files
python-pydyf/python-pydyf.changes
Dirk Mueller c3ff4ac350 - update to 0.6.0:
* Add an option to use compressed object streams for PDF 1.5+,
    with financial support from Code & Co.
  * Add new text operators
  * Clean and fix documentation

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydyf?expand=0&rev=12
2023-05-04 19:32:31 +00:00

51 lines
1.8 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-------------------------------------------------------------------
Thu May 4 19:31:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.6.0:
* Add an option to use compressed object streams for PDF 1.5+,
with financial support from Code & Co.
* Add new text operators
* Clean and fix documentation
-------------------------------------------------------------------
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>
- 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