Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 2020 09:20:17 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555851 - head/devel/py-prettytable
Message-ID:  <202011210920.0AL9KH7q000638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 21 09:20:16 2020
New Revision: 555851
URL: https://svnweb.freebsd.org/changeset/ports/555851

Log:
  Update to 2.0.0
  
  Changes:	https://github.com/jazzband/prettytable/releases

Modified:
  head/devel/py-prettytable/Makefile
  head/devel/py-prettytable/distinfo

Modified: head/devel/py-prettytable/Makefile
==============================================================================
--- head/devel/py-prettytable/Makefile	Sat Nov 21 09:20:12 2020	(r555850)
+++ head/devel/py-prettytable/Makefile	Sat Nov 21 09:20:16 2020	(r555851)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	prettytable
-PORTVERSION=	1.0.1
+PORTVERSION=	2.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-prettytable/distinfo
==============================================================================
--- head/devel/py-prettytable/distinfo	Sat Nov 21 09:20:12 2020	(r555850)
+++ head/devel/py-prettytable/distinfo	Sat Nov 21 09:20:16 2020	(r555851)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602317875
-SHA256 (prettytable-1.0.1.tar.gz) = 6bb7f539903cb031fecb855b615cbcac8cd245ebc6fa51c6e23ab3386db89771
-SIZE (prettytable-1.0.1.tar.gz) = 38601
+TIMESTAMP = 1605901656
+SHA256 (prettytable-2.0.0.tar.gz) = e37acd91976fe6119172771520e58d1742c8479703489321dc1d9c85e7259922
+SIZE (prettytable-2.0.0.tar.gz) = 43072



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011210920.0AL9KH7q000638>