svn commit: r532335 - head/devel/py-cleo
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Apr 21 19:38:23 UTC 2020
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
More information about the svn-ports-all
mailing list