Received: by mail.netbsd.org (Postfix, from userid 605) id 250EA84D58; Tue, 18 May 2021 11:06:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6350384CE1 for ; Tue, 18 May 2021 11:06:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id LF-a7cTQGVDp for ; Tue, 18 May 2021 11:06:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B833384CD9 for ; Tue, 18 May 2021 11:06:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AE5D8FA95; Tue, 18 May 2021 11:06:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1621336011190080" MIME-Version: 1.0 Date: Tue, 18 May 2021 11:06:51 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/textproc/py-xlrd To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20210518110651.AE5D8FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1621336011190080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Tue May 18 11:06:51 UTC 2021 Modified Files: pkgsrc/textproc/py-xlrd: DESCR Log Message: textproc/py-xlrd: Sync DESCR with upstream Upstream's current README and the old DESCR had diverged a lot. Pointed out by Mayuresh. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-xlrd/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1621336011190080 Content-Disposition: inline Content-Length: 1151 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-xlrd/DESCR diff -u pkgsrc/textproc/py-xlrd/DESCR:1.2 pkgsrc/textproc/py-xlrd/DESCR:1.3 --- pkgsrc/textproc/py-xlrd/DESCR:1.2 Wed Jun 5 00:37:43 2019 +++ pkgsrc/textproc/py-xlrd/DESCR Tue May 18 11:06:51 2021 @@ -1,2 +1,19 @@ -Extract data from new and old Excel spreadsheets on any platform. Pure Python -(2.7 or later). Strong support for Excel dates. Unicode-aware. +xlrd is a library for reading data and formatting information from +Excel files in the historical .xls format. + +Warning + +This library will no longer read anything other than .xls files. For +alternatives that read newer file formats, please see +http://www.python-excel.org/. + +The following are also not supported but will safely and reliably be ignored: + + Charts, Macros, Pictures, any other embedded object, including embedded worksheets. + VBA modules + Formulas, but results of formula calculations are extracted. + Comments + Hyperlinks + Autofilters, advanced filters, pivot tables, conditional formatting, data validation + +Password-protected files are not supported and cannot be read by this library. --_----------=_1621336011190080--