pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-xlsxwriter py-xlsxwriter: updated to 3.0.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/a8e3f534e848
branches: trunk
changeset: 388719:a8e3f534e848
user: adam <adam%pkgsrc.org@localhost>
date: Fri Nov 25 13:34:52 2022 +0000
description:
py-xlsxwriter: updated to 3.0.3
Release 3.0.3 - March 27 2021
-----------------------------
* Added :func:`print_black_and_white` worksheet method to set "Black and
White" print options.
Release 3.0.2 - October 31 2021
-------------------------------
* Added :func:`set_top_left_cell` worksheet method to position the first
visible cell in a worksheet.
Release 3.0.1 - August 10 2021
------------------------------
* Add python_requires version to setup.py to help pip find the correct
matching version for Python 2 and 3.
Release 3.0.0 - August 10 2021
------------------------------
* This is the first Python 3 only version of XlsxWriter. It is approximately
10-15% faster than the Python2/3 version.
Python 2 users should use XlsxWriter version 2.0.0, see below.
Release 2.0.0 - August 9 2021
-----------------------------
* This is the last XlsxWriter release to support Python 2. From now bug fixes
and new features will only be available for Python 3. The deprecation notice
for Python 2 support in XlsxWriter has been in place since May 2020 and the
Python community support for Python 2 ended in January 2020. Downloads of
XlsxWriter for Python 2 is currently less than 6% of all downloads of the
library, and decreasing month by month.
Python 2 users should still be able to install versions of XlsxWriter up to
this release but not any releases afterwards.
diffstat:
textproc/py-xlsxwriter/Makefile | 7 ++++---
textproc/py-xlsxwriter/PLIST | 5 +----
textproc/py-xlsxwriter/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 11 deletions(-)
diffs (54 lines):
diff -r 00b31d679fc0 -r a8e3f534e848 textproc/py-xlsxwriter/Makefile
--- a/textproc/py-xlsxwriter/Makefile Fri Nov 25 13:31:34 2022 +0000
+++ b/textproc/py-xlsxwriter/Makefile Fri Nov 25 13:34:52 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2022/01/04 20:55:09 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2022/11/25 13:34:52 adam Exp $
-DISTNAME= XlsxWriter-1.4.5
+DISTNAME= XlsxWriter-3.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=X/XlsxWriter/}
@@ -13,5 +12,7 @@
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 00b31d679fc0 -r a8e3f534e848 textproc/py-xlsxwriter/PLIST
--- a/textproc/py-xlsxwriter/PLIST Fri Nov 25 13:31:34 2022 +0000
+++ b/textproc/py-xlsxwriter/PLIST Fri Nov 25 13:34:52 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2021/04/28 12:46:20 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/11/25 13:34:52 adam Exp $
bin/vba_extract.py
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -46,9 +46,6 @@
${PYSITELIB}/xlsxwriter/comments.py
${PYSITELIB}/xlsxwriter/comments.pyc
${PYSITELIB}/xlsxwriter/comments.pyo
-${PYSITELIB}/xlsxwriter/compatibility.py
-${PYSITELIB}/xlsxwriter/compatibility.pyc
-${PYSITELIB}/xlsxwriter/compatibility.pyo
${PYSITELIB}/xlsxwriter/contenttypes.py
${PYSITELIB}/xlsxwriter/contenttypes.pyc
${PYSITELIB}/xlsxwriter/contenttypes.pyo
diff -r 00b31d679fc0 -r a8e3f534e848 textproc/py-xlsxwriter/distinfo
--- a/textproc/py-xlsxwriter/distinfo Fri Nov 25 13:31:34 2022 +0000
+++ b/textproc/py-xlsxwriter/distinfo Fri Nov 25 13:34:52 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.52 2021/10/26 11:23:17 nia Exp $
+$NetBSD: distinfo,v 1.53 2022/11/25 13:34:52 adam Exp $
-BLAKE2s (XlsxWriter-1.4.5.tar.gz) = 03a64050ad7da367de76d39bc426549d0366c6769e55386e78350862319bff5c
-SHA512 (XlsxWriter-1.4.5.tar.gz) = d1ccdffaedef66d2178ed0004f47c343e34fdfff5702e2fc0784b7093b6c628666394b00145154caa8cdcf90a5534dba2a4f9d5726a6ecbab2c3a2db7080d3c8
-Size (XlsxWriter-1.4.5.tar.gz) = 270337 bytes
+BLAKE2s (XlsxWriter-3.0.3.tar.gz) = cbf7536eba170e298134dea22c9b9762f71ea76321a4f70ebe25929fa3c72a0c
+SHA512 (XlsxWriter-3.0.3.tar.gz) = 34dd50b00408a4db77db417997f850f915ef49781cad05af887d91d273e0df95026a45ff00592cfc41414a7e0ab53160ec20beeaa7477495ac767edbf0bf780c
+Size (XlsxWriter-3.0.3.tar.gz) = 264401 bytes
Home |
Main Index |
Thread Index |
Old Index