David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-sphinx-lv2-theme
Commits: e270437a by David Runge at 2024-04-05T20:47:07+02:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - 3650051f by David Runge at 2024-04-05T20:48:30+02:00 upgpkg: 1.4.2-2: Rebuild against Python 3.12 - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-sphinx-lv2-theme pkgdesc = A minimal static theme for Sphinx pkgver = 1.4.2 - pkgrel = 1 + pkgrel = 2 url = https://gitlab.com/lv2/sphinx_lv2_theme arch = any license = 0BSD ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,3 @@ +[python-sphinx-lv2-theme] +source = "pypi" +pypi = "sphinx-lv2-theme" ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _name=sphinx_lv2_theme pkgname=python-sphinx-lv2-theme pkgver=1.4.2 -pkgrel=1 +pkgrel=2 pkgdesc="A minimal static theme for Sphinx" arch=(any) url="https://gitlab.com/lv2/sphinx_lv2_theme" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-lv2-theme/-/compare/b24381f67399eb232dd08435d092e11d51af92dd...3650051fbf0ccb5efd07a828a95df4dc599e8163 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-lv2-theme/-/compare/b24381f67399eb232dd08435d092e11d51af92dd...3650051fbf0ccb5efd07a828a95df4dc599e8163 You're receiving this email because of your account on gitlab.archlinux.org.
