Skip to content

Commit ff03fd7

Browse files
committed
Add new python-{podman,pylxd,ws4py} to nvchecker
1 parent 7c8ac80 commit ff03fd7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Ansible/roles/nvchecker/files/nvchecker.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -943,6 +943,13 @@ prefix = "v"
943943
use_max_tag = true
944944
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"
945945

946+
[python-podman]
947+
source = "github"
948+
github = "containers/podman-py"
949+
prefix = "v"
950+
use_max_tag = true
951+
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"
952+
946953
[python-precis_i18n]
947954
source = "github"
948955
github = "byllyfish/precis_i18n"
@@ -957,6 +964,13 @@ prefix = "v"
957964
use_max_tag = true
958965
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"
959966

967+
[python-pylxd]
968+
source = "github"
969+
github = "canonical/pylxd"
970+
prefix = "v"
971+
use_max_tag = true
972+
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"
973+
960974
[python-pymupdf]
961975
source = "github"
962976
github = "pymupdf/PyMuPDF"
@@ -1048,6 +1062,13 @@ prefix = "v"
10481062
use_max_tag = true
10491063
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"
10501064

1065+
[python-ws4py]
1066+
source = "github"
1067+
github = "Lawouach/WebSocket-for-Python"
1068+
prefix = "v"
1069+
use_max_tag = true
1070+
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"
1071+
10511072
[py3status]
10521073
source = "github"
10531074
github = "ultrabug/py3status"

0 commit comments

Comments
 (0)