golang-gopkg-eapache-go-resiliency.v1 1.2.0-1 source package in Ubuntu

Changelog

golang-gopkg-eapache-go-resiliency.v1 (1.2.0-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Wrap long lines in changelog entries: 1.0.0-6.
  * Update watch file format version to 4.
  * Bump debhelper from old 12 to 13.

  [ Anthony Fok ]
  * New upstream version 1.2.0
  * Apply "cme fix dpkg" fixes
    - Reorder fields in debian/control
    - Bump Standards-Version to 4.6.0 (no change)
  * Update Maintainer email address to <email address hidden>
  * Change Section from devel to golang
  * Replace dependency on golang-go with golang-any
  * Add "Rules-Requires-Root: no" to debian/control
  * Mark library package with "Multi-Arch: foreign"
  * Update debian/watch to the one generated with the latest dh-make-golang
  * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance
  * Add myself to the list of Uploaders

 -- Anthony Fok <email address hidden>  Wed, 20 Oct 2021 00:45:41 -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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-gopkg-eapache-go-resiliency.v1_1.2.0-1.dsc 2.3 KiB 9be4d15b86ac5a08f734da3ed67422986643b68b031e6c2f3136426cfc59a144
golang-gopkg-eapache-go-resiliency.v1_1.2.0.orig.tar.gz 10.2 KiB f9b3d4e28c7f456e912462f72041124b0d152044d20f84c645e287443a0200ef
golang-gopkg-eapache-go-resiliency.v1_1.2.0-1.debian.tar.xz 3.3 KiB e37fc4573681180dbc00daa0fbceccb6201812ac7e489bd24487a9a9e10f46d4

Available diffs

No changes file available.

Binary packages built by this source

golang-gopkg-eapache-go-resiliency.v1-dev: resiliency patterns for golang

 Resiliency patterns for golang. Based in part on Hystrix, Semian,
 and others. Currently implemented patterns include circuit-breaker,
 semaphore, deadline/timeout, batching and retriable.