Thu, 19 Sep 2024 04:28:58 UTC | login

Information for build golang-github-gofrs-uuid-3.2.0-2.fc31

ID112806
Package Namegolang-github-gofrs-uuid
Version3.2.0
Release2.fc31
Epoch
SummaryPure Go implementation of Universally Unique Identifiers (UUID)
Description Package uuid provides a pure Go implementation of Universally Unique Identifiers (UUID) variant as defined in RFC-4122. This package supports both the creation and parsing of UUIDs in different formats. This package supports the following UUID versions: - Version 1, based on timestamp and MAC address (RFC-4122) - Version 2, based on timestamp, MAC address and POSIX UID/GID (DCE 1.1) - Version 3, based on MD5 hashing of a named value (RFC-4122) - Version 4, based on random numbers (RFC-4122) - Version 5, based on SHA-1 hashing of a named value (RFC-4122)
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 31 Jul 2019 18:15:27 UTC
CompletedWed, 31 Jul 2019 18:15:27 UTC
Tags
f31
f32
f33
RPMs
src
golang-github-gofrs-uuid-3.2.0-2.fc31.src.rpm (info) (download)
noarch
golang-github-gofrs-uuid-devel-3.2.0-2.fc31.noarch.rpm (info) (download)
Changelog * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed May 01 2019 Robert-André Mauchin <zebob.m@gmail.com> - 3.2.0-1 - Initial package