python-django: update to 4.0.5

This commit is contained in:
Biswapriyo Nath
2022-06-05 12:35:52 +05:30
parent 2bd68118af
commit dd7d7dfc4e

View File

@@ -6,13 +6,13 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=4.0.4
pkgver=4.0.5
pkgrel=1
pkgdesc="A high-level Python Web framework that encourages rapid development and clean design (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
url='https://www.djangoproject.com/'
license=('BSD')
license=('spdx:BSD-3-Clause')
depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-asgiref"
"${MINGW_PACKAGE_PREFIX}-python-pytz"
@@ -28,7 +28,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-bcrypt"
options=('staticlibs' 'strip' '!debug')
source=(#"Django-${pkgver}.tar.gz"::"https://www.djangoproject.com/download/${pkgver}/tarball/"
"${_realname}-${pkgver}.tar.gz"::https://github.com/django/django/archive/${pkgver}.tar.gz)
sha512sums=('7e4116ca9ac8b9cfeee2efc311a98beaf24287678c72ac0e7921f20a614fd72706d0c4bef9a7f1c764bbd0d9dc9fb9d9af45bde504104bc35cc2c323f514ed10')
sha512sums=('0a43d29350aa0d3417559be59d5a467dee094016aab05d5a9527e74f64761e2013152301c04d9d4b98ac3cd5eb0bafb34656d99aaaf0376d3e026c808d3a6c06')
noextract=(${_realname}-${pkgver}.tar.gz)
# Helper macros to help make tasks easier #