Add Debian packages, support Ubuntu 22 via tomli
Some checks failed
CI / test (push) Successful in 46s
Trivy / test (push) Waiting to run
Lint / test (push) Has been cancelled

This commit is contained in:
Miguel Jacq 2025-12-15 15:01:28 +11:00
parent b71f41212a
commit 9f9301e17e
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
12 changed files with 305 additions and 720 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "jinjaturtle"
version = "0.3.2"
version = "0.3.3"
description = "Convert config files into Ansible defaults and Jinja2 templates."
authors = ["Miguel Jacq <mig@mig5.net>"]
license = "GPL-3.0-or-later"
@ -19,13 +19,6 @@ tomli = { version = "^2.0.0", python = "<3.11" }
defusedxml = "^0.7.1"
jinja2 = "^3.1.6"
[tool.poetry.group.dev.dependencies]
pytest = "^7.0"
pytest-cov = "^4.0"
build = "^1.0"
twine = "^5.0"
pyproject-appimage = "^4.2"
[tool.poetry.scripts]
jinjaturtle = "jinjaturtle.cli:main"
@ -36,3 +29,8 @@ build-backend = "poetry.core.masonry.api"
[tool.pyproject-appimage]
script = "jinjaturtle"
output = "JinjaTurtle.AppImage"
[tool.poetry.dev-dependencies]
pytest = "^8"
pytest-cov = "^5"
pyproject-appimage = "^4.2"