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: wiz
Date: Thu Aug 24 20:05:25 UTC 2023
Modified Files:
pkgsrc/textproc/py-pdf: Makefile distinfo
Log Message:
py-pdf: update to 3.15.1.
## Version 3.15.1, 2023-08-13
### Performance Improvements (PI)
- optimize _decode_png_prediction (#2068)
### Bug Fixes (BUG)
- Fix incorrect tm_matrix in call to visitor_text (#2060)
- Writing German characters into form fields (#2047)
- Prevent stall when accessing image in corrupted pdf (#2081)
- append() fails when articles do not have /T (#2080)
### Robustness (ROB)
- Cope with xref not followed by separator (#2083)
## Version 3.15.0, 2023-08-06
### New Features (ENH)
- Add `level` parameter to compress_content_streams (#2044)
- Process /uniHHHH for text_extract (#2043)
### Bug Fixes (BUG)
- Fix AnnotationBuilder.link (#2066)
- JPX image without ColorSpace (#2062)
- Added check for field /Info when cloning reader document (#2055)
- Fix indexed/CMYK images (#2039)
### Maintenance (MAINT)
- Cryptography as primary dependency (#2053)
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.7 -r1.8 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.9 pkgsrc/textproc/py-pdf/Makefile:1.10
--- pkgsrc/textproc/py-pdf/Makefile:1.9 Wed Aug 16 00:38:05 2023
+++ pkgsrc/textproc/py-pdf/Makefile Thu Aug 24 20:05:25 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2023/08/16 00:38:05 gutteridge Exp $
+# $NetBSD: Makefile,v 1.10 2023/08/24 20:05:25 wiz Exp $
-DISTNAME= pypdf-3.14.0
+DISTNAME= pypdf-3.15.1
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.7 pkgsrc/textproc/py-pdf/distinfo:1.8
--- pkgsrc/textproc/py-pdf/distinfo:1.7 Sat Aug 5 07:29:15 2023
+++ pkgsrc/textproc/py-pdf/distinfo Thu Aug 24 20:05:25 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/08/05 07:29:15 adam Exp $
+$NetBSD: distinfo,v 1.8 2023/08/24 20:05:25 wiz Exp $
-BLAKE2s (pypdf-3.14.0.tar.gz) = 78d2df78375696166a302d55e07b85f14afbaa22c5248691cdd34fe3f68a4beb
-SHA512 (pypdf-3.14.0.tar.gz) = 22657c2960607575a9e5034d83a1994f9d9718f18b8b09726f201201206a88d7e6339c54a0c4ee57befaa74780c7720eee562a9d31e869974d8f1957a48dd266
-Size (pypdf-3.14.0.tar.gz) = 267578 bytes
+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
Home |
Main Index |
Thread Index |
Old Index