pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-openpyxl py-openpyxl: updated to 2.5.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/44c52dc6b82b
branches: trunk
changeset: 311250:44c52dc6b82b
user: adam <adam%pkgsrc.org@localhost>
date: Mon Aug 06 20:15:45 2018 +0000
description:
py-openpyxl: updated to 2.5.5
2.5.5:
Bugfixes
Files with Mac epoch are read incorrectly
Cannot copy merged cells
Cannot access ws.active_cell
Pull Requests
Introduce read-support for images
diffstat:
textproc/py-openpyxl/Makefile | 4 ++--
textproc/py-openpyxl/PLIST | 26 ++++++++++++++++++++++----
textproc/py-openpyxl/distinfo | 10 +++++-----
3 files changed, 29 insertions(+), 11 deletions(-)
diffs (92 lines):
diff -r f8809a6bcd91 -r 44c52dc6b82b textproc/py-openpyxl/Makefile
--- a/textproc/py-openpyxl/Makefile Mon Aug 06 20:13:47 2018 +0000
+++ b/textproc/py-openpyxl/Makefile Mon Aug 06 20:15:45 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/06/15 07:36:36 adam Exp $
+# $NetBSD: Makefile,v 1.12 2018/08/06 20:15:45 adam Exp $
-DISTNAME= openpyxl-2.5.4
+DISTNAME= openpyxl-2.5.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/openpyxl/}
diff -r f8809a6bcd91 -r 44c52dc6b82b textproc/py-openpyxl/PLIST
--- a/textproc/py-openpyxl/PLIST Mon Aug 06 20:13:47 2018 +0000
+++ b/textproc/py-openpyxl/PLIST Mon Aug 06 20:15:45 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2018/06/15 07:36:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2018/08/06 20:15:45 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -214,6 +214,9 @@
${PYSITELIB}/openpyxl/drawing/colors.py
${PYSITELIB}/openpyxl/drawing/colors.pyc
${PYSITELIB}/openpyxl/drawing/colors.pyo
+${PYSITELIB}/openpyxl/drawing/connector.py
+${PYSITELIB}/openpyxl/drawing/connector.pyc
+${PYSITELIB}/openpyxl/drawing/connector.pyo
${PYSITELIB}/openpyxl/drawing/drawing.py
${PYSITELIB}/openpyxl/drawing/drawing.pyc
${PYSITELIB}/openpyxl/drawing/drawing.pyo
@@ -223,27 +226,42 @@
${PYSITELIB}/openpyxl/drawing/fill.py
${PYSITELIB}/openpyxl/drawing/fill.pyc
${PYSITELIB}/openpyxl/drawing/fill.pyo
+${PYSITELIB}/openpyxl/drawing/geometry.py
+${PYSITELIB}/openpyxl/drawing/geometry.pyc
+${PYSITELIB}/openpyxl/drawing/geometry.pyo
${PYSITELIB}/openpyxl/drawing/graphic.py
${PYSITELIB}/openpyxl/drawing/graphic.pyc
${PYSITELIB}/openpyxl/drawing/graphic.pyo
${PYSITELIB}/openpyxl/drawing/image.py
${PYSITELIB}/openpyxl/drawing/image.pyc
${PYSITELIB}/openpyxl/drawing/image.pyo
+${PYSITELIB}/openpyxl/drawing/image_reader.py
+${PYSITELIB}/openpyxl/drawing/image_reader.pyc
+${PYSITELIB}/openpyxl/drawing/image_reader.pyo
${PYSITELIB}/openpyxl/drawing/line.py
${PYSITELIB}/openpyxl/drawing/line.pyc
${PYSITELIB}/openpyxl/drawing/line.pyo
+${PYSITELIB}/openpyxl/drawing/picture.py
+${PYSITELIB}/openpyxl/drawing/picture.pyc
+${PYSITELIB}/openpyxl/drawing/picture.pyo
+${PYSITELIB}/openpyxl/drawing/properties.py
+${PYSITELIB}/openpyxl/drawing/properties.pyc
+${PYSITELIB}/openpyxl/drawing/properties.pyo
+${PYSITELIB}/openpyxl/drawing/relation.py
+${PYSITELIB}/openpyxl/drawing/relation.pyc
+${PYSITELIB}/openpyxl/drawing/relation.pyo
${PYSITELIB}/openpyxl/drawing/shape.py
${PYSITELIB}/openpyxl/drawing/shape.pyc
${PYSITELIB}/openpyxl/drawing/shape.pyo
-${PYSITELIB}/openpyxl/drawing/shapes.py
-${PYSITELIB}/openpyxl/drawing/shapes.pyc
-${PYSITELIB}/openpyxl/drawing/shapes.pyo
${PYSITELIB}/openpyxl/drawing/spreadsheet_drawing.py
${PYSITELIB}/openpyxl/drawing/spreadsheet_drawing.pyc
${PYSITELIB}/openpyxl/drawing/spreadsheet_drawing.pyo
${PYSITELIB}/openpyxl/drawing/text.py
${PYSITELIB}/openpyxl/drawing/text.pyc
${PYSITELIB}/openpyxl/drawing/text.pyo
+${PYSITELIB}/openpyxl/drawing/xdr.py
+${PYSITELIB}/openpyxl/drawing/xdr.pyc
+${PYSITELIB}/openpyxl/drawing/xdr.pyo
${PYSITELIB}/openpyxl/formatting/__init__.py
${PYSITELIB}/openpyxl/formatting/__init__.pyc
${PYSITELIB}/openpyxl/formatting/__init__.pyo
diff -r f8809a6bcd91 -r 44c52dc6b82b textproc/py-openpyxl/distinfo
--- a/textproc/py-openpyxl/distinfo Mon Aug 06 20:13:47 2018 +0000
+++ b/textproc/py-openpyxl/distinfo Mon Aug 06 20:15:45 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/06/15 07:36:36 adam Exp $
+$NetBSD: distinfo,v 1.10 2018/08/06 20:15:45 adam Exp $
-SHA1 (openpyxl-2.5.4.tar.gz) = 0547675025ec0bc5441126e802179821544b3ba0
-RMD160 (openpyxl-2.5.4.tar.gz) = 1b1e2f7bf88b90523fe8ac3f207ab27eae833125
-SHA512 (openpyxl-2.5.4.tar.gz) = 8d9ee2679310a0a0237cf34259b08faabb218d77885f62eb6252cc11cf536950eff01d15bda92de04ff300bb1d4ef78dac96ea387f96a081cd3469c5b4b78340
-Size (openpyxl-2.5.4.tar.gz) = 170755 bytes
+SHA1 (openpyxl-2.5.5.tar.gz) = 6630c6261bbb1bf7582dceb4456280224bcf9549
+RMD160 (openpyxl-2.5.5.tar.gz) = f09bf318c6d8bc220e331020d9e74e47ab51bb54
+SHA512 (openpyxl-2.5.5.tar.gz) = 146ca6d3390b7c05ca9f0d2cc5f9b22c8c6e2ecef87f70d0c31b562505ab5325c074ad6961aba769e2b60a9748299d844193437e2d7c418c5c64989e67362f21
+Size (openpyxl-2.5.5.tar.gz) = 171964 bytes
Home |
Main Index |
Thread Index |
Old Index