From 7028735b11a9ac25b0d6e430f8d42e0c45b1d7fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 10:18:31 +0200 Subject: [PATCH 1/4] build(deps): bump jinja2 from 3.1.3 to 3.1.4 (#7) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 572c85f..223303b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1447,13 +1447,13 @@ files = [ [[package]] name = "jinja2" -version = "3.1.3" +version = "3.1.4" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "Jinja2-3.1.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"}, - {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"}, + {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, + {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, ] [package.dependencies] From 2273e0f5fa097c969cd734153f99cf70faaa3f23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 10:21:41 +0200 Subject: [PATCH 2/4] build(deps): bump werkzeug from 3.0.2 to 3.0.3 (#8) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.0.2...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Juan M. Tirado --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 223303b..9d4a7ac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3015,13 +3015,13 @@ files = [ [[package]] name = "werkzeug" -version = "3.0.2" +version = "3.0.3" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.8" files = [ - {file = "werkzeug-3.0.2-py3-none-any.whl", hash = "sha256:3aac3f5da756f93030740bc235d3e09449efcf65f2f55e3602e1d851b8f48795"}, - {file = "werkzeug-3.0.2.tar.gz", hash = "sha256:e39b645a6ac92822588e7b39a692e7828724ceae0b0d702ef96701f90e70128d"}, + {file = "werkzeug-3.0.3-py3-none-any.whl", hash = "sha256:fc9645dc43e03e4d630d23143a04a7f947a9a3b5727cd535fdfe155a17cc48c8"}, + {file = "werkzeug-3.0.3.tar.gz", hash = "sha256:097e5bfda9f0aba8da6b8545146def481d06aa7d3266e7448e2cccf67dd8bd18"}, ] [package.dependencies] From b4b39a0a0c7dac5a03a4c2ef70fc457c79d89317 Mon Sep 17 00:00:00 2001 From: "Juan M. Tirado" Date: Fri, 10 May 2024 09:59:11 +0200 Subject: [PATCH 3/4] [PAN-1875] Added CI tests badge (#9) * doc: added CI tests badge * doc: Add sonarcloud badge * doc: added newline * fix: better link design * doc: remove extraline --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f0f4395..c2d9d00 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![CI](https://github.com/pantos-io/common/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/pantos-io/common/actions/workflows/ci.yaml) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=pantos-io_common&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=pantos-io_common) + # Common code for Pantos off-chain components ## 1. Introduction From 7791ec9a962793f9d650463ba6b5bdba14bf1667 Mon Sep 17 00:00:00 2001 From: Danut Date: Fri, 10 May 2024 11:29:53 +0200 Subject: [PATCH 4/4] feat: set wheel as default make target and update author (#10) --- Makefile | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 1ddd1d4..462a6ff 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,9 @@ PYTHON_FILES := pantos/common scripts tests +.PHONY: wheel +wheel: + poetry build -f wheel + .PHONY: code code: check format lint sort bandit test @@ -43,10 +47,6 @@ test: coverage: poetry run python3 -m pytest --cov-report term-missing --cov=pantos tests -.PHONY: wheel -wheel: - poetry build -f wheel - .PHONY: clean clean: rm -r -f build/ diff --git a/pyproject.toml b/pyproject.toml index c06f772..924753d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "pantos-common" version = "1.1.0" description = "Common code for Pantos off-chain components." -authors = ["Pantos "] +authors = ["Pantos GmbH "] license = "GPL-3.0-only" readme = "README.md" packages = [