From dd7d7dfc4e39d532dae06636a2d671dce8afe13b Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 5 Jun 2022 12:35:52 +0530 Subject: [PATCH] python-django: update to 4.0.5 --- mingw-w64-python-django/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-django/PKGBUILD b/mingw-w64-python-django/PKGBUILD index e1e8c1a9ad..cc43330ba8 100644 --- a/mingw-w64-python-django/PKGBUILD +++ b/mingw-w64-python-django/PKGBUILD @@ -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 #