pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/py-libcst



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun 14 15:38:44 UTC 2023

Modified Files:
        pkgsrc/lang/py-libcst: Makefile distinfo

Log Message:
py-libcst: updated to 1.0.1

1.0.1

Fix type of evaluated_value on string to allow bytes
Fix Sentinal typo
Allow no whitespace after lambda body in certain cases
Fix whitespace, fstring, walrus related parse errors
Codemod CLI: Print diff only when there is a change


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/py-libcst/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/py-libcst/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py-libcst/Makefile
diff -u pkgsrc/lang/py-libcst/Makefile:1.7 pkgsrc/lang/py-libcst/Makefile:1.8
--- pkgsrc/lang/py-libcst/Makefile:1.7  Tue Jun  6 12:41:45 2023
+++ pkgsrc/lang/py-libcst/Makefile      Wed Jun 14 15:38:44 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2023/06/06 12:41:45 riastradh Exp $
+# $NetBSD: Makefile,v 1.8 2023/06/14 15:38:44 adam Exp $
 
-DISTNAME=      libcst-1.0.0
+DISTNAME=      libcst-1.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/libcst/}

Index: pkgsrc/lang/py-libcst/distinfo
diff -u pkgsrc/lang/py-libcst/distinfo:1.6 pkgsrc/lang/py-libcst/distinfo:1.7
--- pkgsrc/lang/py-libcst/distinfo:1.6  Tue May 30 09:28:00 2023
+++ pkgsrc/lang/py-libcst/distinfo      Wed Jun 14 15:38:44 2023
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2023/05/30 09:28:00 adam Exp $
+$NetBSD: distinfo,v 1.7 2023/06/14 15:38:44 adam Exp $
 
 BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935
 SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
@@ -132,9 +132,9 @@ Size (lazy_static-1.4.0.crate) = 10443 b
 BLAKE2s (libc-0.2.126.crate) = e5ad668716e21545426b33f2344c5b94e6b6832ee47688a376e19f32d7568672
 SHA512 (libc-0.2.126.crate) = 9bbb17f64a7503819616a71076ebe8ee317daf07b17b9fff783a4459da0439aecee535c09e7185bf148b1993e6fc958d182a490fc9c9a7b9fb635429c491ca44
 Size (libc-0.2.126.crate) = 590481 bytes
-BLAKE2s (libcst-1.0.0.tar.gz) = 2da2ab39d39a517be754fbf11f6621901a390835629e7c83a9eb3a41b10e9dbd
-SHA512 (libcst-1.0.0.tar.gz) = 250f8e6fd58689119f58851ca37958bc3ee03088c1e987fd2e5117d6e767b2f8569fcc29962fa81d7bf1e775f8b16da64ff44fb73508684c97953e6fe19f712e
-Size (libcst-1.0.0.tar.gz) = 747838 bytes
+BLAKE2s (libcst-1.0.1.tar.gz) = 93ee032cc08ba7cfee733185b5f0baa464e4619f42efb6cd0a360d39dd095475
+SHA512 (libcst-1.0.1.tar.gz) = 8d6531cbfcaf327e67ec93a84e8a283cf9bc2a9ee6620b7d7531df9bfeb7777f6116f795f655a4072e340291086b084907c1c12253b40de3e0df39b9c09f0ddb
+Size (libcst-1.0.1.tar.gz) = 749520 bytes
 BLAKE2s (lock_api-0.4.7.crate) = 5a9edfbf4f9a1dead442261c649f91d375519ad8d675d14f5da83be5e3827b6e
 SHA512 (lock_api-0.4.7.crate) = b1a5227fd131edaa70e017f7ddb43af8b4efa58488007b898ca1dfc818a3a441b732b7adbf1270e72a68ee5d2a99a5d48f33b2bca8e2cf78694953d20d27636d
 Size (lock_api-0.4.7.crate) = 25371 bytes



Home | Main Index | Thread Index | Old Index