File tree Expand file tree Collapse file tree 9 files changed +7
-35
lines changed Expand file tree Collapse file tree 9 files changed +7
-35
lines changed Original file line number Diff line number Diff line change 1- 1.6.50
1+ 1.6.51
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ PROJECT_NAME = "NumKey"
3232# This could be handy for archiving the generated documentation or
3333# if some version control system is used.
3434
35- PROJECT_NUMBER = 1.6.50
35+ PROJECT_NUMBER = 1.6.51
3636
3737# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838# for a project that appears at the top of each page and should give viewer
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ test: ensuretarget
166166# Get the go tools
167167.PHONY : gotools
168168gotools :
169- $(GO ) get -tool github.com/jstemmer/go-junit-report/v2@latest
169+ $(GO ) install github.com/jstemmer/go-junit-report/v2@latest
170170
171171# Update everything
172172.PHONY : updateall
@@ -188,7 +188,7 @@ updatelint:
188188
189189# Update dependencies
190190.PHONY : updatemod
191- updatemod :
191+ updatemod : mod
192192 # $(GO) get $(shell $(GO) list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -m all)
193193 $(GO ) get -t -u ./... && \
194194 $(GO ) mod tidy -compat=$(shell grep -oP 'go \K[0-9]+\.[0-9]+' ../go.mod)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,7 +3,3 @@ module github.com/Vonage/numkey
33go 1.25
44
55toolchain go1.25.0
6-
7- require github.com/jstemmer/go-junit-report/v2 v2.1.0
8-
9- tool github.com/jstemmer/go-junit-report/v2
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ test: ensuretarget
169169# Get the go tools
170170.PHONY : gotools
171171gotools :
172- $(GO ) get -tool github.com/jstemmer/go-junit-report/v2@latest
172+ $(GO ) install github.com/jstemmer/go-junit-report/v2@latest
173173
174174# Update everything
175175.PHONY : updateall
@@ -191,7 +191,7 @@ updatelint:
191191
192192# Update dependencies
193193.PHONY : updatemod
194- updatemod :
194+ updatemod : mod
195195 # $(GO) get $(shell $(GO) list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -m all)
196196 $(GO ) get -t -u ./... && \
197197 $(GO ) mod tidy -compat=$(shell grep -oP 'go \K[0-9]+\.[0-9]+' ../go.mod)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def run(self):
3030
3131setup (
3232 name = "numkey" ,
33- version = "1.6.50 .1" ,
33+ version = "1.6.51 .1" ,
3434 keywords = ("numkey E.164 shortcode lvn did encoding" ),
3535 description = "NumKey Bindings for Python" ,
3636 long_description = read ("../README.md" ),
You can’t perform that action at this time.
0 commit comments