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:           Fri May 24 15:15:44 UTC 2024

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

Log Message:
py-libcst: updated to 1.4.0

1.4.0 - 2024-05-22

Fixed
* Fix Literal parse error in RemoveImportsVisitor
* Don't reset context.scratch between files
* Various documentation fixes
 * Typo fix FullRepoManager
 * Fix tiny typo in `docs/source/metadata.rst`
 * Fix typo in `docs/source/scope_tutorial.ipynb`
 * Update CONTRIBUTING.md

Added

* Add helper functions for common ways of filtering nodes
* Dump CST to .dot (graphviz) files
* Implement PEP-696


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/py-libcst/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/py-libcst/PLIST
cvs rdiff -u -r1.10 -r1.11 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.12 pkgsrc/lang/py-libcst/Makefile:1.13
--- pkgsrc/lang/py-libcst/Makefile:1.12 Tue Apr  9 16:41:06 2024
+++ pkgsrc/lang/py-libcst/Makefile      Fri May 24 15:15:44 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/04/09 16:41:06 adam Exp $
+# $NetBSD: Makefile,v 1.13 2024/05/24 15:15:44 adam Exp $
 
-DISTNAME=      libcst-1.3.1
+DISTNAME=      libcst-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/libcst/}

Index: pkgsrc/lang/py-libcst/PLIST
diff -u pkgsrc/lang/py-libcst/PLIST:1.7 pkgsrc/lang/py-libcst/PLIST:1.8
--- pkgsrc/lang/py-libcst/PLIST:1.7     Tue Feb 20 04:55:23 2024
+++ pkgsrc/lang/py-libcst/PLIST Fri May 24 15:15:44 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2024/02/20 04:55:23 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2024/05/24 15:15:44 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -624,6 +624,24 @@ ${PYSITELIB}/libcst/codemod/visitors/tes
 ${PYSITELIB}/libcst/codemod/visitors/tests/test_remove_imports.py
 ${PYSITELIB}/libcst/codemod/visitors/tests/test_remove_imports.pyc
 ${PYSITELIB}/libcst/codemod/visitors/tests/test_remove_imports.pyo
+${PYSITELIB}/libcst/display/__init__.py
+${PYSITELIB}/libcst/display/__init__.pyc
+${PYSITELIB}/libcst/display/__init__.pyo
+${PYSITELIB}/libcst/display/graphviz.py
+${PYSITELIB}/libcst/display/graphviz.pyc
+${PYSITELIB}/libcst/display/graphviz.pyo
+${PYSITELIB}/libcst/display/tests/__init__.py
+${PYSITELIB}/libcst/display/tests/__init__.pyc
+${PYSITELIB}/libcst/display/tests/__init__.pyo
+${PYSITELIB}/libcst/display/tests/test_dump_graphviz.py
+${PYSITELIB}/libcst/display/tests/test_dump_graphviz.pyc
+${PYSITELIB}/libcst/display/tests/test_dump_graphviz.pyo
+${PYSITELIB}/libcst/display/tests/test_dump_text.py
+${PYSITELIB}/libcst/display/tests/test_dump_text.pyc
+${PYSITELIB}/libcst/display/tests/test_dump_text.pyo
+${PYSITELIB}/libcst/display/text.py
+${PYSITELIB}/libcst/display/text.pyc
+${PYSITELIB}/libcst/display/text.pyo
 ${PYSITELIB}/libcst/helpers/__init__.py
 ${PYSITELIB}/libcst/helpers/__init__.pyc
 ${PYSITELIB}/libcst/helpers/__init__.pyo
@@ -639,6 +657,9 @@ ${PYSITELIB}/libcst/helpers/expression.p
 ${PYSITELIB}/libcst/helpers/module.py
 ${PYSITELIB}/libcst/helpers/module.pyc
 ${PYSITELIB}/libcst/helpers/module.pyo
+${PYSITELIB}/libcst/helpers/node_fields.py
+${PYSITELIB}/libcst/helpers/node_fields.pyc
+${PYSITELIB}/libcst/helpers/node_fields.pyo
 ${PYSITELIB}/libcst/helpers/paths.py
 ${PYSITELIB}/libcst/helpers/paths.pyc
 ${PYSITELIB}/libcst/helpers/paths.pyo
@@ -651,6 +672,9 @@ ${PYSITELIB}/libcst/helpers/tests/test_e
 ${PYSITELIB}/libcst/helpers/tests/test_module.py
 ${PYSITELIB}/libcst/helpers/tests/test_module.pyc
 ${PYSITELIB}/libcst/helpers/tests/test_module.pyo
