pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-pdf



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Mar  3 13:06:43 UTC 2025

Modified Files:
        pkgsrc/textproc/py-pdf: Makefile distinfo

Log Message:
py-pdf: updated to 5.3.1

5.3.1

Bug Fixes (BUG)

Use the correct name StandardEncoding for the predefined cmap
Handle inline images containing EI  sequences
Fix check box value which should be name object
Fix stream position on inline image fallback extraction
Fix object count for incremental writer

Robustness (ROB)

Avoid index errors on empty lines in xref table
Improve handling of LZW decoder table overflow
Ignore non-numbers for width when building font width map
Avoid negative seek values when reading partially broken files

Documentation (DOC)

Fixed PageObject.images example usage for replacing image


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/textproc/py-pdf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-pdf/Makefile
diff -u pkgsrc/textproc/py-pdf/Makefile:1.32 pkgsrc/textproc/py-pdf/Makefile:1.33
--- pkgsrc/textproc/py-pdf/Makefile:1.32        Sun Feb 23 20:44:51 2025
+++ pkgsrc/textproc/py-pdf/Makefile     Mon Mar  3 13:06:43 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2025/02/23 20:44:51 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2025/03/03 13:06:43 adam Exp $
 
-DISTNAME=      pypdf-5.3.0
+DISTNAME=      pypdf-5.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pypdf/}
 

Index: pkgsrc/textproc/py-pdf/distinfo
diff -u pkgsrc/textproc/py-pdf/distinfo:1.27 pkgsrc/textproc/py-pdf/distinfo:1.28
--- pkgsrc/textproc/py-pdf/distinfo:1.27        Wed Feb 12 12:12:49 2025
+++ pkgsrc/textproc/py-pdf/distinfo     Mon Mar  3 13:06:43 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2025/02/12 12:12:49 adam Exp $
+$NetBSD: distinfo,v 1.28 2025/03/03 13:06:43 adam Exp $
 
-BLAKE2s (pypdf-5.3.0.tar.gz) = 6766d7d50ac3221baaf773337f5da6cdde83ae3927eaedd6d000bc924892b4d8
-SHA512 (pypdf-5.3.0.tar.gz) = f53d5ba5695102bb4a122e2ac208f7a40a4a5790b9204a513f5493ea95d194031bbe10618c442bc4de072375da521cc928f6c7a9310135de79061866ecc7a7ce
-Size (pypdf-5.3.0.tar.gz) = 5024226 bytes
+BLAKE2s (pypdf-5.3.1.tar.gz) = 8b301bd217f238a3f7788e6e7d02a08bd0c7e97d1ad01b2be87d5a4cbb69aa93
+SHA512 (pypdf-5.3.1.tar.gz) = b397f2a3a4f85d20e2679ecb011dea94c430576ae1ec341ec1b273f50dec9d387466c12b78c28cbc72b572d733b5286d8c076ae2773e2127181c431d89a6982b
+Size (pypdf-5.3.1.tar.gz) = 5011845 bytes



Home | Main Index | Thread Index | Old Index