[arch-commits] Commit in django/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Mon Feb 3 19:34:28 UTC 2020


    Date: Monday, February 3, 2020 @ 19:34:28
  Author: jelle
Revision: 374549

upgpkg: django 3.0.3-1

Upstream security update for CVE-2020-7471

Modified:
  django/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-03 19:13:54 UTC (rev 374548)
+++ PKGBUILD	2020-02-03 19:34:28 UTC (rev 374549)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django')
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc="A high-level Python Web framework that encourages rapid development and clean design"
 arch=('any')
@@ -15,7 +15,7 @@
 depends=('python' 'python-setuptools' 'python-pytz' 'python-sqlparse' 'python-asgiref')
 optdepends=('python-psycopg2: for PostgreSQL backend')
 source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/")
-sha512sums=('34011f1c67009fd450fd362ce40b138371a130f5fc92b8a5c28250965b7d9391b1a3e45ac290fd5d053afa2424e8fee360d3d4f6c4d8da71ec4643ec144d1b33')
+sha512sums=('c9c432fe8bafec1883522d9fb6fb2caa70b57788a9079f3b89e0455166b096f4b537e41d3a5170a829566bb51a70e824ff09f065866656c1d0b351383e8f468f')
 
 build() {
   cd "$srcdir/Django-$pkgver"



More information about the arch-commits mailing list