Update to version 3.11.0; Fixes RHBZ#2302570

epel10
Fabio Valentini 6 months ago
parent d4f643f614
commit 9adbee6a80
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -18,3 +18,4 @@
/tempfile-3.9.0.crate
/tempfile-3.10.0.crate
/tempfile-3.10.1.crate
/tempfile-3.11.0.crate

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

@ -1 +1 @@
SHA512 (tempfile-3.10.1.crate) = bac7515b85b0d01ea914b527f0fadd3a4d8e77c9eabe786977d2625d8a3e91decaec502dd15bab4d49a43597fa7cf7660fff4be1b043112d13b542a72443bf39
SHA512 (tempfile-3.11.0.crate) = 47d4c48c4f90d116a2f7d5ebf29ea623fb0a0fbfb1192aaaa53a83218ac910b6c836d6d4d8233b07d06e14de70fbf30d243152b7ac22a03d180905c53b6ad9e6

@ -1,6 +1,6 @@
--- tempfile-3.10.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tempfile-3.10.1/Cargo.toml 2024-03-05T14:05:35.414805+00:00
@@ -48,9 +48,3 @@
--- tempfile-3.11.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tempfile-3.11.0/Cargo.toml 2024-08-03T13:40:26.497890+00:00
@@ -82,9 +82,3 @@
version = "0.38.31"
features = ["fs"]

Loading…
Cancel
Save