Update to version 3.9.0; Fixes RHBZ#2256049

epel9 imports/e9/rust-tempfile-3.9.0-1.el9
Fabio Valentini 1 year ago
parent b24e2ec724
commit bebe6821c6
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -15,3 +15,4 @@
/tempfile-3.6.0.crate /tempfile-3.6.0.crate
/tempfile-3.8.0.crate /tempfile-3.8.0.crate
/tempfile-3.8.1.crate /tempfile-3.8.1.crate
/tempfile-3.9.0.crate

@ -5,7 +5,7 @@
%global crate tempfile %global crate tempfile
Name: rust-tempfile Name: rust-tempfile
Version: 3.8.1 Version: 3.9.0
Release: %autorelease Release: %autorelease
Summary: Library for managing temporary files and directories Summary: Library for managing temporary files and directories

@ -1 +1 @@
SHA512 (tempfile-3.8.1.crate) = b257bfb70793575d59ec4cf4b7492aff83dafb68b367a48594211f476a3b1d4800b69bddc405d8749d8b320c30cbe71be1261a60b4bbc862663b37a6c7d97a3a SHA512 (tempfile-3.9.0.crate) = 04e06c966bfa7a1567e7185ebd5c2876b96e46e36af14931bf0eba63795cd20d1c3427b6709a4cab2a68b8d289fdabd5537a50e5407a76e3a9fa0dcc7d3ce6d7

@ -1,14 +1,14 @@
--- tempfile-3.8.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- tempfile-3.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tempfile-3.8.1/Cargo.toml 2023-11-25T11:46:11.625381+00:00 +++ tempfile-3.9.0/Cargo.toml 2023-12-31T16:56:15.335765+00:00
@@ -48,12 +48,3 @@ @@ -48,12 +48,3 @@
version = "0.38.21" version = "0.38.26"
features = ["fs"] features = ["fs"]
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.4" -version = "0.4"
- -
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48" -version = "0.52"
-features = [ -features = [
- "Win32_Storage_FileSystem", - "Win32_Storage_FileSystem",
- "Win32_Foundation", - "Win32_Foundation",

Loading…
Cancel
Save