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:           Fri Oct 11 12:43:58 UTC 2024

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

Log Message:
py-pdf: updated to 5.0.1

Version 5.0.1, 2024-09-29

New Features (ENH)
- Add `full` parameter to PdfWriter constructor

Bug Fixes (BUG)
- Update pyproject.toml with minimum Python version of 3.8
- Cope with unbalanced delimiters in dictionary object
- Cope with encoding with too many differences
- Missing spaces in extract_text() method
- Tolerate truncated files and no warning when jumping startxref

Robustness (ROB)
- Repair PDF with invalid Root object
- Continue parsing dictionary object when error is detected
- Merge documents with invalid pages in named destinations
- Tolerate comments in arrays

Developer Experience (DEV)
- Use latest Python version for benchmarking

Maintenance (MAINT)
- Add tests to source distributions
- Refactor _update_field_annotation


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.23 -r1.24 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.27 pkgsrc/textproc/py-pdf/Makefile:1.28
--- pkgsrc/textproc/py-pdf/Makefile:1.27        Sun Sep 22 16:19:49 2024
+++ pkgsrc/textproc/py-pdf/Makefile     Fri Oct 11 12:43:58 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2024/09/22 16:19:49 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2024/10/11 12:43:58 adam Exp $
 
-DISTNAME=      pypdf-5.0.0
+DISTNAME=      pypdf-5.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pypdf/}
@@ -14,9 +14,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-flit_core>
 # full
 DEPENDS+=      ${PYPKGPREFIX}-Pillow>=8.0.0:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
-# tests not included
-# https://github.com/py-pdf/pypdf/issues/2864
-#TEST_DEPENDS+=        ${PYPKGPREFIX}-test_socket-[0-9]*:../../devel/py-test_socket
+TEST_DEPENDS+= ${PYPKGPREFIX}-test_socket-[0-9]*:../../devel/py-test_socket
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/textproc/py-pdf/distinfo
diff -u pkgsrc/textproc/py-pdf/distinfo:1.23 pkgsrc/textproc/py-pdf/distinfo:1.24
--- pkgsrc/textproc/py-pdf/distinfo:1.23        Sun Sep 22 16:19:49 2024
+++ pkgsrc/textproc/py-pdf/distinfo     Fri Oct 11 12:43:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2024/09/22 16:19:49 wiz Exp $
+$NetBSD: distinfo,v 1.24 2024/10/11 12:43:58 adam Exp $
 
-BLAKE2s (pypdf-5.0.0.tar.gz) = 43ca2a7bcc68d9ffbabdae76a45f741bfbf1c8eb7118db44bed21ee70a02a841
-SHA512 (pypdf-5.0.0.tar.gz) = acfec9ca10fa3a5a1fb2ca0aad70bf22404df6dc466c01374fa03e164a9869b2f451c6966c4d9e99bf2c15b0448e933e3146dbdaf331443b40b87c1cd701acf9
-Size (pypdf-5.0.0.tar.gz) = 291148 bytes
+BLAKE2s (pypdf-5.0.1.tar.gz) = 465e8cb9889e37d8a5c42c66c9d0a0328d70633931092cd8ae96c5d14d9e4020
+SHA512 (pypdf-5.0.1.tar.gz) = 73f893900c352a84b6cdeb60a61b6a41992981e0ed09c41581eab0e8b63143f82747bd45b1fd632413f47cdebf0fe9929b507c7d2a335829f9127b5e89bd7907
+Size (pypdf-5.0.1.tar.gz) = 4999113 bytes



Home | Main Index | Thread Index | Old Index