Skip to content

Commit

Permalink
[AUTOPR] Automatic updates (#32)
Browse files Browse the repository at this point in the history
* Bump version

* Update dependencies

---------

Co-authored-by: nicolaasuni-vonage <[email protected]>
  • Loading branch information
github-actions[bot] and nicolaasuni-vonage authored May 30, 2024
1 parent 79067fa commit 247cb5a
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.4
1.6.5
2 changes: 1 addition & 1 deletion c/doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROJECT_NAME = "NumKey"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.6.4
PROJECT_NUMBER = 1.6.5

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
Expand Down
6 changes: 2 additions & 4 deletions c/resources/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
~#PKGNAME#~ (~#VERSION#~-~#RELEASE#~) UNRELEASED; urgency=low

* Please check the
https://github.com/Vonage/numkey
commit history
* https://github.com/Vonage/numkey/commits/main/

-- Nicola Asuni ~#DATE#~
-- Nicola Asuni <[email protected]> ~#DATE#~
1 change: 0 additions & 1 deletion c/resources/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ Description: Numerical Encoding for Short Codes.
Provides C header-only files for:
NumKey, a reversible numerical encoding for Short Codes
and E.164 numbers.

2 changes: 1 addition & 1 deletion cgo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ GOFMT=$(shell which gofmt)
GOTEST=GOPATH=$(GOPATH) $(shell which gotest)
GODOC=GOPATH=$(GOPATH) $(shell which godoc)
GOLANGCILINT=$(BINUTIL)/golangci-lint
GOLANGCILINTVERSION=v1.57.2
GOLANGCILINTVERSION=v1.59.0

# Directory containing the source code
SRCDIR=./src
Expand Down
2 changes: 1 addition & 1 deletion go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ GOFMT=$(shell which gofmt)
GOTEST=GOPATH=$(GOPATH) $(shell which gotest)
GODOC=GOPATH=$(GOPATH) $(shell which godoc)
GOLANGCILINT=$(BINUTIL)/golangci-lint
GOLANGCILINTVERSION=v1.57.2
GOLANGCILINTVERSION=v1.59.0

# Directory containing the source code
SRCDIR=./src
Expand Down
7 changes: 6 additions & 1 deletion python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,9 @@ version:
vbuild: clean version
rm -rf venv
virtualenv -p /usr/bin/python3 venv
source venv/bin/activate && python --version && pip install --pre black && pip install -e .[test] && python setup.py sdist bdist_wheel install test
source venv/bin/activate \
&& python --version \
&& pip install --pre black build pytest wheel \
&& pip install -e .[test] \
&& pytest \
&& python -m build --sdist --wheel
3 changes: 1 addition & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run(self):

setup(
name="numkey",
version="1.6.4.1",
version="1.6.5.1",
keywords=("numkey E.164 shortcode lvn did encoding"),
description="NumKey Bindings for Python",
long_description=read("../README.md"),
Expand Down Expand Up @@ -72,7 +72,6 @@ def run(self):
extras_require={
"test": [
"coverage",
"py",
"pytest",
"pytest-benchmark",
"pytest-cov",
Expand Down

0 comments on commit 247cb5a

Please sign in to comment.