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:   fcambus
Date:           Thu May  5 21:02:17 UTC 2022

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

Log Message:
py-prettytable: update to 3.3.0.

Added:

- Support Python 3.11
- Add flag to preserve internal borders when border=False

Fixed:

- Alignment timing fix


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/py-prettytable/Makefile
cvs rdiff -u -r1.19 -r1.20 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.23 pkgsrc/textproc/py-prettytable/Makefile:1.24
--- pkgsrc/textproc/py-prettytable/Makefile:1.23        Mon Mar  7 12:21:09 2022
+++ pkgsrc/textproc/py-prettytable/Makefile     Thu May  5 21:02:17 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2022/03/07 12:21:09 fcambus Exp $
+# $NetBSD: Makefile,v 1.24 2022/05/05 21:02:17 fcambus Exp $
 
-DISTNAME=      prettytable-3.2.0
+DISTNAME=      prettytable-3.3.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.19 pkgsrc/textproc/py-prettytable/distinfo:1.20
--- pkgsrc/textproc/py-prettytable/distinfo:1.19        Mon Mar  7 12:21:09 2022
+++ pkgsrc/textproc/py-prettytable/distinfo     Thu May  5 21:02:17 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2022/03/07 12:21:09 fcambus Exp $
+$NetBSD: distinfo,v 1.20 2022/05/05 21:02:17 fcambus Exp $
 
-BLAKE2s (prettytable-3.2.0.tar.gz) = 0b3c66591faa9d0660f01d1690fa5d56ed298376c613d3071516a0a0ceda8b67
-SHA512 (prettytable-3.2.0.tar.gz) = 8f2a0945159727741a52ffdaa5602b862841cb8e0c33d3f755699f4376d2c0bfa539a270e56242503f94cb4fc469cbfd27348abfd740ec8f1cd3f1970053e5db
-Size (prettytable-3.2.0.tar.gz) = 52976 bytes
+BLAKE2s (prettytable-3.3.0.tar.gz) = 8b61ae01c7f3f99dc2a5aa9acccc4151575c5c3aa4804c24a2bd257df7ea0bd9
+SHA512 (prettytable-3.3.0.tar.gz) = e190717e2ea89e8faddc7015fd5118e0d93ac5f5318641ce5960b22b4ea3740ff12c4d15812b33655252f258c96f9e848f554d1e678d39761c28025ba7772609
+Size (prettytable-3.3.0.tar.gz) = 54305 bytes



Home | Main Index | Thread Index | Old Index