David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-django-crispy-forms
Commits: d465666f by David Runge at 2024-04-09T22:57:09+02:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - 613645fc by David Runge at 2024-04-09T23:03:01+02:00 upgpkg: 2.1-2: Rebuild against Python 3.12 - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-django-crispy-forms pkgdesc = The best way to have DRY Django forms pkgver = 2.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/django-crispy-forms/django-crispy-forms arch = any license = MIT ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,3 @@ +[python-django-crispy-forms] +source = "pypi" +pypi = "django-crispy-forms" ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _name=django-crispy-forms pkgname=python-django-crispy-forms pkgver=2.1 -pkgrel=1 +pkgrel=2 pkgdesc="The best way to have DRY Django forms" arch=(any) url="https://github.com/django-crispy-forms/django-crispy-forms" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-crispy-forms/-/compare/44c52c401d759639793edfac41c26fe6fcb37584...613645fc6b704598bfca82579b0f9386f529aab4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-crispy-forms/-/compare/44c52c401d759639793edfac41c26fe6fcb37584...613645fc6b704598bfca82579b0f9386f529aab4 You're receiving this email because of your account on gitlab.archlinux.org.
