pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-xlrd Update py-xlrd to 0.7.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b19b3db14fb9
branches:  trunk
changeset: 602948:b19b3db14fb9
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Apr 23 13:13:44 2012 +0000

description:
Update py-xlrd to 0.7.7.

0.7.7.
This release features the following changes:
- Google Spreadsheet doesn't write the undefined-contents byte at the
  end of a NOTE record. Excel doesn't care. Now xlrd doesn't care either.
- Version information is now stored in a .py file, hopefully keeping
  py2exe and other freeze tools happy.

(0.7.5, 0.7.6 ...fixes packaging issues in 0.7.4...)

0.7.4.
This release features the following changes:
- Fixed a bug where xlrd was silently truncating long text formula results
- Avoid parsing STYLE records when formatting_info=False
- More tolerance of out-of-spec files.
- Minor performance improvements.

diffstat:

 textproc/py-xlrd/Makefile |  6 +++---
 textproc/py-xlrd/PLIST    |  5 ++++-
 textproc/py-xlrd/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (49 lines):

diff -r c45f4332b217 -r b19b3db14fb9 textproc/py-xlrd/Makefile
--- a/textproc/py-xlrd/Makefile Mon Apr 23 13:02:06 2012 +0000
+++ b/textproc/py-xlrd/Makefile Mon Apr 23 13:13:44 2012 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2012/02/04 13:07:50 obache Exp $
+# $NetBSD: Makefile,v 1.3 2012/04/23 13:13:44 obache Exp $
 #
 
-DISTNAME=              xlrd-0.7.1
+DISTNAME=              xlrd-0.7.7
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=            textproc python
-MASTER_SITES=          http://cheeseshop.python.org/packages/source/x/xlrd/
+MASTER_SITES=          http://pypi.python.org/packages/source/x/xlrd/
 
 MAINTAINER=            obache%NetBSD.org@localhost
 HOMEPAGE=              http://www.lexicon.net/sjmachin/xlrd.htm
diff -r c45f4332b217 -r b19b3db14fb9 textproc/py-xlrd/PLIST
--- a/textproc/py-xlrd/PLIST    Mon Apr 23 13:02:06 2012 +0000
+++ b/textproc/py-xlrd/PLIST    Mon Apr 23 13:13:44 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2012/04/23 12:58:45 obache Exp $
+@comment $NetBSD: PLIST,v 1.5 2012/04/23 13:13:44 obache Exp $
 bin/runxlrd.py
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/xlrd/__init__.py
@@ -22,6 +22,9 @@
 ${PYSITELIB}/xlrd/formula.py
 ${PYSITELIB}/xlrd/formula.pyc
 ${PYSITELIB}/xlrd/formula.pyo
+${PYSITELIB}/xlrd/info.py
+${PYSITELIB}/xlrd/info.pyc
+${PYSITELIB}/xlrd/info.pyo
 ${PYSITELIB}/xlrd/licences.py
 ${PYSITELIB}/xlrd/licences.pyc
 ${PYSITELIB}/xlrd/licences.pyo
diff -r c45f4332b217 -r b19b3db14fb9 textproc/py-xlrd/distinfo
--- a/textproc/py-xlrd/distinfo Mon Apr 23 13:02:06 2012 +0000
+++ b/textproc/py-xlrd/distinfo Mon Apr 23 13:13:44 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/08/05 12:18:06 obache Exp $
+$NetBSD: distinfo,v 1.2 2012/04/23 13:13:44 obache Exp $
 
-SHA1 (xlrd-0.7.1.tar.gz) = 9d06a1ebbf796530a1abb497f633a796606f4ad1
-RMD160 (xlrd-0.7.1.tar.gz) = 1dbbde702c515e5af3257fe403975c13c52632fc
-Size (xlrd-0.7.1.tar.gz) = 118302 bytes
+SHA1 (xlrd-0.7.7.tar.gz) = c829729dcfab38fe00b93b5f91147456a7d40abf
+RMD160 (xlrd-0.7.7.tar.gz) = 3126668d25bb706d6ad236183784b1df6bbf45b7
+Size (xlrd-0.7.7.tar.gz) = 132736 bytes



Home | Main Index | Thread Index | Old Index