Update to version 3.3.1; Fixes RHBZ#2250256

epel9 imports/e9/rust-test-case-3.3.1-1.el9
Fabio Valentini 1 year ago
parent 8a3607452c
commit c6e72da725
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/test-case-1.2.1.crate
/test-case-2.2.2.crate
/test-case-3.2.1.crate
/test-case-3.3.1.crate

@ -5,7 +5,7 @@
%global crate test-case
Name: rust-test-case
Version: 3.2.1
Version: 3.3.1
Release: %autorelease
Summary: Procedural macro attribute for generating parametrized test cases
@ -78,9 +78,9 @@ use the "with-regex" feature of the "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
# integration tests rely on files that are not included in published crates
rm tests/acceptance_tests.rs
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires

@ -1 +1 @@
SHA512 (test-case-3.2.1.crate) = 60724384f47ed37089362c30eed7365de240c86fcd5dafe05061a29ce313fe9d91cc40a021455acc32fb4bbe7225aa81874f3e79c097fb41876e7d18cb4a2337
SHA512 (test-case-3.3.1.crate) = 9d6836759dcd71a61ab4e395db7c1a75a14ac3102a36c39b09868ba96d28a2265d8ded385942e55cf95dafc7f4b53fc498b30b6473cedc9b558977878e831b3c

@ -1,5 +1,5 @@
--- test-case-3.2.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ test-case-3.2.1/Cargo.toml 2023-10-08T21:28:31.154495+00:00
--- test-case-3.3.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ test-case-3.3.1/Cargo.toml 2024-01-04T19:53:40.932314+00:00
@@ -19,7 +19,7 @@
"Wojciech Polak <frondeus@gmail.com>",
"Łukasz Biel <lukasz.p.biel@gmail.com>",

Loading…
Cancel
Save