Received: by mail.netbsd.org (Postfix, from userid 605) id 941F184DDE; Mon, 30 Oct 2017 10:10:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1E13184DCD for ; Mon, 30 Oct 2017 10:10:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id qCs8YS5-xPKs for ; Mon, 30 Oct 2017 10:10:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8573084D5B for ; Mon, 30 Oct 2017 10:10:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 806D7FBDE; Mon, 30 Oct 2017 10:10:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1509358220291700" MIME-Version: 1.0 Date: Mon, 30 Oct 2017 10:10:20 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-openpyxl To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171030101020.806D7FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1509358220291700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Mon Oct 30 10:10:20 UTC 2017 Modified Files: pkgsrc/textproc/py-openpyxl: Makefile PLIST distinfo Log Message: py-openpyxl: updated to 2.4.9 2.4.9 (2017-10-19) Bugfixes * 809 Incomplete documentation of copy_worksheet method * 811 Scoped definedNames not removed when worksheet is deleted * 824 Raise an exception if a chart is used in multiple sheets * 842 Non-ASCII table column headings cause an exception in Python 2 * 846 Conditional formats not supported in write-only mode * 849 Conditional formats with no sqref cause an exception * 859 Headers that start with a number conflict with font size * 902 TableStyleElements don’t always have a condtional format * 908 Read-only mode sometimes returns too many cells Pull requests * 179 Cells kept in a set * 180 Support for Workbook protection * 182 Read support for page breaks * 183 Improve documentation of copy_worksheet method * 198 Fix To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-openpyxl/Makefile \ pkgsrc/textproc/py-openpyxl/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-openpyxl/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1509358220291700 Content-Disposition: inline Content-Length: 2990 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-openpyxl/Makefile diff -u pkgsrc/textproc/py-openpyxl/Makefile:1.3 pkgsrc/textproc/py-openpyxl/Makefile:1.4 --- pkgsrc/textproc/py-openpyxl/Makefile:1.3 Thu Jun 1 16:58:27 2017 +++ pkgsrc/textproc/py-openpyxl/Makefile Mon Oct 30 10:10:20 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2017/06/01 16:58:27 adam Exp $ +# $NetBSD: Makefile,v 1.4 2017/10/30 10:10:20 adam Exp $ -DISTNAME= openpyxl-2.4.8 +DISTNAME= openpyxl-2.4.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= textproc +CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=o/openpyxl/} MAINTAINER= kamelderouiche@yahoo.com @@ -15,5 +15,8 @@ DEPENDS+= ${PYPKGPREFIX}-jdcal-[0-9]*:.. USE_LANGUAGES= # none +post-extract: + ${RM} ${WRKSRC}/openpyxl.egg-info/.DS_Store + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/py-openpyxl/distinfo diff -u pkgsrc/textproc/py-openpyxl/distinfo:1.3 pkgsrc/textproc/py-openpyxl/distinfo:1.4 --- pkgsrc/textproc/py-openpyxl/distinfo:1.3 Thu Jun 1 16:58:27 2017 +++ pkgsrc/textproc/py-openpyxl/distinfo Mon Oct 30 10:10:20 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/06/01 16:58:27 adam Exp $ +$NetBSD: distinfo,v 1.4 2017/10/30 10:10:20 adam Exp $ -SHA1 (openpyxl-2.4.8.tar.gz) = 10e399348c91b8cf9603a2c2b38c69293b60a6dd -RMD160 (openpyxl-2.4.8.tar.gz) = be9b5464c2156def865419c1906373b9279679cc -SHA512 (openpyxl-2.4.8.tar.gz) = 6ee53c2f181d027ea29e0c56b01ad71f2fa7f300a6403da6fd7b8769e2dd7a3a8237671d7a6bb6bb9f470ea7d79107ce61cbc08d56a30722e1c71c2e1e3bdddb -Size (openpyxl-2.4.8.tar.gz) = 156726 bytes +SHA1 (openpyxl-2.4.9.tar.gz) = 81eea25e1675e142e2d918ab6621ad298e6ac5a4 +RMD160 (openpyxl-2.4.9.tar.gz) = aa80620bf63affa1c04da771a9bd76a8cf4c7cfc +SHA512 (openpyxl-2.4.9.tar.gz) = 6b0bcba07c3938565d08a7fff7fa5b5ae48f0910f363a3843b512d79f0d41cc03e2c13be2b13e85522355f0381c059b723a3f120bc31343a3759e10084dd7d25 +Size (openpyxl-2.4.9.tar.gz) = 157694 bytes Index: pkgsrc/textproc/py-openpyxl/PLIST diff -u pkgsrc/textproc/py-openpyxl/PLIST:1.2 pkgsrc/textproc/py-openpyxl/PLIST:1.3 --- pkgsrc/textproc/py-openpyxl/PLIST:1.2 Thu Jun 1 16:58:27 2017 +++ pkgsrc/textproc/py-openpyxl/PLIST Mon Oct 30 10:10:20 2017 @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2017/06/01 16:58:27 adam Exp $ -${PYSITELIB}/${EGG_INFODIR}/.DS_Store +@comment $NetBSD: PLIST,v 1.3 2017/10/30 10:10:20 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -366,6 +365,9 @@ ${PYSITELIB}/openpyxl/utils/formulas.pyo ${PYSITELIB}/openpyxl/utils/indexed_list.py ${PYSITELIB}/openpyxl/utils/indexed_list.pyc ${PYSITELIB}/openpyxl/utils/indexed_list.pyo +${PYSITELIB}/openpyxl/utils/protection.py +${PYSITELIB}/openpyxl/utils/protection.pyc +${PYSITELIB}/openpyxl/utils/protection.pyo ${PYSITELIB}/openpyxl/utils/units.py ${PYSITELIB}/openpyxl/utils/units.pyc ${PYSITELIB}/openpyxl/utils/units.pyo --_----------=_1509358220291700--