summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2016-09-02 14:29:55 +0000
committermef <mef@pkgsrc.org>2016-09-02 14:29:55 +0000
commit2caa4d1175637d732d8251dcdac966ae841759d1 (patch)
tree2da1779ea73d7f1d3b55ad8489a89c15810f7add /print
parent9bb229a6930e76a6ade3970d1a3b96a8c235bccd (diff)
downloadpkgsrc-2caa4d1175637d732d8251dcdac966ae841759d1.tar.gz
Updated print/py-PDF2 to 1.26.0
------------------------------- Version 1.26.0, 2016-05-18 -------------------------- - NOTE: Active maintenance on PyPDF2 is resuming after a hiatus - Fixed a bug where image resources where incorrectly overwritten when merging pages - Added dictionary for JavaScript actions to the root (louib) - Added unit tests for the JS functionality (louib) - Add more Python 3 compatibility when reading inline images (im2703 and (VyacheslavHashov) - Return NullObject instead of raising error when failing to resolve object (ctate) - Don't output warning for non-zeroed xref table when strict=False (BenRussert) - Remove extraneous zeroes from output formatting (speedplane) - Fix bug where reading an inline image would cut off prematurely in certain cases (speedplane) (pkgsrc changes) - Githubify
Diffstat (limited to 'print')
-rw-r--r--print/py-PDF2/Makefile9
-rw-r--r--print/py-PDF2/distinfo10
2 files changed, 11 insertions, 8 deletions
diff --git a/print/py-PDF2/Makefile b/print/py-PDF2/Makefile
index 6155f676a01..015a2c781e8 100644
--- a/print/py-PDF2/Makefile
+++ b/print/py-PDF2/Makefile
@@ -1,9 +1,12 @@
-# $NetBSD: Makefile,v 1.4 2015/08/18 17:01:08 kleink Exp $
+# $NetBSD: Makefile,v 1.5 2016/09/02 14:29:55 mef Exp $
-DISTNAME= PyPDF2-1.25.1
+VERSION= 1.26.0
+DISTNAME= PyPDF2-${VERSION}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//}
CATEGORIES= print python
-MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyPDF2/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=mstamy2/}
+GITHUB_PROJECT= PyPDF2
+GITHUB_TAG= ${VERSION}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mstamy2.github.io/PyPDF2/
diff --git a/print/py-PDF2/distinfo b/print/py-PDF2/distinfo
index ff9b6f58313..3df58208c48 100644
--- a/print/py-PDF2/distinfo
+++ b/print/py-PDF2/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 01:01:38 agc Exp $
+$NetBSD: distinfo,v 1.5 2016/09/02 14:29:55 mef Exp $
-SHA1 (PyPDF2-1.25.1.tar.gz) = b45adc8cf2129e4c7a3a22a2a3266fb80b64f457
-RMD160 (PyPDF2-1.25.1.tar.gz) = 50aba019402254fe36389426778462bae5890b7b
-SHA512 (PyPDF2-1.25.1.tar.gz) = 0cb43d4557d17ec82298ceabce5c4731438a0e16ad6c6b2abc54204a3d93373a46b86c995e9b39cec475de1dce325d552da17ce36de3733c7b0471779e3b0899
-Size (PyPDF2-1.25.1.tar.gz) = 194181 bytes
+SHA1 (PyPDF2-1.26.0.tar.gz) = 29859e086b6e78459feb660ba24f3b22773e11c1
+RMD160 (PyPDF2-1.26.0.tar.gz) = e372225e2cb72a0247c28dba18d8b99f73e0d826
+SHA512 (PyPDF2-1.26.0.tar.gz) = fe29c1e24be765c43fed47185dc69cfe959d36c693f6ac9fed9a33c48035c651eed8f2f6eb674697f923b769fcfdd275624b128ab99992477bfc0e854b90fa5c
+Size (PyPDF2-1.26.0.tar.gz) = 199539 bytes