pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/py-PDF2



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Sep  2 14:29:56 UTC 2016

Modified Files:
        pkgsrc/print/py-PDF2: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/py-PDF2/Makefile \
    pkgsrc/print/py-PDF2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/py-PDF2/Makefile
diff -u pkgsrc/print/py-PDF2/Makefile:1.4 pkgsrc/print/py-PDF2/Makefile:1.5
--- pkgsrc/print/py-PDF2/Makefile:1.4   Tue Aug 18 17:01:08 2015
+++ pkgsrc/print/py-PDF2/Makefile       Fri Sep  2 14:29:55 2016
@@ -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@localhost
 HOMEPAGE=      http://mstamy2.github.io/PyPDF2/
Index: pkgsrc/print/py-PDF2/distinfo
diff -u pkgsrc/print/py-PDF2/distinfo:1.4 pkgsrc/print/py-PDF2/distinfo:1.5
--- pkgsrc/print/py-PDF2/distinfo:1.4   Wed Nov  4 01:01:38 2015
+++ pkgsrc/print/py-PDF2/distinfo       Fri Sep  2 14:29:55 2016
@@ -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



Home | Main Index | Thread Index | Old Index