pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/go-testify



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Tue Mar 13 19:27:00 UTC 2018

Modified Files:
        pkgsrc/devel/go-testify: Makefile PLIST distinfo

Log Message:
Update testify to 1.2.1.

No changelog from upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/go-testify/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/go-testify/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/go-testify/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/go-testify/Makefile
diff -u pkgsrc/devel/go-testify/Makefile:1.8 pkgsrc/devel/go-testify/Makefile:1.9
--- pkgsrc/devel/go-testify/Makefile:1.8        Tue Mar 13 17:06:05 2018
+++ pkgsrc/devel/go-testify/Makefile    Tue Mar 13 19:27:00 2018
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2018/03/13 17:06:05 bsiegert Exp $
+# $NetBSD: Makefile,v 1.9 2018/03/13 19:27:00 bsiegert Exp $
 
-DISTNAME=      go-testify-1.1.3
-PKGREVISION=   7
+DISTNAME=      go-testify-1.2.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=stretchr/}
 GITHUB_PROJECT=        testify
-GITHUB_TAG=    v1.1.3
+GITHUB_TAG=    v1.2.1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/stretchr/testify

Index: pkgsrc/devel/go-testify/PLIST
diff -u pkgsrc/devel/go-testify/PLIST:1.2 pkgsrc/devel/go-testify/PLIST:1.3
--- pkgsrc/devel/go-testify/PLIST:1.2   Tue Mar 13 17:06:05 2018
+++ pkgsrc/devel/go-testify/PLIST       Tue Mar 13 19:27:00 2018
@@ -1,16 +1,17 @@
-@comment $NetBSD: PLIST,v 1.2 2018/03/13 17:06:05 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/03/13 19:27:00 bsiegert Exp $
 gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify.a
 gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/assert.a
 gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/http.a
 gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/mock.a
 gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/require.a
 gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/suite.a
-gopkg/src/github.com/stretchr/testify/Godeps/Godeps.json
-gopkg/src/github.com/stretchr/testify/Godeps/Readme
-gopkg/src/github.com/stretchr/testify/LICENCE.txt
+gopkg/src/github.com/stretchr/testify/Gopkg.lock
+gopkg/src/github.com/stretchr/testify/Gopkg.toml
 gopkg/src/github.com/stretchr/testify/LICENSE
 gopkg/src/github.com/stretchr/testify/README.md
 gopkg/src/github.com/stretchr/testify/_codegen/main.go
+gopkg/src/github.com/stretchr/testify/assert/assertion_format.go
+gopkg/src/github.com/stretchr/testify/assert/assertion_format.go.tmpl
 gopkg/src/github.com/stretchr/testify/assert/assertion_forward.go
 gopkg/src/github.com/stretchr/testify/assert/assertion_forward.go.tmpl
 gopkg/src/github.com/stretchr/testify/assert/assertions.go
@@ -53,14 +54,8 @@ gopkg/src/github.com/stretchr/testify/ve
 gopkg/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/spew.go
 gopkg/src/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/LICENSE
 gopkg/src/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib/difflib.go
-gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/.gitignore
-gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/LICENSE.md
-gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/README.md
+gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/LICENSE
 gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/accessors.go
-gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/array-access.txt
-gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/index.html
-gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/template.txt
-gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/types_list.txt
 gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/constants.go
 gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/conversions.go
 gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/doc.go

Index: pkgsrc/devel/go-testify/distinfo
diff -u pkgsrc/devel/go-testify/distinfo:1.1 pkgsrc/devel/go-testify/distinfo:1.2
--- pkgsrc/devel/go-testify/distinfo:1.1        Sat Jul 16 13:21:41 2016
+++ pkgsrc/devel/go-testify/distinfo    Tue Mar 13 19:27:00 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/07/16 13:21:41 bsiegert Exp $
+$NetBSD: distinfo,v 1.2 2018/03/13 19:27:00 bsiegert Exp $
 
-SHA1 (go-testify-1.1.3.tar.gz) = 2494724ccad2de8003c2c5304a9e5e7470f32290
-RMD160 (go-testify-1.1.3.tar.gz) = 59afdb4e0eb9587c0139e322a747c3be1efa8144
-SHA512 (go-testify-1.1.3.tar.gz) = bd177d7c54246e480bea21a53820cd1246096ab05eaf436aa7d4d3dc81388239be79981ea7e6b2a960fbb120a7dff0faa8aee7bcf267d8d3499eecc65a49d179
-Size (go-testify-1.1.3.tar.gz) = 81051 bytes
+SHA1 (go-testify-1.2.1.tar.gz) = bf324b3bbf21ce5bbe124a60cd9747f43d946ab3
+RMD160 (go-testify-1.2.1.tar.gz) = 8f3534cbd69127e96e5a7c568d7ddbbf42d98bc4
+SHA512 (go-testify-1.2.1.tar.gz) = abd6efb21d3505d12d7ff49459fe3b6066c1648ab43a5cb7860d8c822377ab5c57a07437a5e53c6f1630d369796178d122ec03314764a393d145af5d13b4e454
+Size (go-testify-1.2.1.tar.gz) = 95210 bytes



Home | Main Index | Thread Index | Old Index