Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2023 23:52:36 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 598035ec4f34 - main - devel/py-libcst: Update to 0.4.10
Message-ID:  <202305272352.34RNqaBg060395@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=598035ec4f34d24f0046ddb37c69e61a6867b26d

commit 598035ec4f34d24f0046ddb37c69e61a6867b26d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-27 23:23:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-27 23:43:57 +0000

    devel/py-libcst: Update to 0.4.10
    
    - Use USES=dos2unix to convert CRLF to LF
    
    Changes:        https://github.com/Instagram/LibCST/releases
---
 devel/py-libcst/Makefile | 5 ++---
 devel/py-libcst/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/devel/py-libcst/Makefile b/devel/py-libcst/Makefile
index 08f40b0137cd..d039a868687f 100644
--- a/devel/py-libcst/Makefile
+++ b/devel/py-libcst/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	libcst
-PORTVERSION=	0.4.9
-PORTREVISION=	6
+PORTVERSION=	0.4.10
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>=5.2:devel/py-yaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.2:devel/py-typing-extensions@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}typing-inspect>=0.4.0:devel/py-typing-inspect@${PY_FLAVOR}
 
-USES=		cargo python:3.7+
+USES=		cargo dos2unix python:3.7+
 USE_PYTHON=	autoplist concurrent pep517
 
 BINARY_ALIAS=	python3=${PYTHON_CMD}
diff --git a/devel/py-libcst/distinfo b/devel/py-libcst/distinfo
index c170c0b6dcc2..72e056df668e 100644
--- a/devel/py-libcst/distinfo
+++ b/devel/py-libcst/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1670590311
-SHA256 (libcst-0.4.9.tar.gz) = 01786c403348f76f274dbaf3888ae237ffb73e6ed6973e65eba5c1fc389861dd
-SIZE (libcst-0.4.9.tar.gz) = 742071
+TIMESTAMP = 1685162148
+SHA256 (libcst-0.4.10.tar.gz) = b98a829d96e8b209fb761b00cd1bacc27c70eae77d00e57976e5ae2c718c3f81
+SIZE (libcst-0.4.10.tar.gz) = 752681
 SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f
 SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923
 SHA256 (rust/crates/anes-0.1.6.crate) = 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299



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