Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
django
Commits:
d87fc0c7 by Jelle van der Waa at 2024-12-04T22:08:30+01:00
upgpkg: 5.1.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = django
pkgdesc = A high-level Python Web framework that encourages rapid
development and clean design
- pkgver = 5.1.3
- pkgrel = 2
+ pkgver = 5.1.4
+ pkgrel = 1
url = http://www.djangoproject.com/
arch = any
license = BSD
@@ -18,7 +18,7 @@ pkgbase = django
depends = python-asgiref
optdepends = python-psycopg2: for PostgreSQL backend
optdepends = python-argon2-cffi: for Argon2 password hashing support
- source =
Django-5.1.3.tar.gz::https://www.djangoproject.com/download/5.1.3/tarball/
- sha512sums =
43c7c196c8d34c2354d2c0c3a1e1d4a816841dcdf60ec6277567acce23aae125c502f1afa354838fc4722fd3e665587878e2c57caa056ad5a6130bb5643991be
+ source =
Django-5.1.4.tar.gz::https://www.djangoproject.com/download/5.1.4/tarball/
+ sha512sums =
252c185b82da60fb8b1be9c284e8912f5f2846f10a314bc5e611a24e499ea31d7dc29b31a4de16ee3329b1e6861d7faf02b65a043e8a2a28328541105a1e7dc3
pkgname = python-django
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
pkgbase=django
pkgname=('python-django')
-pkgver=5.1.3
-pkgrel=2
+pkgver=5.1.4
+pkgrel=1
pkgdesc="A high-level Python Web framework that encourages rapid development
and clean design"
arch=('any')
license=('BSD')
@@ -17,7 +17,7 @@ depends=('python' 'python-pytz' 'python-sqlparse'
'python-asgiref')
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=('43c7c196c8d34c2354d2c0c3a1e1d4a816841dcdf60ec6277567acce23aae125c502f1afa354838fc4722fd3e665587878e2c57caa056ad5a6130bb5643991be')
+sha512sums=('252c185b82da60fb8b1be9c284e8912f5f2846f10a314bc5e611a24e499ea31d7dc29b31a4de16ee3329b1e6861d7faf02b65a043e8a2a28328541105a1e7dc3')
prepare() {
cd "Django-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/django/-/commit/d87fc0c724205f4e93f427146434c32e905303d4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/django/-/commit/d87fc0c724205f4e93f427146434c32e905303d4
You're receiving this email because of your account on gitlab.archlinux.org.