pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-prettytable



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov  4 19:07:57 UTC 2024

Modified Files:
        pkgsrc/textproc/py-prettytable: Makefile PLIST distinfo

Log Message:
py-prettytable: updated to 3.12.0

3.12.0

Deprecated

Emit DeprecationWarnings for hrule and tableStyle constants

Added

Add new themes to ColorTable
Use SPDX license identifier
Lots of type annotations: @cdce8p
Add IntEnum for HRuleStyle and VRuleStyle
Add IntEnum for Table styles
Add OptionsType
Add attribute type hints
Add missing attribute annotations
Add type aliases for Align, VAlign, HeaderStyle
Add type annotations for attributes property
Improve TableHandler type annotations
Improve function type annotations
Improve row and column type annotations
Improve type annotations for field names
Include RowType in __all__
Small improvements
Generate __version__ at build to avoid slow importlib.metadata call
Release to PyPI using Trusted Publishing

Changed

Drop support for Python 3.8
Update new home to prettytable/prettytable

Fixed

Fix drawing headerless colored tables with title
Adjust format validation


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/textproc/py-prettytable/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-prettytable/PLIST
cvs rdiff -u -r1.29 -r1.30 pkgsrc/textproc/py-prettytable/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-prettytable/Makefile
diff -u pkgsrc/textproc/py-prettytable/Makefile:1.35 pkgsrc/textproc/py-prettytable/Makefile:1.36
--- pkgsrc/textproc/py-prettytable/Makefile:1.35        Tue Aug 13 07:15:31 2024
+++ pkgsrc/textproc/py-prettytable/Makefile     Mon Nov  4 19:07:57 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2024/08/13 07:15:31 adam Exp $
+# $NetBSD: Makefile,v 1.36 2024/11/04 19:07:57 adam Exp $
 
-DISTNAME=      prettytable-3.11.0
+DISTNAME=      prettytable-3.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/prettytable/}
@@ -18,7 +18,5 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-lazy-
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-prettytable/PLIST
diff -u pkgsrc/textproc/py-prettytable/PLIST:1.9 pkgsrc/textproc/py-prettytable/PLIST:1.10
--- pkgsrc/textproc/py-prettytable/PLIST:1.9    Sat Oct 28 19:57:19 2023
+++ pkgsrc/textproc/py-prettytable/PLIST        Mon Nov  4 19:07:57 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2023/10/28 19:57:19 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2024/11/04 19:07:57 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -6,6 +6,9 @@ ${PYSITELIB}/${WHEEL_INFODIR}/licenses/L
 ${PYSITELIB}/prettytable/__init__.py
 ${PYSITELIB}/prettytable/__init__.pyc
 ${PYSITELIB}/prettytable/__init__.pyo
+${PYSITELIB}/prettytable/_version.py
+${PYSITELIB}/prettytable/_version.pyc
+${PYSITELIB}/prettytable/_version.pyo
 ${PYSITELIB}/prettytable/colortable.py
 ${PYSITELIB}/prettytable/colortable.pyc
 ${PYSITELIB}/prettytable/colortable.pyo

Index: pkgsrc/textproc/py-prettytable/distinfo
diff -u pkgsrc/textproc/py-prettytable/distinfo:1.29 pkgsrc/textproc/py-prettytable/distinfo:1.30
--- pkgsrc/textproc/py-prettytable/distinfo:1.29        Tue Aug 13 07:15:31 2024
+++ pkgsrc/textproc/py-prettytable/distinfo     Mon Nov  4 19:07:57 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2024/08/13 07:15:31 adam Exp $
+$NetBSD: distinfo,v 1.30 2024/11/04 19:07:57 adam Exp $
 
-BLAKE2s (prettytable-3.11.0.tar.gz) = 0612ea4c199de9f453d7d25b312b8f3a5351abff2adbab0814932817f86f5056
-SHA512 (prettytable-3.11.0.tar.gz) = 3da3dcaeef1f8ce224381a6a12e56a7220e7bf7bc6a99402cd0ae68703d0630beb42f6575c86981f1ff5f592283a990398d6dd1bbdcc21074f77cab4739683b7
-Size (prettytable-3.11.0.tar.gz) = 57527 bytes
+BLAKE2s (prettytable-3.12.0.tar.gz) = d9fb2a1a56254b0df2caf0dd97e7a641f30dc9b71bd2ffd6b30fca6a73f53984
+SHA512 (prettytable-3.12.0.tar.gz) = ccbbf2467725d1ea75b1d90468da2369f41de7cc0c15c67e27efbfee8d35bfeeba4c959752980561978d37fb603e1b7b17400b9e983876daa19456c790b492ec
+Size (prettytable-3.12.0.tar.gz) = 59539 bytes



Home | Main Index | Thread Index | Old Index