Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / jupyter-lsp
Commits: b4c5f32b by Jakub Klinkovský at 2024-12-03T19:14:01+01:00 Fix nvchecker.toml - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,4 +1,6 @@ [jupyter-lsp] source = "git" git = "https://github.com/jupyter-lsp/jupyterlab-lsp.git" -prefix = "v" +prefix = "jupyter-lsp-" +include_regex = "jupyter-lsp-.*" +exclude_regex = ".*(pre|rc|alpha|beta).*" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-lsp/-/commit/b4c5f32bc703a91fd8c3dc40e31cd91e4622576f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-lsp/-/commit/b4c5f32bc703a91fd8c3dc40e31cd91e4622576f You're receiving this email because of your account on gitlab.archlinux.org.
