David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-crispy-bootstrap3
Commits: b0b0fd94 by David Runge at 2024-04-09T22:49:49+02:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - 70a5674f by David Runge at 2024-04-09T22:54:06+02:00 upgpkg: 2024.1-2: Rebuild against Python 3.12 (without checks for bootstrap) - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-crispy-bootstrap3 pkgdesc = Bootstrap3 template pack for django-crispy-forms pkgver = 2024.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/django-crispy-forms/crispy-bootstrap3 arch = any license = MIT ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,3 @@ +[python-crispy-bootstrap3] +source = "pypi" +pypi = "crispy-bootstrap3" ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _name=crispy-bootstrap3 pkgname=python-crispy-bootstrap3 pkgver=2024.1 -pkgrel=1 +pkgrel=2 pkgdesc="Bootstrap3 template pack for django-crispy-forms" arch=(any) url="https://github.com/django-crispy-forms/crispy-bootstrap3" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-crispy-bootstrap3/-/compare/e55d563cdca9090969a98deb3ee9444535efa537...70a5674f5479a5f8d50fa6d2ec3e28d61af09827 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-crispy-bootstrap3/-/compare/e55d563cdca9090969a98deb3ee9444535efa537...70a5674f5479a5f8d50fa6d2ec3e28d61af09827 You're receiving this email because of your account on gitlab.archlinux.org.
