Mon, 29 Apr 2024 20:23:21 UTC | login

Information for build golang-github-magiconair-properties-1.8.4-8.fc38

ID231525
Package Namegolang-github-magiconair-properties
Version1.8.4
Release8.fc38
Epoch
SummaryJava properties scanner for Go
Description Properties is a Go library for reading and writing properties files. It supports reading from multiple files or URLs and Spring style recursive property expansion of expressions like ${key} to their corresponding value. Value expressions can refer to other keys like in ${key} or to environment variables like in ${USER}. Filenames can also contain environment variables like in /home/${USER}/myapp.properties. Properties can be decoded into structs, maps, arrays and values through struct tags. Comments and the order of keys are preserved. Comments can be modified and can be written to the output. The properties library supports both ISO-8859-1 and UTF-8 encoded data.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 24 Feb 2023 07:12:57 UTC
CompletedFri, 24 Feb 2023 07:12:57 UTC
Tags
f38
f39
f40
RPMs
src
golang-github-magiconair-properties-1.8.4-8.fc38.src.rpm (info) (download)
noarch
golang-github-magiconair-properties-devel-1.8.4-8.fc38.noarch.rpm (info) (download)
Changelog * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sun Jan 24 2021 Robert-André Mauchin <zebob.m@gmail.com> - 1.8.4-3 - Better fix for FTBFS * Sun Jan 24 2021 Robert-André Mauchin <zebob.m@gmail.com> - 1.8.4-2 - Fix FTBFS