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

Jelle van der Waa jelle at archlinux.org
Thu Jan 9 20:56:13 UTC 2020


    Date: Thursday, January 9, 2020 @ 20:56:13
  Author: jelle
Revision: 373097

upgpkg: django 3.0.2-1

Upstream update with a new dependency on python-asgiref

Modified:
  django/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-09 20:49:55 UTC (rev 373096)
+++ PKGBUILD	2020-01-09 20:56:13 UTC (rev 373097)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django')
-pkgver=2.2.9
+pkgver=3.0.2
 pkgrel=1
 pkgdesc="A high-level Python Web framework that encourages rapid development and clean design"
 arch=('any')
@@ -12,10 +12,10 @@
 url="http://www.djangoproject.com/"
 checkdepends=('python-pytest' 'python-tblib')
 makedepends=('python' 'python-setuptools')
-depends=('python' 'python-setuptools' 'python-pytz' 'python-sqlparse')
+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=('f99c464be8639eb18fe30cf195f7e971c973fa26a0f44d09ab9ad7f331e7e5e1db8d22e1adaf04fe885e8750d38a6d85942e7039f737fe88a617f44514b6fd5b')
+sha512sums=('34011f1c67009fd450fd362ce40b138371a130f5fc92b8a5c28250965b7d9391b1a3e45ac290fd5d053afa2424e8fee360d3d4f6c4d8da71ec4643ec144d1b33')
 
 build() {
   cd "$srcdir/Django-$pkgver"



More information about the arch-commits mailing list