svn commit: r544406 - head/devel/py-cli-helpers

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 8 10:19:04 UTC 2020


Author: sunpoet
Date: Sat Aug  8 10:19:00 2020
New Revision: 544406
URL: https://svnweb.freebsd.org/changeset/ports/544406

Log:
  Update to 2.1.0
  
  Changes:	https://github.com/dbcli/cli_helpers/blob/master/CHANGELOG

Modified:
  head/devel/py-cli-helpers/Makefile
  head/devel/py-cli-helpers/distinfo
  head/devel/py-cli-helpers/pkg-descr

Modified: head/devel/py-cli-helpers/Makefile
==============================================================================
--- head/devel/py-cli-helpers/Makefile	Sat Aug  8 10:18:55 2020	(r544405)
+++ head/devel/py-cli-helpers/Makefile	Sat Aug  8 10:19:00 2020	(r544406)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cli-helpers
-PORTVERSION=	2.0.1
+PORTVERSION=	2.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-cli-helpers/distinfo
==============================================================================
--- head/devel/py-cli-helpers/distinfo	Sat Aug  8 10:18:55 2020	(r544405)
+++ head/devel/py-cli-helpers/distinfo	Sat Aug  8 10:19:00 2020	(r544406)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590693118
-SHA256 (cli_helpers-2.0.1.tar.gz) = 18f7d8c5a22d85fc685d56a9f301d8b9f7f0d7d4e9033a27563b066c2ab41833
-SIZE (cli_helpers-2.0.1.tar.gz) = 32736
+TIMESTAMP = 1596280084
+SHA256 (cli_helpers-2.1.0.tar.gz) = dd6f164310f7d86fa3da1f82043a9c784e44a02ad49be932a80624261e56979b
+SIZE (cli_helpers-2.1.0.tar.gz) = 35491

Modified: head/devel/py-cli-helpers/pkg-descr
==============================================================================
--- head/devel/py-cli-helpers/pkg-descr	Sat Aug  8 10:18:55 2020	(r544405)
+++ head/devel/py-cli-helpers/pkg-descr	Sat Aug  8 10:19:00 2020	(r544406)
@@ -13,5 +13,4 @@ What’s included in CLI Helpers?
 - Prettyprinting of tabular data with custom pre-processing
 - [in progress] config file reading/writing
 
-WWW: https://pypi.org/project/cli-helpers/
 WWW: https://github.com/dbcli/cli_helpers


More information about the svn-ports-head mailing list