!4 [sync] PR-2: Make cargo update for rust version upgrade

From: @openeuler-sync-bot 
Reviewed-by: @desert-sailor 
Signed-off-by: @desert-sailor
This commit is contained in:
openeuler-ci-bot 2024-10-25 00:55:39 +00:00 committed by Gitee
commit 324221a7da
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 4862 additions and 1 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -3,7 +3,7 @@
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.13.1 Version: 0.13.1
Release: 1 Release: 2
Summary: Convert Vega-Lite chart specifications to SVG, PNG, or Vega. Summary: Convert Vega-Lite chart specifications to SVG, PNG, or Vega.
License: BSD-3-Clause License: BSD-3-Clause
@ -12,6 +12,8 @@ Source0: https://files.pythonhosted.org/packages/10/62/6e41e11047eecb596d
Source1: cargo-vendor-cache Source1: cargo-vendor-cache
Source2: cargo-librusty-v8 Source2: cargo-librusty-v8
Patch1: 0001-cargo-update-for-rust-version-upgrade.patch
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: cmake BuildRequires: cmake
BuildRequires: python3-devel BuildRequires: python3-devel
@ -67,5 +69,8 @@ EOF
%{python3_sitearch}/vl_convert*.dist-info/ %{python3_sitearch}/vl_convert*.dist-info/
%changelog %changelog
* Tue Aug 27 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 0.13.1-2
- Make cargo update for rust version upgrade
* Fri Sep 15 2023 Dongxing Wang <dxwangk@isoftstone.com> - 0.13.1-1 * Fri Sep 15 2023 Dongxing Wang <dxwangk@isoftstone.com> - 0.13.1-1
- Initial package - Initial package