Mon, 09 Sep 2024 23:34:47 UTC | login

Information for build golang-uber-zap-1.26.0-3.fc40

ID290072
Package Namegolang-uber-zap
Version1.26.0
Release3.fc40
Epoch
SummaryBlazing fast, structured, leveled logging in Go
DescriptionPackage Zap provides fast, structured, leveled logging. For applications that log in the hot path, reflection-based serialization and string formatting are prohibitively expensive - they're CPU-intensive and make many small allocations. Put differently, using json.Marshal and fmt.Fprintf to log tons of interface{} makes your application slow. Zap takes a different approach. It includes a reflection-free, zero-allocation JSON encoder, and the base Logger strives to avoid serialization overhead and allocations wherever possible. By building the high-level SugaredLogger on that foundation, zap lets users choose when they need to count every allocation and when they'd prefer a more familiar, loosely typed API.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 26 Feb 2024 10:12:00 UTC
CompletedMon, 26 Feb 2024 10:12:00 UTC
Tags
f40
f41
RPMs
src
golang-uber-zap-1.26.0-3.fc40.src.rpm (info) (download)
noarch
golang-uber-zap-devel-1.26.0-3.fc40.noarch.rpm (info) (download)
Changelog * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Sep 24 2023 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 1.26.0-1 - Update to 1.26.0 - Closes rhbz#2239139 * Thu Aug 03 2023 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 1.25.0-1 - Update to 1.25.0 - Closes rhbz#2228629 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.24.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jun 24 2023 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 1.24.0-1 - Update to 1.24.0 and remove bootstrap - Closes rhbz#2150157 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.23.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Aug 29 2022 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 1.23.0-1 - Update to 1.23.0 - Closes rhbz#1991800 * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild