2024-03-03 16:29:19 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pydyf: updated to 0.9.0
Version 0.9.0
Dependencies:
Python 3.12 is supported and tested
Python 3.8+ is now needed, Python 3.7 is not supported anymore
New features:
Add inline images support
Performance:
Simplify _to_bytes()
Documentation:
Add sample to create a PDF with metadata
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-10-02 10:12:19 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pydyf: updated to 0.8.0
Version 0.8.0
New features:
* Add text rise operator
|
2023-08-29 08:58:04 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pydyf: updated to 0.7.0
Version 0.7.0
Dependencies:
* Python 3.11 is supported and tested
Bug fixes:
* Fix size of fields for xref
|
2023-06-30 09:54:06 by Klaus Klein | Files touched by this commit (2) |
Log message:
print/py-pydyf: Update to 0.6.0.
Version 0.6.0
-------------
Released on 2023-03-29.
New features:
* 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
Version 0.5.0
-------------
Released on 2022-10-11.
New features:
* Add the PDF.page_references property
* Revert the PDF.pages['Kids'] behavior to be backwards compatible with version 0.3.0
Version 0.4.0
-------------
Released on 2022-10-11.
New features:
* Allow nth page’s reference to be retrieved using PDF.pages['Kids'][n]
Version 0.3.0
-------------
Released on 2022-09-19.
New features:
* Support marked content
* Allow version and ID to be specified when initializing PDF objects
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2022-07-13 21:51:49 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-pydyf: add missing py-flit_core build dependency
|
2022-07-09 20:36:41 by Klaus Klein | Files touched by this commit (3) |
Log message:
py-pydyf: Update to 0.2.0.
Version 0.2.0
-------------
Released on 2022-05-23.
Dependencies:
* Python 3.7+ is now needed, Python 3.6 is not supported anymore
New features:
* `d0be36b <https://github.com/CourtBouillon/pydyf/commit/d0be36b>`_:
Allow to set PDF version
* `879261c <https://github.com/CourtBouillon/pydyf/commit/879261c>`_:
Allow to set PDF identifier
|
2022-01-10 23:00:09 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-pydyf: convert to egg.mk
|
2021-11-19 10:43:08 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
py-pydyf: added version 0.1.2
pydyf is a low-level PDF generator written in Python and based on PDF
specification 1.7.
|