Update to version 1.3.0; Fixes RHBZ#2241925

epel9 imports/e9/rust-csv-1.3.0-1.el9
Fabio Valentini 1 year ago
parent c2ff0c3068
commit f9b8632187
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/csv-1.2.0.crate
/csv-1.2.1.crate
/csv-1.2.2.crate
/csv-1.3.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate csv
Name: rust-csv
Version: 1.2.2
Version: 1.3.0
Release: %autorelease
Summary: Fast CSV parsing with support for serde
@ -14,7 +14,7 @@ License: Unlicense OR MIT
URL: https://crates.io/crates/csv
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Fast CSV parsing with support for serde.}
@ -51,7 +51,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (csv-1.2.2.crate) = 7176b683f016e8872395eb5b153634926e5cf449147e690a2e08b79e8068c111d2ebab40fb6c4b3b03d34b7c1facf3ac1e04a69e079e7b0e0592691dc2d2d790
SHA512 (csv-1.3.0.crate) = 1b9e870c433e4d37e61cd604d2712c59ccd392cab55b8c88596a7094245072dcae02ecc80d3ee7cdaaa083ec2c2865b71712330c55e93715917a86106a2230ed

Loading…
Cancel
Save