diff --git a/libcst-1.2.0.tar.gz b/libcst-1.2.0.tar.gz deleted file mode 100644 index a10f17a9a03cbd0ca2f006d30c7a4d254fb8d196..0000000000000000000000000000000000000000 Binary files a/libcst-1.2.0.tar.gz and /dev/null differ diff --git a/libcst-1.3.0.tar.gz b/libcst-1.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bd95ec1abe5451716ba0079d74f0c40831f8c517 Binary files /dev/null and b/libcst-1.3.0.tar.gz differ diff --git a/python-libcst.spec b/python-libcst.spec index de3b749e7d2824adc256f454bfa72a5b8b9cef02..c26386fe209dad42872ef1535cb755cdfe52c6d7 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.2.0 +Version: 1.3.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,10 @@ rm -rf html/.{doctrees,buildinfo} %endif %changelog +* Fri Aug 02 2024 muxiaohui - 1.3.0-1 +- Update package to version 1.3.0 +- Removed dependencies on typing_extensions and typing_inspect + * 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