golang-testify 1.7.0-1 source package in Ubuntu

Changelog

golang-testify (1.7.0-1) unstable; urgency=medium

  * New upstream version 1.7.0
  * Update debian/watch to version 4, and stop repacking the tarball to .xz
    because upstream no longer includes the vendor directory
  * Change Section from devel to golang
  * Bump Standards-Version to 4.6.0 (no change)
  * Add "Rules-Requires-Root: no" to debian/control
  * Mark library package with "Multi-Arch: foreign"
  * Remove {Conflicts,Provides,Replaces}: golang-testify-dev
    which were added in 2015 for transition but are no longer needed as all
    related packages now build-depend on golang-github-stretchr-testify-dev
  * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance

 -- Anthony Fok <email address hidden>  Mon, 06 Sep 2021 15:38:13 -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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-testify_1.7.0-1.dsc 2.3 KiB 05614073a10022a7d41a60e430eaa1b213ffc6917a31d19a9150372a34ecb72f
golang-testify_1.7.0.orig.tar.gz 88.9 KiB 560c0984072cb436b17bbce5699b205d5aa2beb58ef7a94530d7724b5739a8d6
golang-testify_1.7.0-1.debian.tar.xz 5.2 KiB 1315b9c06c939d0146c9d9a9b1625a4acf4f5b36bdc16f2d1f3182bc18266354

No changes file available.

Binary packages built by this source

golang-github-stretchr-testify-dev: sacred extension to the standard Go testing package

 Testify is a Go code (golang) set of packages that provide many tools for
 testifying that code behaves as intended.
 .
 Features include:
  * Easy assertions
  * Mocking
  * HTTP response trapping
  * Testing suite interfaces and functions
 .
 This package contains the source.