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:           Sat Sep 11 20:45:05 UTC 2021

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

Log Message:
py-prettytable: update 2.2.0.

Added:

- Add support for Python 3.10
- Update issue templates
- Add support for positional junction characters and add "double_border"
  table style
- Access properties instead of protected fields in _get_options()
- Use declarative metadata and support PyPy3
- Add auto index column

Changed:

- Refactor for readability and avoid merge conflicts
- Remove exclamation marks from exceptions


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-prettytable/Makefile
cvs rdiff -u -r1.8 -r1.9 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.13 pkgsrc/textproc/py-prettytable/Makefile:1.14
--- pkgsrc/textproc/py-prettytable/Makefile:1.13        Fri Jun  4 04:45:59 2021
+++ pkgsrc/textproc/py-prettytable/Makefile     Sat Sep 11 20:45:05 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2021/06/04 04:45:59 adam Exp $
+# $NetBSD: Makefile,v 1.14 2021/09/11 20:45:05 fcambus Exp $
 
-DISTNAME=      prettytable-2.1.0
+DISTNAME=      prettytable-2.2.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.8 pkgsrc/textproc/py-prettytable/distinfo:1.9
--- pkgsrc/textproc/py-prettytable/distinfo:1.8 Tue May  4 09:27:03 2021
+++ pkgsrc/textproc/py-prettytable/distinfo     Sat Sep 11 20:45:05 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2021/05/04 09:27:03 adam Exp $
+$NetBSD: distinfo,v 1.9 2021/09/11 20:45:05 fcambus Exp $
 
-SHA1 (prettytable-2.1.0.tar.gz) = b39dd9b7da575a254dcc2b0c3a408c4cdcbf65c9
-RMD160 (prettytable-2.1.0.tar.gz) = e3ff9f62d76ba5bdf38cddd44ba5d414b7f1ba5a
-SHA512 (prettytable-2.1.0.tar.gz) = 8eaad22c66299ca3f66cc167e1a94aa41e3b2699da4ff48a0e81927ee8cc623d3147ae29a0bef92370d07d6a7fb6b1eac535fca7090562419aed219b9483edd5
-Size (prettytable-2.1.0.tar.gz) = 43306 bytes
+SHA1 (prettytable-2.2.0.tar.gz) = 2321cfd65559a38118e4e56313770b769b5a65f4
+RMD160 (prettytable-2.2.0.tar.gz) = 477306547124e7d1a80f94ffc9abd5f622b9bc0f
+SHA512 (prettytable-2.2.0.tar.gz) = df8ae2a1103a4965a351ba16a95ef9659107075bb023090bd9bffd69805ce647dcb26f49164f07f5af0c0b03503373c0353935b32a0fb18edf969dc984aecda7
+Size (prettytable-2.2.0.tar.gz) = 44939 bytes



Home | Main Index | Thread Index | Old Index