Update Thüringen edition to v0.17 core
This commit is contained in:
@@ -46,9 +46,9 @@ sudo apt install synadm-tui-thueringen
|
|||||||
```
|
```
|
||||||
|
|
||||||
APT wählt automatisch die neueste verfügbare Version. Eine Versionsangabe wie
|
APT wählt automatisch die neueste verfügbare Version. Eine Versionsangabe wie
|
||||||
`synadm-tui-thueringen=0.16` ist für die normale Installation nicht erforderlich.
|
`synadm-tui-thueringen=0.17` ist für die normale Installation nicht erforderlich.
|
||||||
|
|
||||||
Dieser Ablauf wurde mit Version 0.16 in einer isolierten APT-Umgebung geprüft: Signaturprüfung, Paketauflösung, Download, Dateirechte und Programmstart waren erfolgreich.
|
Dieser Ablauf wurde mit Version 0.17 in einer isolierten APT-Umgebung geprüft: Signaturprüfung, Paketauflösung, Download, Dateirechte und Programmstart waren erfolgreich.
|
||||||
|
|
||||||
## RPM-Status
|
## RPM-Status
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "synadm-tui-thueringen"
|
name = "synadm-tui-thueringen"
|
||||||
version = "0.16"
|
version = "0.17"
|
||||||
description = "Thüringen-Edition der Terminal-Oberfläche für synadm"
|
description = "Thüringen-Edition der Terminal-Oberfläche für synadm"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
license = { text = "GPL-3.0-or-later" }
|
license = { text = "GPL-3.0-or-later" }
|
||||||
authors = [{ name = "synadm-tui contributors" }]
|
authors = [{ name = "synadm-tui contributors" }]
|
||||||
dependencies = ["synadm-tui==0.16"]
|
dependencies = ["synadm-tui==0.17"]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Environment :: Console :: Curses",
|
"Environment :: Console :: Curses",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
"""Branding extension for the Thüringen edition of synadm TUI."""
|
"""Branding extension for the Thüringen edition of synadm TUI."""
|
||||||
|
|
||||||
__version__ = "0.16"
|
__version__ = "0.17"
|
||||||
|
|||||||
Vendored
+1
-1
Submodule vendor/synadm-tui updated: 6e01cdbace...14e92616ba
Reference in New Issue
Block a user