golang-github-hashicorp-go-retryablehttp 0.7.1-1 source package in Ubuntu

Changelog

golang-github-hashicorp-go-retryablehttp (0.7.1-1) unstable; urgency=medium

  * New upstream version 0.7.1
  * Reorder fields in debian/control and debian/copyright
  * Drop unneeded dependency on ${shlibs:Depends}
  * Update versioned dependencies as per go.mod
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * debian/rules: Invoke dh with --builddirectory=_build
  * Change Section from devel to golang
  * Update Maintainer email address to <email address hidden>
  * Mark library package with "Multi-Arch: foreign"
  * Bump Standards-Version to 4.6.1 (no change)
  * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
  * debian/gbp.conf: Remove overlay etc. for conformity with other packages
  * Refresh debian/watch to that generated by dh-make-golang
  * Add myself to the list of Uploaders

 -- Anthony Fok <email address hidden>  Wed, 12 Oct 2022 13:14:28 -0600

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-go-retryablehttp_0.7.1-1.dsc 2.5 KiB d07d567366d87cd673b75a0334517c405de647ca794469abc25c60cedd4ba9f4
golang-github-hashicorp-go-retryablehttp_0.7.1.orig.tar.gz 21.0 KiB 8c74fe089dcb27345142ed5ff8964bfb20b8454f0a793f3bb4d237c0eaf9b31c
golang-github-hashicorp-go-retryablehttp_0.7.1-1.debian.tar.xz 8.1 KiB 149ebac9e7600c1684292bf9bab100adf557217c72c083d3ad0333f6319562b6

Available diffs

No changes file available.

Binary packages built by this source

golang-github-hashicorp-go-retryablehttp-dev: retryable HTTP client in Go

 This package provides a familiar HTTP client interface with
 automatic retries and exponential backoff. It is a thin wrapper over
 the standard net/http client library and exposes nearly the same public
 API. This makes retryablehttp very easy to drop into existing programs.