+${PYSITELIB}/libcst/helpers/tests/test_node_fields.py
+${PYSITELIB}/libcst/helpers/tests/test_node_fields.pyc
+${PYSITELIB}/libcst/helpers/tests/test_node_fields.pyo
 ${PYSITELIB}/libcst/helpers/tests/test_paths.py
 ${PYSITELIB}/libcst/helpers/tests/test_paths.pyc
 ${PYSITELIB}/libcst/helpers/tests/test_paths.pyo
@@ -832,9 +856,6 @@ ${PYSITELIB}/libcst/tests/test_roundtrip
 ${PYSITELIB}/libcst/tests/test_tabs.py
 ${PYSITELIB}/libcst/tests/test_tabs.pyc
 ${PYSITELIB}/libcst/tests/test_tabs.pyo
-${PYSITELIB}/libcst/tests/test_tool.py
-${PYSITELIB}/libcst/tests/test_tool.pyc
-${PYSITELIB}/libcst/tests/test_tool.pyo
 ${PYSITELIB}/libcst/tests/test_type_enforce.py
 ${PYSITELIB}/libcst/tests/test_type_enforce.pyc
 ${PYSITELIB}/libcst/tests/test_type_enforce.pyo

Index: pkgsrc/lang/py-libcst/distinfo
diff -u pkgsrc/lang/py-libcst/distinfo:1.10 pkgsrc/lang/py-libcst/distinfo:1.11
--- pkgsrc/lang/py-libcst/distinfo:1.10 Tue Apr  9 16:41:06 2024
+++ pkgsrc/lang/py-libcst/distinfo      Fri May 24 15:15:44 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2024/04/09 16:41:06 adam Exp $
+$NetBSD: distinfo,v 1.11 2024/05/24 15:15:44 adam Exp $
 
 BLAKE2s (aho-corasick-1.0.4.crate) = 861964cb94973afae58d36b63b9eb923b60aa3ab9962b118a756988cf05e0f77
 SHA512 (aho-corasick-1.0.4.crate) = 7cb8feb3289a508b1345b3cc04b59f2f730b80f561b17c7605ce23bf92780b5b3714ec84f5e3c5f4ba0c3abd47ac44fd0064a8bf4c5a7d00bd580774c6a3aee8
@@ -126,9 +126,9 @@ Size (lazy_static-1.4.0.crate) = 10443 b
 BLAKE2s (libc-0.2.149.crate) = 48efe3c00a9d8d822876a0587ac2a8bd98a30e80f340bed8b21fb8880c371875
 SHA512 (libc-0.2.149.crate) = 0def64d400d473d6eed30e985522d36801ee6472b15f90e74dc4592e0a8ffbaf30b731be280de52b30255cf60aeca8efe817b67049227dc7000c807e007d7289
 Size (libc-0.2.149.crate) = 715592 bytes
-BLAKE2s (libcst-1.3.1.tar.gz) = d5553130074b8acee8f9f8ef43d5a7433a6347415f62797d19bd1ed74fa5966e
-SHA512 (libcst-1.3.1.tar.gz) = c5ac467bab0ff2808db4510620444cb7705d1af88f0e3f41c43c9ab493206d58561ca2ffb9ee98f14286ee182b4271103d9ca3c3935fef5a8f8dcf60dfae5b50
-Size (libcst-1.3.1.tar.gz) = 765034 bytes
+BLAKE2s (libcst-1.4.0.tar.gz) = dec9840ebb5b30b34cd6d0084a442f881c722d48d65e39cb0cef9ddad5eaec62
+SHA512 (libcst-1.4.0.tar.gz) = 4f83f072d5adf120be80713b9553261fcd40842fdca4eb29a5d2beb2d6581f02d7c7eb77770845f183860b23f91482907df847e276d385f19e802088568eadce
+Size (libcst-1.4.0.tar.gz) = 771364 bytes
 BLAKE2s (linux-raw-sys-0.4.10.crate) = dbe24409f75c8efc3a24d0d8605f8da3a4f54465bc1abc3f3eb585d0b99f125c
 SHA512 (linux-raw-sys-0.4.10.crate) = 107f61add087bff55869798d5c71bc6ac9ecb27a603d8f9071b856189de8b7b0a7f9243fa1433700f52a0c3020eff5604dbf6e0653109d0dd277b98ab45fae21
 Size (linux-raw-sys-0.4.10.crate) = 1407767 bytes



Home | Main Index | Thread Index | Old Index