Init package with version 1.1.0

This commit is contained in:
desert-sailor 2023-11-30 19:15:24 +08:00
parent d2ff4ab0c3
commit 7783e76c01
5 changed files with 19 additions and 16 deletions

View File

@ -1,6 +1,6 @@
From cb1e1e746bd3c707022c852cbd2ca14b98ef0760 Mon Sep 17 00:00:00 2001 From 482bc883118609ac251b1ef496f61aec74fdedfd Mon Sep 17 00:00:00 2001
From: desert-sailor <dxwangk@isoftstone.com> From: desert-sailor <dongxing.wang_a@thundersoft.com>
Date: Fri, 30 Jun 2023 15:10:42 +0800 Date: Thu, 30 Nov 2023 19:12:15 +0800
Subject: [PATCH] set cargo vendor cache for local build Subject: [PATCH] set cargo vendor cache for local build
--- ---
@ -8,22 +8,22 @@ Subject: [PATCH] set cargo vendor cache for local build
1 file changed, 7 insertions(+), 1 deletion(-) 1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/.cargo/config.toml b/.cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml
index 0e1e094..a587ae2 100644 index 59c989e..5f92489 100644
--- a/.cargo/config.toml --- a/.cargo/config.toml
+++ b/.cargo/config.toml +++ b/.cargo/config.toml
@@ -8,4 +8,10 @@ rustflags = [ @@ -8,4 +8,10 @@ rustflags = [
rustflags = [ rustflags = [
"-C", "link-arg=-undefined", "-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup", "-C", "link-arg=dynamic_lookup",
-] -]
\ No newline at end of file \ No newline at end of file
+] +]
+ +
+[source.crates-io] +[source.crates-io]
+replace-with = "vendored-sources" +replace-with = "vendored-sources"
+ +
+[source.vendored-sources] +[source.vendored-sources]
+directory = "native/vendor" +directory = "native/vendor"
-- --
2.33.0 2.41.0

Binary file not shown.

Binary file not shown.

BIN
libcst-1.1.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: 0.4.10 Version: 1.1.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,9 @@ rm -rf html/.{doctrees,buildinfo}
%endif %endif
%changelog %changelog
* Thu Nov 30 2023 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 1.1.0-1
- Upgrade package with version 1.1.0
* Fri Jun 30 2023 Dongxing Wang <dxwangk@isoftstone.com> - 0.4.10-1 * Fri Jun 30 2023 Dongxing Wang <dxwangk@isoftstone.com> - 0.4.10-1
- Upgrade package to version 0.4.10 - Upgrade package to version 0.4.10