!4 Init package with version 1.1.0
From: @desert-sailor Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
d0f825c8ab
@ -1,6 +1,6 @@
|
||||
From cb1e1e746bd3c707022c852cbd2ca14b98ef0760 Mon Sep 17 00:00:00 2001
|
||||
From: desert-sailor <dxwangk@isoftstone.com>
|
||||
Date: Fri, 30 Jun 2023 15:10:42 +0800
|
||||
From 482bc883118609ac251b1ef496f61aec74fdedfd Mon Sep 17 00:00:00 2001
|
||||
From: desert-sailor <dongxing.wang_a@thundersoft.com>
|
||||
Date: Thu, 30 Nov 2023 19:12:15 +0800
|
||||
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(-)
|
||||
|
||||
diff --git a/.cargo/config.toml b/.cargo/config.toml
|
||||
index 0e1e094..a587ae2 100644
|
||||
index 59c989e..5f92489 100644
|
||||
--- a/.cargo/config.toml
|
||||
+++ b/.cargo/config.toml
|
||||
@@ -8,4 +8,10 @@ rustflags = [
|
||||
rustflags = [
|
||||
"-C", "link-arg=-undefined",
|
||||
"-C", "link-arg=dynamic_lookup",
|
||||
rustflags = [
|
||||
"-C", "link-arg=-undefined",
|
||||
"-C", "link-arg=dynamic_lookup",
|
||||
-]
|
||||
\ No newline at end of file
|
||||
+]
|
||||
+
|
||||
+[source.crates-io]
|
||||
+replace-with = "vendored-sources"
|
||||
+
|
||||
+[source.vendored-sources]
|
||||
+directory = "native/vendor"
|
||||
+]
|
||||
+
|
||||
+[source.crates-io]
|
||||
+replace-with = "vendored-sources"
|
||||
+
|
||||
+[source.vendored-sources]
|
||||
+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
BIN
libcst-1.1.0.tar.gz
Normal file
Binary file not shown.
@ -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: 0.4.10
|
||||
Version: 1.1.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,9 @@ rm -rf html/.{doctrees,buildinfo}
|
||||
%endif
|
||||
|
||||
%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
|
||||
- Upgrade package to version 0.4.10
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user