[med-svn] [Git][med-team/vcfanno][upstream] New upstream version 0.3.4+ds

Andreas Tille (@tille) gitlab at salsa.debian.org
Fri Nov 25 20:46:55 GMT 2022



Andreas Tille pushed to branch upstream at Debian Med / vcfanno


Commits:
cd8fe8b2 by Andreas Tille at 2022-11-25T21:16:00+01:00
New upstream version 0.3.4+ds
- - - - -


4 changed files:

- + .travis.yml
- README.md
- go.mod
- vcfanno.go


Changes:

=====================================
.travis.yml
=====================================
@@ -0,0 +1,18 @@
+language: go
+
+os:
+  - linux
+  - osx
+
+go:
+  - 1.16.x
+  - 1.17.x
+
+before_install:
+  - make
+  - go get github.com/axw/gocov/gocov
+  - go get github.com/mattn/goveralls
+  - go get golang.org/x/tools/cmd/cover
+script:
+    - ./tests/functional-test.sh
+


=====================================
README.md
=====================================
@@ -7,7 +7,7 @@ build:
 -->
 
 
-[![Build Status](https://travis-ci.com/brentp/vcfanno.svg)](https://travis-ci.com/brentp/vcfanno)
+[![Build Status](https://app.travis-ci.com/brentp/vcfanno.svg?branch=master)](https://app.travis-ci.com/brentp/vcfanno)
 [![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](http://brentp.github.io/vcfanno/)
 
 If you use vcfanno, please cite [the paper](https://genomebiology.biomedcentral.com/articles/10.1186/s13059-016-0973-5)


=====================================
go.mod
=====================================
@@ -8,11 +8,10 @@ require (
 	github.com/brentp/bix v0.0.0-20190718140914-00aa7a7f205d
 	github.com/brentp/goluaez v0.0.0-20160116211227-dd35d08e32e7
 	github.com/brentp/irelate v0.0.1
-	github.com/brentp/vcfgo v0.0.0-20190824021612-654ed2e5945d
+	github.com/brentp/vcfgo v0.0.0-20220919165057-adf3b5d20c55
 	github.com/brentp/xopen v0.0.0-20181116180855-111b45cadc7d
 	github.com/pkg/errors v0.9.1 // indirect
 	github.com/yuin/gluare v0.0.0-20170607022532-d7c94f1a80ed // indirect
 	github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9 // indirect
-	golang.org/x/tools v0.1.5 // indirect
 	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
 )


=====================================
vcfanno.go
=====================================
@@ -26,7 +26,7 @@ import (
 	"github.com/brentp/xopen"
 )
 
-var VERSION = "0.3.3"
+var VERSION = "0.3.4"
 
 func envGet(name string, vdefault int) int {
 	sval := os.Getenv(name)



View it on GitLab: https://salsa.debian.org/med-team/vcfanno/-/commit/cd8fe8b21191e7562b8dec5f5ad41da7ee1e3156

-- 
View it on GitLab: https://salsa.debian.org/med-team/vcfanno/-/commit/cd8fe8b21191e7562b8dec5f5ad41da7ee1e3156
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20221125/f377496d/attachment-0001.htm>


More information about the debian-med-commit mailing list