2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | ![Package updated](https://pkgsrc.se/images/update.gif) |
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-09-09 23:32:34 by Thomas Klausner | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-pspdfutils: update to 3.2.0.
This release improves support for reading the paper size of PostScript
files. In particular, it will try to use PageBoundingBox, BoundingBox, and
HiResBoundingBox settings, if there is no DocumentMedia, in that order. If
it uses a BoundingBox or HiResBoundingBox setting, it will warn the user
that it has guessed the page size when this matters (for example, when
running psnup).
|
2023-08-24 22:14:11 by Thomas Klausner | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-pspdfutils: update to 3.1.1.
3.1.1
This release is a minor update that requires pypdf 3.15.2, as this
release changed some test results cosmetically.
There is no need to upgrade if you’re not concerned with running
the tests.
3.1.0
This release adds the ability to pass the page specs to psnup
without the --specs flag, for backwards compatibility with PSUtils
1.x. This usage is deprecated, and is not recommended, but in 1.x
it was mandatory.
The release also fixes PDF output when the output is sent to standard
output.
Thanks to James Clark for reporting both bugs.
3.0.9
This release updates to PyPDF 3.15.
|
2023-08-05 09:35:24 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-pspdfutils: updated to 3.0.8
Release v3.0.8
This release updates the back-end library pypdf to version 3.12.
Since pypdf 3.11 and later optimize the PDF output better than earlier versions, \
some test results had to be regenerated.
Release v3.0.7
This release fixes obtaining paper sizes from the ‘paper’ program in locales
that use a decimal point that is not a full stop.
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-19 14:59:27 by Thomas Klausner | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-pspdfutils: update to 3.0.6.
Fix Homepage link, and restrict PyPDF to 3.10.x for now, until
later versions can be validated.
|
2023-06-22 13:19:31 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
py-pspdfutils: Fix bogus PKGMANDIR assumption.
|
2023-06-15 21:48:06 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-pspdfutils: updated to 3.0.4
v3.0.4
This release fixes a bug with the --draw argument when a value was not
supplied.
|
2023-06-13 20:24:46 by Thomas Klausner | Files touched by this commit (8) |
Log message:
py-pspdfutils: not for Python 3.8
|
2023-06-06 16:01:23 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-pspdfutils: not for python 3.7
try adding a dependency to fix build with 3.8
(officially this is 3.9+)
|