community/py3-django: upgrade to 4.2.12

This commit is contained in:
Celeste 2024-05-07 03:03:55 +00:00 committed by Natanael Copa
parent 70021619a7
commit 58bdd4351b

View File

@ -2,8 +2,8 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py3-django
_pkgname=Django
pkgver=4.2.11
pkgrel=1
pkgver=4.2.12
pkgrel=0
pkgdesc="High-level Python3 Web framework"
url="https://djangoproject.com/"
arch="noarch"
@ -22,7 +22,7 @@ makedepends="
options="!check" # some depends missing, others in community/testing
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
builddir="$srcdir/django-$pkgver"
replaces="py-django" # Backwards compatibility
provides="py-django=$pkgver-r$pkgrel" # Backwards compatibility
@ -123,5 +123,5 @@ package() {
}
sha512sums="
5842f0c2592b695ecfd7f00d250075cb9581efc8a7f389f155dbac74d80ac7899f600ffba0d51e3391f15c4a1444554d901b8a673a1091ab7269e24862122ef0 Django-4.2.11.tar.gz
5fe9a7b1c12d6e2aee2ff9108eca77719d0bc44bd26990465a6651cd5ea0d705cce49704be1a0e9afcf11b3ec37457232484193ed1902bb8e872e28b3c05c4c1 Django-4.2.12.tar.gz
"