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:           Wed Jun 28 08:45:30 UTC 2023

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

Log Message:
py-pdf: update to 3.11.0.

## Version 3.11.0, 2023-06-23

### New Features (ENH)
-  Add page_number property (#1856)

### Bug Fixes (BUG)
- File expansion when updating with Page Contents (#1906)
- Missing Alternate in indexed/ICCbased colorspaces (#1896)

## Version 3.10.0, 2023-06-18

### New Features (ENH)
-  Extraction of inline images (#1850)
-  Add capability to replace image (#1849)
-  Extend images interface by returning an ImageFile(File) class (#1848)
-  Add set_data to EncodedStreamObject (#1854)

### Bug Fixes (BUG)
-  Fix RGB FlateEncode Images(PNG) and transparency (#1834)
-  Generate static appearance for fields (#1864)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/textproc/py-pdf/Makefile:1.4
--- pkgsrc/textproc/py-pdf/Makefile:1.3 Thu Jun 15 20:04:20 2023
+++ pkgsrc/textproc/py-pdf/Makefile     Wed Jun 28 08:45:30 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2023/06/15 20:04:20 adam Exp $
+# $NetBSD: Makefile,v 1.4 2023/06/28 08:45:30 wiz Exp $
 
-DISTNAME=      pypdf-3.9.1
+DISTNAME=      pypdf-3.11.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pypdf/}

Index: pkgsrc/textproc/py-pdf/distinfo
diff -u pkgsrc/textproc/py-pdf/distinfo:1.2 pkgsrc/textproc/py-pdf/distinfo:1.3
--- pkgsrc/textproc/py-pdf/distinfo:1.2 Thu Jun 15 20:04:20 2023
+++ pkgsrc/textproc/py-pdf/distinfo     Wed Jun 28 08:45:30 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/06/15 20:04:20 adam Exp $
+$NetBSD: distinfo,v 1.3 2023/06/28 08:45:30 wiz Exp $
 
-BLAKE2s (pypdf-3.9.1.tar.gz) = 7e705dd55115944a7134c943132e77b372f283a70eeb43f64583eb4a286557a4
-SHA512 (pypdf-3.9.1.tar.gz) = b232221ea3eba67651e1ac170620e8ff874802e36919c02365c38e361f138e5a1ffda47ead3144af4f8c34fca8a362d14ec566fcc1a8d628243b3d0af52f6292
-Size (pypdf-3.9.1.tar.gz) = 250975 bytes
+BLAKE2s (pypdf-3.11.0.tar.gz) = a1bcb8c1ec2e9d332fdf7c94f1195475e4d3a92f6e9f79e00e4f26a52ec55572
+SHA512 (pypdf-3.11.0.tar.gz) = ccc6de6c7401eb5342a8dc72af6c99591d11f3c6a7cae040a4092ab5a3628945ebefcae2a05da57a41e036a91e0e03199240f7830cee709beddc0fec0c776424
+Size (pypdf-3.11.0.tar.gz) = 259329 bytes



Home | Main Index | Thread Index | Old Index