Compare commits
2 commits
952687e15d
...
4277e029d0
| Author | SHA1 | Date | |
|---|---|---|---|
| 4277e029d0 | |||
| 5930758398 |
3 changed files with 11 additions and 13 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,9 +1,9 @@
|
|||
enroll (0.6.0) unstable; urgency=medium
|
||||
|
||||
* Add support for capturing ipset and iptables configuration files
|
||||
* Add support for generating ipset and iptables configuration files from runtime, if the former weren't present ('firewall_runtime' role)
|
||||
* Add support for capturing ipset and iptables configuration files
|
||||
* Add support for generating ipset and iptables configuration files from runtime, if the former weren't present ('firewall_runtime' role)
|
||||
|
||||
-- Miguel Jacq <mig@mig5.net> Thu, 14 May 2026 15:00 +1000
|
||||
-- Miguel Jacq <mig@mig5.net> Thu, 14 May 2026 15:00:00 +1000
|
||||
|
||||
enroll (0.5.0) unstable; urgency=medium
|
||||
|
||||
|
|
|
|||
2
poetry.lock
generated
2
poetry.lock
generated
|
|
@ -1146,4 +1146,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""]
|
|||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = ">=3.10"
|
||||
content-hash = "84ca97970dccb13020927ea329bab59d43e8e8c954befe06c8048caa3cc8020b"
|
||||
content-hash = "30b921854cfa120876ec47a9969f8ff29668f438357b9957c1c47c77ce267b67"
|
||||
|
|
|
|||
|
|
@ -24,15 +24,6 @@ Repository = "https://git.mig5.net/mig5/enroll"
|
|||
[project.scripts]
|
||||
enroll = "enroll.cli:main"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pytest>=8,<9",
|
||||
"pytest-cov>=5,<6",
|
||||
]
|
||||
appimage = [
|
||||
"pyproject-appimage>=4.2,<5",
|
||||
]
|
||||
|
||||
[tool.poetry]
|
||||
requires-poetry = ">=2.0"
|
||||
packages = [{ include = "enroll" }]
|
||||
|
|
@ -43,9 +34,16 @@ include = [
|
|||
[tool.poetry.group.dev]
|
||||
optional = true
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = ">=8,<9"
|
||||
pytest-cov = ">=5,<6"
|
||||
|
||||
[tool.poetry.group.appimage]
|
||||
optional = true
|
||||
|
||||
[tool.poetry.group.appimage.dependencies]
|
||||
pyproject-appimage = ">=4.2,<5"
|
||||
|
||||
[tool.pyproject-appimage]
|
||||
script = "enroll"
|
||||
output = "Enroll.AppImage"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue