Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
django
Commits:
41b78ab8 by Jelle van der Waa at 2025-12-03T15:09:04+01:00
upgpkg: 5.1.15-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.14
- pkgrel = 2
+ pkgver = 5.1.15
+ 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.14.tar.gz::https://www.djangoproject.com/download/5.1.14/tarball/
- sha512sums =
29e2d4746df664a129a940ba9ba35d5b5e5f7104477e3055b02628f66c761def7d601b0f917c7e16988795c36c749d7c093e53da8ad90983a9d7f478adb41781
+ source =
Django-5.1.15.tar.gz::https://www.djangoproject.com/download/5.1.15/tarball/
+ sha512sums =
050a3ded3566e378cb273cb95fa1720632f1920aa86993c998758236df5041628ada7a5fb6bd3056720a5becbb45e358c70a2ca7c230b28606a1fd954771c070
pkgname = python-django
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
pkgbase=django
pkgname=('python-django')
-pkgver=5.1.14
-pkgrel=2
+pkgver=5.1.15
+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=('29e2d4746df664a129a940ba9ba35d5b5e5f7104477e3055b02628f66c761def7d601b0f917c7e16988795c36c749d7c093e53da8ad90983a9d7f478adb41781')
+sha512sums=('050a3ded3566e378cb273cb95fa1720632f1920aa86993c998758236df5041628ada7a5fb6bd3056720a5becbb45e358c70a2ca7c230b28606a1fd954771c070')
prepare() {
cd "django-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/django/-/commit/41b78ab85e5ec17033e40ab6ee5afd6e5ef827f0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/django/-/commit/41b78ab85e5ec17033e40ab6ee5afd6e5ef827f0
You're receiving this email because of your account on gitlab.archlinux.org.