Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2020 19:38:22 +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: r532335 - head/devel/py-cleo
Message-ID:  <202004211938.03LJcMSY092723@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Apr 21 19:38:22 2020
New Revision: 532335
URL: https://svnweb.freebsd.org/changeset/ports/532335

Log:
  Update to 0.8.1
  
  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 Apr 21 19:38:16 2020	(r532334)
+++ head/devel/py-cleo/Makefile	Tue Apr 21 19:38:22 2020	(r532335)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cleo
-PORTVERSION=	0.8.0
+PORTVERSION=	0.8.1
 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.5.0<0.6.0:devel/py-clikit@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}clikit>=0.6.0<0.7.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 Apr 21 19:38:16 2020	(r532334)
+++ head/devel/py-cleo/distinfo	Tue Apr 21 19:38:22 2020	(r532335)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585564848
-SHA256 (cleo-0.8.0.tar.gz) = b2d56e93b182358591d0ec46c4f787736378a6a8adf4a6512f72aeb0506de981
-SIZE (cleo-0.8.0.tar.gz) = 19165
+TIMESTAMP = 1587445382
+SHA256 (cleo-0.8.1.tar.gz) = 3d0e22d30117851b45970b6c14aca4ab0b18b1b53c8af57bed13208147e4069f
+SIZE (cleo-0.8.1.tar.gz) = 19159



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