File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Ansible/roles/nvchecker/files Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -943,6 +943,13 @@ prefix = "v"
943943use_max_tag = true
944944exclude_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 ]
947954source = " github"
948955github = " byllyfish/precis_i18n"
@@ -957,6 +964,13 @@ prefix = "v"
957964use_max_tag = true
958965exclude_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 ]
961975source = " github"
962976github = " pymupdf/PyMuPDF"
@@ -1048,6 +1062,13 @@ prefix = "v"
10481062use_max_tag = true
10491063exclude_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 ]
10521073source = " github"
10531074github = " ultrabug/py3status"
You can’t perform that action at this time.
0 commit comments