diff --git a/devel/py-tabulate/Makefile b/devel/py-tabulate/Makefile index a92adfac1dc6..80dbff49de74 100644 --- a/devel/py-tabulate/Makefile +++ b/devel/py-tabulate/Makefile @@ -1,19 +1,19 @@ # Created by: Nikolay Dachev PORTNAME= tabulate -PORTVERSION= 0.8.6 +PORTVERSION= 0.8.9 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Pretty-print tabular data in Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include diff --git a/devel/py-tabulate/distinfo b/devel/py-tabulate/distinfo index 03ba5588ad84..568c10fff2a0 100644 --- a/devel/py-tabulate/distinfo +++ b/devel/py-tabulate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1575080477 -SHA256 (tabulate-0.8.6.tar.gz) = 5470cc6687a091c7042cee89b2946d9235fe9f6d49c193a4ae2ac7bf386737c8 -SIZE (tabulate-0.8.6.tar.gz) = 45535 +TIMESTAMP = 1651946753 +SHA256 (tabulate-0.8.9.tar.gz) = eb1d13f25760052e8931f2ef80aaf6045a6cceb47514db8beab24cded16f13a7 +SIZE (tabulate-0.8.9.tar.gz) = 53482 diff --git a/devel/py-tabulate/pkg-descr b/devel/py-tabulate/pkg-descr index dbc47697bf78..2f7d16e9055a 100644 --- a/devel/py-tabulate/pkg-descr +++ b/devel/py-tabulate/pkg-descr @@ -1,12 +1,12 @@ Pretty-print tabular data in Python. The main use cases of the library are: printing small tables without hassle: just one function call, formatting is guided by the data itself authoring tabular data for lightweight plain-text markup: multiple output formats suitable for further editing or transformation readable presentation of mixed textual and numeric data: smart column alignment, configurable number formatting, alignment by a decimal point -WWW: https://bitbucket.org/astanin/python-tabulate +WWW: https://github.com/astanin/python-tabulate