Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2020 08:03:25 +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: r550778 - head/devel/py-libcst
Message-ID:  <202010010803.09183PaW007866@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  1 08:03:24 2020
New Revision: 550778
URL: https://svnweb.freebsd.org/changeset/ports/550778

Log:
  Update to 0.3.11
  
  Changes:	https://github.com/Instagram/LibCST/releases

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

Modified: head/devel/py-libcst/Makefile
==============================================================================
--- head/devel/py-libcst/Makefile	Thu Oct  1 08:03:19 2020	(r550777)
+++ head/devel/py-libcst/Makefile	Thu Oct  1 08:03:24 2020	(r550778)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libcst
-PORTVERSION=	0.3.10
+PORTVERSION=	0.3.11
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -25,7 +25,7 @@ NO_ARCH=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 3700
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}dataclasses>=0.6.0:devel/py-dataclasses@${PY_FLAVOR}
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/devel/py-libcst/distinfo
==============================================================================
--- head/devel/py-libcst/distinfo	Thu Oct  1 08:03:19 2020	(r550777)
+++ head/devel/py-libcst/distinfo	Thu Oct  1 08:03:24 2020	(r550778)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598029463
-SHA256 (libcst-0.3.10.tar.gz) = b0dccbfc1cff7bfa3214980e1d2d90b4e00b2fed002d4b276a8a411217738df3
-SIZE (libcst-0.3.10.tar.gz) = 395395
+TIMESTAMP = 1601485415
+SHA256 (libcst-0.3.11.tar.gz) = bbc9ef10f9d263f8a99f8a84ea0408b8d26b58236cb581016485e3658ffa1b24
+SIZE (libcst-0.3.11.tar.gz) = 408031



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