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:           Sun Aug 27 02:57:50 UTC 2023

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

Log Message:
py-pdf: updated to 3.15.3

Version 3.15.3, 2023-08-26

Bug Fixes (BUG)
-  Check version of crypt provider
-  TypeError: can't concat str to bytes
-  Require flit_core >= 3.9

Version 3.15.2, 2023-08-20

Security (SEC)
-  Avoid endless recursion of reading damaged PDF file

Performance Improvements (PI)
-  Re-use content stream

Maintenance (MAINT)
-  Make ParseError inherit from PyPdfError


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.8 -r1.9 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.10 pkgsrc/textproc/py-pdf/Makefile:1.11
--- pkgsrc/textproc/py-pdf/Makefile:1.10        Thu Aug 24 20:05:25 2023
+++ pkgsrc/textproc/py-pdf/Makefile     Sun Aug 27 02:57:50 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2023/08/24 20:05:25 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2023/08/27 02:57:50 adam Exp $
 
-DISTNAME=      pypdf-3.15.1
+DISTNAME=      pypdf-3.15.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pypdf/}

Index: pkgsrc/textproc/py-pdf/distinfo
diff -u pkgsrc/textproc/py-pdf/distinfo:1.8 pkgsrc/textproc/py-pdf/distinfo:1.9
--- pkgsrc/textproc/py-pdf/distinfo:1.8 Thu Aug 24 20:05:25 2023
+++ pkgsrc/textproc/py-pdf/distinfo     Sun Aug 27 02:57:50 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/08/24 20:05:25 wiz Exp $
+$NetBSD: distinfo,v 1.9 2023/08/27 02:57:50 adam Exp $
 
-BLAKE2s (pypdf-3.15.1.tar.gz) = 5aa34a0f1a49399b5210be52901e99ffed5939bd2e1bfa9034d07c364b5f0f3b
-SHA512 (pypdf-3.15.1.tar.gz) = 14eb4c27883301ced7ed3f75bb1d403299744062276dc7fabb8dab17236c9b0637852a450a1279831c1874f764dcb1663a454311e126a4ff61a765a91e5fefce
-Size (pypdf-3.15.1.tar.gz) = 268859 bytes
+BLAKE2s (pypdf-3.15.3.tar.gz) = 071e666ee63ef370c2cae64055154be91be8eea5fedc932c8f76c6879372cebb
+SHA512 (pypdf-3.15.3.tar.gz) = 45a6d74dea7c31a943f121293e334105df9df358a3e9accc14c9362f4cde20a9e57c0d5063aac8ab57260303c77c0e9aeecd6f81714bda6a98fe47262a5c00e1
+Size (pypdf-3.15.3.tar.gz) = 269925 bytes



Home | Main Index | Thread Index | Old Index