Update to version 0.6.21; Fixes RHBZ#2332705

epel10 imports/epel10/rust-snapbox-0.6.21-1.el10
Fabio Valentini 1 month ago
parent f42b7d36ac
commit 4a3cc05ca1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/snapbox-0.6.17.crate /snapbox-0.6.17.crate
/snapbox-0.6.18.crate /snapbox-0.6.18.crate
/snapbox-0.6.20.crate /snapbox-0.6.20.crate
/snapbox-0.6.21.crate

@ -1,5 +1,5 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
# prevent executables from being installed # prevent executables from being installed
@ -8,7 +8,7 @@
%global crate snapbox %global crate snapbox
Name: rust-snapbox Name: rust-snapbox
Version: 0.6.20 Version: 0.6.21
Release: %autorelease Release: %autorelease
Summary: Snapshot testing toolbox Summary: Snapshot testing toolbox

@ -1,6 +1,6 @@
--- snapbox-0.6.20/Cargo.toml 1970-01-01T00:00:01+00:00 --- snapbox-0.6.21/Cargo.toml 1970-01-01T00:00:01+00:00
+++ snapbox-0.6.20/Cargo.toml 2024-11-09T19:49:11.111491+00:00 +++ snapbox-0.6.21/Cargo.toml 2025-01-03T16:46:05.984831+00:00
@@ -189,7 +189,6 @@ @@ -190,7 +190,6 @@
"dep:os_pipe", "dep:os_pipe",
"dep:wait-timeout", "dep:wait-timeout",
"dep:libc", "dep:libc",
@ -8,7 +8,7 @@
] ]
color = [ color = [
"dep:anstream", "dep:anstream",
@@ -229,11 +228,6 @@ @@ -230,11 +229,6 @@
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "0.2.137" version = "0.2.137"
@ -20,7 +20,7 @@
optional = true optional = true
[lints.clippy] [lints.clippy]
@@ -306,3 +300,4 @@ @@ -307,3 +301,4 @@
[lints.rust.rust_2018_idioms] [lints.rust.rust_2018_idioms]
level = "warn" level = "warn"
priority = -1 priority = -1

@ -1 +1 @@
SHA512 (snapbox-0.6.20.crate) = f556b1d1f76d51ae566ed8eae92053b2d58ae3322b23f7fef3dcd22488a639591719eb586eb34cce525cb8490571212da317b76ba9b514ef70410ea4101b5902 SHA512 (snapbox-0.6.21.crate) = 876956af4087cfd1fe5675f02c4578a1c3d3adc2a05a49a14db63f82f27459d0aea1d5716c711cd7201fe3293f76c642777c38fd2ae091ff19ae3feb9cbceb79

Loading…
Cancel
Save