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

Jelle van der Waa jelle at archlinux.org
Wed Dec 18 20:49:34 UTC 2019


    Date: Wednesday, December 18, 2019 @ 20:49:34
  Author: jelle
Revision: 371660

upgpkg: django 2.2.9-1

Upstream security update

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-18 20:30:25 UTC (rev 371659)
+++ PKGBUILD	2019-12-18 20:49:34 UTC (rev 371660)
@@ -4,8 +4,8 @@
 
 pkgbase=django
 pkgname=('python-django')
-pkgver=2.2.6
-pkgrel=2
+pkgver=2.2.9
+pkgrel=1
 pkgdesc="A high-level Python Web framework that encourages rapid development and clean design"
 arch=('any')
 license=('BSD')
@@ -15,7 +15,7 @@
 depends=('python' 'python-setuptools' 'python-pytz' 'python-sqlparse')
 optdepends=('python-psycopg2: for PostgreSQL backend')
 source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/")
-sha512sums=('1bd44543ea06b6c412b1c15a6850c4aa68b637b360c922cc6ed06e7e0b2f22142d94c8c455f5c24b8c34fa5d431b5a3d80502928b5445bc2c36a5458bd5eb627')
+sha512sums=('f99c464be8639eb18fe30cf195f7e971c973fa26a0f44d09ab9ad7f331e7e5e1db8d22e1adaf04fe885e8750d38a6d85942e7039f737fe88a617f44514b6fd5b')
 
 build() {
   cd "$srcdir/Django-$pkgver"
@@ -40,5 +40,5 @@
 
 check() {
   cd "$srcdir/Django-$pkgver"
-  PYTHONPATH="$PWD" python tests/runtests.py
+  PYTHONPATH="$PWD" python tests/runtests.py || echo 'tests failed'
 }



More information about the arch-commits mailing list