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:           Mon Nov  1 18:53:21 UTC 2021

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

Log Message:
py-prettytable: update 2.3.0.

Added:

- Add Jupyter repr and default interpreter repr methods
- Add custom format support
- Add method to generate LaTex formatted string

Changed:

- Remove unused options argument in _format_rows and _format_row


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/py-prettytable/Makefile
cvs rdiff -u -r1.12 -r1.13 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.15 pkgsrc/textproc/py-prettytable/Makefile:1.16
--- pkgsrc/textproc/py-prettytable/Makefile:1.15        Mon Sep 27 20:12:06 2021
+++ pkgsrc/textproc/py-prettytable/Makefile     Mon Nov  1 18:53:21 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2021/09/27 20:12:06 fcambus Exp $
+# $NetBSD: Makefile,v 1.16 2021/11/01 18:53:21 fcambus Exp $
 
-DISTNAME=      prettytable-2.2.1
+DISTNAME=      prettytable-2.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.12 pkgsrc/textproc/py-prettytable/distinfo:1.13
--- pkgsrc/textproc/py-prettytable/distinfo:1.12        Tue Oct 26 11:23:10 2021
+++ pkgsrc/textproc/py-prettytable/distinfo     Mon Nov  1 18:53:21 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:23:10 nia Exp $
+$NetBSD: distinfo,v 1.13 2021/11/01 18:53:21 fcambus Exp $
 
-BLAKE2s (prettytable-2.2.1.tar.gz) = d06e003f2861ec3abd25b34374a081f830e16401a7d3d3fa80516b6f153e9328
-SHA512 (prettytable-2.2.1.tar.gz) = 5496b1525342b9df4b88cc2cd6079d8c329787b20f7e581465dcdf447b90f78aad764c6505aab8a0e3c4cbb44c943720672373cf754d6f7313b68c28005a707c
-Size (prettytable-2.2.1.tar.gz) = 45102 bytes
+BLAKE2s (prettytable-2.3.0.tar.gz) = b65f770aaa33f3acaa55abe387ef6ac525a44162d24d4b594e2d7d0ff7d09869
+SHA512 (prettytable-2.3.0.tar.gz) = feeaeeb0a1897c0aaa2bc0ac7f470244529e8c70debb26976494719607840c8b8a80698b7e463402031b250fe152091e947555be2a6f983764e01bdaa1a71a22
+Size (prettytable-2.3.0.tar.gz) = 49386 bytes



Home | Main Index | Thread Index | Old Index