Update package to version 1.2.0

This commit is contained in:
desert-sailor 2024-02-29 15:06:42 +08:00
parent d0f825c8ab
commit 56ce37369e
4 changed files with 8 additions and 1 deletions

Binary file not shown.

Binary file not shown.

BIN
libcst-1.2.0.tar.gz Normal file

Binary file not shown.

View File

@ -15,7 +15,7 @@ node types and fields, it creates a lossless CST that looks and feels like an
AST.} AST.}
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.1.0 Version: 1.2.0
Release: 1 Release: 1
Summary: A concrete syntax tree with AST-like properties for Python 3 Summary: A concrete syntax tree with AST-like properties for Python 3
License: MIT and (MIT and Python) and ASL 2.0 License: MIT and (MIT and Python) and ASL 2.0
@ -98,6 +98,13 @@ rm -rf html/.{doctrees,buildinfo}
%endif %endif
%changelog %changelog
* Thu Feb 29 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 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 <dongxing.wang_a@thundersoft.com> - 1.1.0-1 * Thu Nov 30 2023 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 1.1.0-1
- Upgrade package with version 1.1.0 - Upgrade package with version 1.1.0