Make cargo update for rust version upgrade

(cherry picked from commit f1335456c871d818f1870a9af0e382c8424871d1)
This commit is contained in:
desert-sailor 2024-08-27 14:43:55 +08:00 committed by openeuler-sync-bot
parent 58510187bc
commit c78672d28c
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}
Version: 0.13.1
Release: 1
Release: 2
Summary: Convert Vega-Lite chart specifications to SVG, PNG, or Vega.
License: BSD-3-Clause
@ -12,6 +12,8 @@ Source0: https://files.pythonhosted.org/packages/10/62/6e41e11047eecb596d
Source1: cargo-vendor-cache
Source2: cargo-librusty-v8
Patch1: 0001-cargo-update-for-rust-version-upgrade.patch
BuildRequires: rust-packaging
BuildRequires: cmake
BuildRequires: python3-devel
@ -67,5 +69,8 @@ EOF
%{python3_sitearch}/vl_convert*.dist-info/
%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
- Initial package