diff --git a/cargo-vendor-cache b/cargo-vendor-cache index a16586a6bc330c17dd046db2541c4fed2da881a2..57a3dfd2076f3f3c66b66875e1b11d0a18bc31ce 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 81d6fb6be20d14af93304cc3027e01edad2a0d68..0000000000000000000000000000000000000000 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 0000000000000000000000000000000000000000..a10f17a9a03cbd0ca2f006d30c7a4d254fb8d196 Binary files /dev/null and b/libcst-1.2.0.tar.gz differ diff --git a/python-libcst.spec b/python-libcst.spec index ef9f4809c9f4bc9c6b961e7dd18b7fe9498573e2..de3b749e7d2824adc256f454bfa72a5b8b9cef02 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