Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2020 23:02:04 +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: r530052 - head/devel/py-cleo
Message-ID:  <202003312302.02VN24qr066559@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Mar 31 23:02:04 2020
New Revision: 530052
URL: https://svnweb.freebsd.org/changeset/ports/530052

Log:
  Update to 0.8.0
  
  Changes:	https://github.com/sdispater/cleo/releases
  		https://github.com/sdispater/cleo/blob/master/CHANGELOG.md

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

Modified: head/devel/py-cleo/Makefile
==============================================================================
--- head/devel/py-cleo/Makefile	Tue Mar 31 23:01:58 2020	(r530051)
+++ head/devel/py-cleo/Makefile	Tue Mar 31 23:02:04 2020	(r530052)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cleo
-PORTVERSION=	0.7.6
+PORTVERSION=	0.8.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ COMMENT=	Create beautiful and testable command-line in
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}clikit>=0.4.0<0.5.0:devel/py-clikit@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}clikit>=0.5.0<0.6.0:devel/py-clikit@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/devel/py-cleo/distinfo
==============================================================================
--- head/devel/py-cleo/distinfo	Tue Mar 31 23:01:58 2020	(r530051)
+++ head/devel/py-cleo/distinfo	Tue Mar 31 23:02:04 2020	(r530052)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577626017
-SHA256 (cleo-0.7.6.tar.gz) = 99cf342406f3499cec43270fcfaf93c126c5164092eca201dfef0f623360b409
-SIZE (cleo-0.7.6.tar.gz) = 21835
+TIMESTAMP = 1585564848
+SHA256 (cleo-0.8.0.tar.gz) = b2d56e93b182358591d0ec46c4f787736378a6a8adf4a6512f72aeb0506de981
+SIZE (cleo-0.8.0.tar.gz) = 19165



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