diff --git a/cargo-vendor-cache b/cargo-vendor-cache index a16586a..57a3dfd 100644 Binary files a/cargo-vendor-cache and b/cargo-vendor-cache differ diff --git a/libcst-1.1.0.tar.gz b/libcst-1.1.0.tar.gz deleted file mode 100644 index 81d6fb6..0000000 Binary files a/libcst-1.1.0.tar.gz and /dev/null differ diff --git a/libcst-1.2.0.tar.gz b/libcst-1.2.0.tar.gz new file mode 100644 index 0000000..a10f17a Binary files /dev/null and b/libcst-1.2.0.tar.gz differ diff --git a/python-libcst.spec b/python-libcst.spec index ef9f480..de3b749 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.1.0 +Version: 1.2.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,13 @@ rm -rf html/.{doctrees,buildinfo} %endif %changelog +* Thu Feb 29 2024 Dongxing Wang - 1.2.0-1 +- Upgrade package with version 1.2.0 + Support running LibCST on Python 3.12 and drop support for running it on 3.8 + Allow Element::codegen to be used by external users + Fix parsing list matchers without explicit brackets + Fix filepathprovider generic type + * Thu Nov 30 2023 Dongxing Wang - 1.1.0-1 - Upgrade package with version 1.1.0