diff --git a/0001-set-cargo-vendor-cache-for-local-build.patch b/0001-set-cargo-vendor-cache-for-local-build.patch index b20a72f..80361ee 100644 --- a/0001-set-cargo-vendor-cache-for-local-build.patch +++ b/0001-set-cargo-vendor-cache-for-local-build.patch @@ -1,6 +1,6 @@ -From cb1e1e746bd3c707022c852cbd2ca14b98ef0760 Mon Sep 17 00:00:00 2001 -From: desert-sailor -Date: Fri, 30 Jun 2023 15:10:42 +0800 +From 482bc883118609ac251b1ef496f61aec74fdedfd Mon Sep 17 00:00:00 2001 +From: desert-sailor +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 diff --git a/cargo-vendor-cache b/cargo-vendor-cache index 13bab9d..a16586a 100644 Binary files a/cargo-vendor-cache and b/cargo-vendor-cache differ diff --git a/libcst-0.4.10.tar.gz b/libcst-0.4.10.tar.gz deleted file mode 100644 index 2d82d28..0000000 Binary files a/libcst-0.4.10.tar.gz and /dev/null differ diff --git a/libcst-1.1.0.tar.gz b/libcst-1.1.0.tar.gz new file mode 100644 index 0000000..81d6fb6 Binary files /dev/null and b/libcst-1.1.0.tar.gz differ diff --git a/python-libcst.spec b/python-libcst.spec index 8fdb491..ef9f480 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: 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 - 1.1.0-1 +- Upgrade package with version 1.1.0 + * Fri Jun 30 2023 Dongxing Wang - 0.4.10-1 - Upgrade package to version 0.4.10