diff --git a/libcst-1.8.4.tar.gz b/libcst-1.8.4.tar.gz deleted file mode 100644 index 02db59f65d8d223ead9331bf94077ebc786de885..0000000000000000000000000000000000000000 Binary files a/libcst-1.8.4.tar.gz and /dev/null differ diff --git a/libcst-1.8.6.tar.gz b/libcst-1.8.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..856f67a510f7afa1ce24cb2e6b995b408b69df8c Binary files /dev/null and b/libcst-1.8.6.tar.gz differ diff --git a/python-libcst.spec b/python-libcst.spec index fbdb73d8d736adca241754b043ac92d558929589..0fcf71d76df8daeba0e17d185fbe0a8896233d1f 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.8.4 +Version: 1.8.6 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,9 @@ rm -rf html/.{doctrees,buildinfo} %endif %changelog +* Tue Nov 18 2025 lvwq - 1.8.6-1 +- Update to 1.8.6 + * Mon Sep 15 2025 Dongxing Wang - 1.8.4-1 - Update to version 1.8.4 Fixed: generate Attribute nodes when applying type annotations