golang-github-magiconair-properties 1.8.4-1 source package in Ubuntu

Changelog

golang-github-magiconair-properties (1.8.4-1) unstable; urgency=medium

  * New upstream version 1.8.4
    - Fix `time: invalid duration "ghi"` error in TestMustGetParsedDuration
      with go1.15 (Closes: #975190)
  * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
  * Bump Standards-Version to 4.5.0 (no change)
  * debian/control: Change Section from devel to golang
  * Add "Rules-Requires-Root: no" to debian/control
  * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
  * Update copyright years and the formatting of BSD-2-clause
    according to upstream revised LICENSE.md

 -- Anthony Fok <email address hidden>  Tue, 24 Nov 2020 03:33:32 -0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-magiconair-properties_1.8.4-1.dsc 2.3 KiB e435d7328ab6ce0f8d256c478ab0c53135fa734f65c9e0660051b9ae972a3d72
golang-github-magiconair-properties_1.8.4.orig.tar.gz 29.7 KiB 60d3dffd986f08b9e838a6a230b24895d3a67a666359d506572d693b491fea4d
golang-github-magiconair-properties_1.8.4-1.debian.tar.xz 4.0 KiB e512e250898037172171b95ad17cc4d34358579ed2f7d903ee817b409c272fc5

Available diffs

No changes file available.

Binary packages built by this source

golang-github-magiconair-properties-dev: Java properties scanner for Go

 “properties” is a Go library for reading and writing properties files.
 .
 It supports reading from multiple files 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.
 .
 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.