Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
django
Commits:
cc1f5585 by Jelle van der Waa at 2024-11-18T14:46:53+01:00
upgpkg: 5.1.3-2: Rebuild for Python 3.13
- - - - -
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.2
- pkgrel = 1
+ pkgver = 5.1.3
+ pkgrel = 2
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.2.tar.gz::https://www.djangoproject.com/download/5.1.2/tarball/
- sha512sums =
7c7199fe5884f184ce6460df2186c6638110d77b06a37a5fc5cdfe359561b67d3ee8bb80d405c67fbbe16f10c50bfd0270a8e382d18c4366cb0da46d3ef7b4d2
+ source =
Django-5.1.3.tar.gz::https://www.djangoproject.com/download/5.1.3/tarball/
+ sha512sums =
43c7c196c8d34c2354d2c0c3a1e1d4a816841dcdf60ec6277567acce23aae125c502f1afa354838fc4722fd3e665587878e2c57caa056ad5a6130bb5643991be
pkgname = python-django
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
pkgbase=django
pkgname=('python-django')
-pkgver=5.1.2
-pkgrel=1
+pkgver=5.1.3
+pkgrel=2
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=('7c7199fe5884f184ce6460df2186c6638110d77b06a37a5fc5cdfe359561b67d3ee8bb80d405c67fbbe16f10c50bfd0270a8e382d18c4366cb0da46d3ef7b4d2')
+sha512sums=('43c7c196c8d34c2354d2c0c3a1e1d4a816841dcdf60ec6277567acce23aae125c502f1afa354838fc4722fd3e665587878e2c57caa056ad5a6130bb5643991be')
prepare() {
cd "Django-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/django/-/commit/cc1f5585a1eab6ea2115d60247feb4b422f756e1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/django/-/commit/cc1f5585a1eab6ea2115d60247feb4b422f756e1
You're receiving this email because of your account on gitlab.archlinux.org.