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:           Tue Jan 17 10:07:19 UTC 2023

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

Log Message:
py-prettytable: updated to 3.6.0

3.6.0

Added

Updated pre-commit with mypy
Test Python 3.12 pre-releases

Fixed

Fix to min_table_width parameter
Widen tables with long titles


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/textproc/py-prettytable/Makefile
cvs rdiff -u -r1.22 -r1.23 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.27 pkgsrc/textproc/py-prettytable/Makefile:1.28
--- pkgsrc/textproc/py-prettytable/Makefile:1.27        Thu Dec 29 12:49:08 2022
+++ pkgsrc/textproc/py-prettytable/Makefile     Tue Jan 17 10:07:19 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2022/12/29 12:49:08 adam Exp $
+# $NetBSD: Makefile,v 1.28 2023/01/17 10:07:19 adam Exp $
 
-DISTNAME=      prettytable-3.5.0
+DISTNAME=      prettytable-3.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/prettytable/}

Index: pkgsrc/textproc/py-prettytable/distinfo
diff -u pkgsrc/textproc/py-prettytable/distinfo:1.22 pkgsrc/textproc/py-prettytable/distinfo:1.23
--- pkgsrc/textproc/py-prettytable/distinfo:1.22        Thu Dec 29 12:49:08 2022
+++ pkgsrc/textproc/py-prettytable/distinfo     Tue Jan 17 10:07:19 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2022/12/29 12:49:08 adam Exp $
+$NetBSD: distinfo,v 1.23 2023/01/17 10:07:19 adam Exp $
 
-BLAKE2s (prettytable-3.5.0.tar.gz) = 7e1f9a1b5222867ef0a9c473156755ebcd6fc47761dd609431520214d2a2fda6
-SHA512 (prettytable-3.5.0.tar.gz) = b7d470c8e6c469d8e99cbfd948e1858ab03d6f2a7567cc2d75225eb3e59d606238f1fa1f36df31c43ed349e0af91ba83cd851ceb392684e76667e1413e33a8fa
-Size (prettytable-3.5.0.tar.gz) = 45879 bytes
+BLAKE2s (prettytable-3.6.0.tar.gz) = 4837dd90795644aa15f601edabf751bc0b4acec644f76c9e0a07b9e583b1cfba
+SHA512 (prettytable-3.6.0.tar.gz) = 845ecb38e34c0c8455d9e7c7dddbd8ca7db06195c8ae13964e05762aaacc1ec1e3da45efcc9b09c6bcf0c5874bb251b975fa3f37112cbfc583d40e637537fbbd
+Size (prettytable-3.6.0.tar.gz) = 46670 bytes



Home | Main Index | Thread Index | Old Index