Fri, 05 Jul 2024 23:16:49 UTC | login

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

ID96890
Package Namerust-atomicwrites
Version0.2.3
Release1.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
StartedWed, 24 Jul 2019 08:41:43 UTC
CompletedWed, 24 Jul 2019 08:41:43 UTC
Tags
f31
RPMs
src
rust-atomicwrites-0.2.3-1.fc31.src.rpm (info) (download)
noarch
rust-atomicwrites+default-devel-0.2.3-1.fc31.noarch.rpm (info) (download)
rust-atomicwrites-devel-0.2.3-1.fc31.noarch.rpm (info) (download)
Changelog * 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