pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-openpyxl



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Jun 24 02:29:01 UTC 2022

Modified Files:
        pkgsrc/textproc/py-openpyxl: Makefile distinfo

Log Message:
py-openpyxl: update to 2.6.4

This is a release with a single bug fix that corrects a file corruption
issue.

Cannot save workbooks with comments more than once.
https://foss.heptapod.net/openpyxl/openpyxl/-/issues/1330

(There is a newer 3.x branch with many more changes since, but it drops
Python 2.7 support and is more involved, so can't be committed during
the pkgsrc freeze.)


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/py-openpyxl/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/py-openpyxl/distinfo

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

Modified files:

Index: pkgsrc/textproc/py-openpyxl/Makefile
diff -u pkgsrc/textproc/py-openpyxl/Makefile:1.26 pkgsrc/textproc/py-openpyxl/Makefile:1.27
--- pkgsrc/textproc/py-openpyxl/Makefile:1.26   Tue Jan  4 20:55:01 2022
+++ pkgsrc/textproc/py-openpyxl/Makefile        Fri Jun 24 02:29:01 2022
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.26 2022/01/04 20:55:01 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2022/06/24 02:29:01 gutteridge Exp $
 
-DISTNAME=      openpyxl-2.6.3
+DISTNAME=      openpyxl-2.6.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/openpyxl/}
 
 MAINTAINER=    kamelderouiche%yahoo.com@localhost
 HOMEPAGE=      https://openpyxl.readthedocs.io/
-COMMENT=       Python library to read/write Excel 2007 xlsx/xlsm files
+COMMENT=       Python library to read/write Excel xlsx/xlsm files
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-jdcal-[0-9]*:../../time/py-jdcal

Index: pkgsrc/textproc/py-openpyxl/distinfo
diff -u pkgsrc/textproc/py-openpyxl/distinfo:1.24 pkgsrc/textproc/py-openpyxl/distinfo:1.25
--- pkgsrc/textproc/py-openpyxl/distinfo:1.24   Tue Oct 26 11:23:09 2021
+++ pkgsrc/textproc/py-openpyxl/distinfo        Fri Jun 24 02:29:01 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2021/10/26 11:23:09 nia Exp $
+$NetBSD: distinfo,v 1.25 2022/06/24 02:29:01 gutteridge Exp $
 
-BLAKE2s (openpyxl-2.6.3.tar.gz) = 796a0428ca75053924599f77bee9fdddfd2b81d90e0c0468077450ffebfb29fd
-SHA512 (openpyxl-2.6.3.tar.gz) = fd86e7b73ee1157955fe9788e7a4ea44f182b225ab68ee8e23b2499ee40e5a9f2cd365c2ba5e06466196eb1e23cc90b7590c2b37192f98ddb857cc111d510d5a
-Size (openpyxl-2.6.3.tar.gz) = 173754 bytes
+BLAKE2s (openpyxl-2.6.4.tar.gz) = 201e406f67029e2dd6519da8840ac97a20c3441d1212ead614febd9f99f2448d
+SHA512 (openpyxl-2.6.4.tar.gz) = e2785d583d7c9bcc77ffe571dad115089dc7b9ff1e8b03dd6ed4ed8ff1405d31115b52792ed7af98a1bab4bc00f3f770c77b681798c4c9eba2b618cf6bc4fb2f
+Size (openpyxl-2.6.4.tar.gz) = 173728 bytes
 SHA1 (patch-setup.py) = ef477ee5b3293769be122ab7bb4299e10f79f965



Home | Main Index | Thread Index | Old Index