diff --git a/cargo-vendor-cache b/cargo-vendor-cache index 5c0f1607489316f2ba5d12071d848bf8e452e907..ecf911721777b84148002ce75220f529089f45d3 100644 Binary files a/cargo-vendor-cache and b/cargo-vendor-cache differ diff --git a/libcst-1.5.0.tar.gz b/libcst-1.5.0.tar.gz deleted file mode 100644 index 8acdfe597bce255cdb5da5e7a79a7458f9826ff1..0000000000000000000000000000000000000000 Binary files a/libcst-1.5.0.tar.gz and /dev/null differ diff --git a/libcst-1.7.0.tar.gz b/libcst-1.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4054d73a0e01be00726f91ec7088ae1fa28ddd1b Binary files /dev/null and b/libcst-1.7.0.tar.gz differ diff --git a/python-libcst.spec b/python-libcst.spec index b75071cfa4b45ba5fadb83f8f371e8db874715f2..c5699dca2e70c1c4864f3fe66bdea2d8a7919480 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.5.0 +Version: 1.7.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,16 @@ rm -rf html/.{doctrees,buildinfo} %endif %changelog +* Wed May 14 2025 Dongxing Wang - 1.7.0-1 +- Update to version 1.7.0 + Add free-threaded CI + Add codemod to convert typing.Union to | + Add codemod to fix variadic callable annotations + Add codemod to rename typing aliases of builtins + Add typing classifier to pyproject.toml and badge to README + Expose TypeAlias and TypeVar related structs in rust library + Build wheels for musllinux + * Thu Oct 17 2024 Dongxing Wang - 1.5.0-1 - Upgrade package with version 1.5.0 FullyQualifiedNameProvider: Optionally consider pyproject.toml files