Mon, 01 Jul 2024 13:35:02 UTC | login

Information for build rust-atomicwrites-0.2.3-2.fc31

ID127662
Package Namerust-atomicwrites
Version0.2.3
Release2.fc31
Epoch
SummaryAtomic file-writes
DescriptionAtomic file-writes. The basic idea is to write to temporary files, and move them when done writing. This avoids the problem of two programs writing to the same file. For AllowOverwrite, rename is used. For DisallowOverwrite, link + unlink is used instead to raise errors when the target path already exists.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 01 Sep 2019 19:23:29 UTC
CompletedSun, 01 Sep 2019 19:23:29 UTC
Tags
f31
f32
f33
RPMs
src
rust-atomicwrites-0.2.3-2.fc31.src.rpm (info) (download)
noarch
rust-atomicwrites+default-devel-0.2.3-2.fc31.noarch.rpm (info) (download)
rust-atomicwrites-devel-0.2.3-2.fc31.noarch.rpm (info) (download)
Changelog * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Jun 05 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.3-1 - Update to 0.2.3 * Wed Jun 05 2019 Josh Stone <jistone@redhat.com> - 0.2.2-3 - Bump nix to 0.14 * Tue Apr 23 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.2-2 - Run tests in infrastructure * Sat Apr 13 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.2-1 - Initial package