[arch-commits] Commit in django/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Tue Apr 6 11:43:27 UTC 2021
Date: Tuesday, April 6, 2021 @ 11:43:27
Author: jelle
Revision: 411554
upgpkg: django 3.2-1
Modified:
django/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-06 10:25:57 UTC (rev 411553)
+++ PKGBUILD 2021-04-06 11:43:27 UTC (rev 411554)
@@ -4,7 +4,7 @@
pkgbase=django
pkgname=('python-django')
-pkgver=3.1.7
+pkgver=3.2
pkgrel=1
pkgdesc="A high-level Python Web framework that encourages rapid development and clean design"
arch=('any')
@@ -13,9 +13,11 @@
checkdepends=('python-pytest' 'python-tblib')
makedepends=('python' 'python-setuptools')
depends=('python' 'python-setuptools' 'python-pytz' 'python-sqlparse' 'python-asgiref')
-optdepends=('python-psycopg2: for PostgreSQL backend')
+# TODO: package and add python-pymemcache https://docs.djangoproject.com/en/dev/topics/cache/
+optdepends=('python-psycopg2: for PostgreSQL backend'
+ 'python-argon2_cffi: for Argon2 password hashing support')
source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/")
-sha512sums=('a8a24f7f25ff2f3a7b5ebe4cef08c7f1303c78bd33f9a53c10630159d6895a738e863dc1034ad0817ad89275c202b4319aa5949ce89f36ca0b537c8a5c0c407c')
+sha512sums=('126b9e9e848ed049721163a770af062e829c11d38c8be64288287149e494ac20bb2ecec28055c36cb515fec8c4e574c4e9923b3d7bbccc548a843ce7ff7fd004')
build() {
cd "$srcdir/Django-$pkgver"
More information about the arch-commits
mailing list