diff --git a/cargo-vendor-cache b/cargo-vendor-cache index 57a3dfd2076f3f3c66b66875e1b11d0a18bc31ce..5c0f1607489316f2ba5d12071d848bf8e452e907 100644 Binary files a/cargo-vendor-cache and b/cargo-vendor-cache differ diff --git a/libcst-1.3.0.tar.gz b/libcst-1.3.0.tar.gz deleted file mode 100644 index bd95ec1abe5451716ba0079d74f0c40831f8c517..0000000000000000000000000000000000000000 Binary files a/libcst-1.3.0.tar.gz and /dev/null differ diff --git a/libcst-1.5.0.tar.gz b/libcst-1.5.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8acdfe597bce255cdb5da5e7a79a7458f9826ff1 Binary files /dev/null and b/libcst-1.5.0.tar.gz differ diff --git a/python-libcst.spec b/python-libcst.spec index c26386fe209dad42872ef1535cb755cdfe52c6d7..b75071cfa4b45ba5fadb83f8f371e8db874715f2 100644 --- a/python-libcst.spec +++ b/python-libcst.spec @@ -15,7 +15,7 @@ node types and fields, it creates a lossless CST that looks and feels like an AST.} Name: python-%{pypi_name} -Version: 1.3.0 +Version: 1.5.0 Release: 1 Summary: A concrete syntax tree with AST-like properties for Python 3 License: MIT and (MIT and Python) and ASL 2.0 @@ -98,6 +98,15 @@ rm -rf html/.{doctrees,buildinfo} %endif %changelog +* Thu Oct 17 2024 Dongxing Wang - 1.5.0-1 +- Upgrade package with version 1.5.0 + FullyQualifiedNameProvider: Optionally consider pyproject.toml files + Add validation for If node + include python 3.13 in build + Add helper functions for common ways of filtering nodes + Dump CST to .dot (graphviz) files + Implement PEP-696 + * Fri Aug 02 2024 muxiaohui - 1.3.0-1 - Update package to version 1.3.0 - Removed dependencies on typing_extensions and typing_inspect