./print/py-PDF2, PDF library for python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.26.0nb2, Package name: py310-PDF2-1.26.0nb2, Maintainer: pkgsrc-users

PyPDF2 is a library for handling PDF files for python. It is an
enhanced version of pyPdf, supporting more PDF files encountered
in the wild with better error handling.


Required to run:
[lang/python310]

Master sites:

Filesize: 194.862 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-22 15:30:09 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-PDF2: fix PLIST for python 2.7
   2022-01-10 21:24:15 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-PDF2: fix for python 2.7
   2022-01-10 09:44:17 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-PDF2: convert to egg.mk
   2021-10-26 13:15:15 by Nia Alarie | Files touched by this commit (1670)
Log message:
print: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:52:04 by Nia Alarie | Files touched by this commit (1670)
Log message:
print: Remove SHA1 hashes for distfiles
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2019-07-29 22:40:19 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
py-PDF2-1.26.0nb1: Preserve annoations while merging pages
   2016-09-02 16:29:56 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Updated print/py-PDF2 to 1.26.0
-------------------------------
Version 1.26.0, 2016-05-18
--------------------------

 - NOTE: Active maintenance on PyPDF2 is resuming after a hiatus

 - Fixed a bug where image resources where incorrectly
   overwritten when merging pages

 - Added dictionary for JavaScript actions to the root (louib)

 - Added unit tests for the JS functionality (louib)

 - Add more Python 3 compatibility when reading inline images (im2703
   and (VyacheslavHashov)

 - Return NullObject instead of raising error when failing to resolve
   object (ctate)

 - Don't output warning for non-zeroed xref table when strict=False
   (BenRussert)

 - Remove extraneous zeroes from output formatting (speedplane)

 - Fix bug where reading an inline image would cut off prematurely
   in certain cases (speedplane)

(pkgsrc changes)
 - Githubify