git: 0a2f0da65b65 - main - devel/py-tabulate: update to version 0.8.9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 May 2022 18:09:31 UTC
The branch main has been updated by skreuzer:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0a2f0da65b65bb9b3abf7a06815854f3cff063fa
commit 0a2f0da65b65bb9b3abf7a06815854f3cff063fa
Author: Steven Kreuzer <skreuzer@FreeBSD.org>
AuthorDate: 2022-05-07 18:07:34 +0000
Commit: Steven Kreuzer <skreuzer@FreeBSD.org>
CommitDate: 2022-05-07 18:07:34 +0000
devel/py-tabulate: update to version 0.8.9
Changes:
* Revert support of decimal separators
* Support for python 3.9 and 3.10
---
devel/py-tabulate/Makefile | 2 +-
devel/py-tabulate/distinfo | 6 +++---
devel/py-tabulate/pkg-descr | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
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,7 +1,7 @@
# Created by: Nikolay Dachev <freebsd@dacehv.info>
PORTNAME= tabulate
-PORTVERSION= 0.8.6
+PORTVERSION= 0.8.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
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
@@ -9,4 +9,4 @@ 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