python-tornado: update to 6.3.3

This commit is contained in:
Mehdi Chinoune
2023-08-12 06:36:03 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 033f79f5d4
commit 89a9f338c9

View File

@@ -6,8 +6,8 @@ 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=6.3.2
pkgrel=2
pkgver=6.3.3
pkgrel=1
pkgdesc="open source version of the scalable, non-blocking web server and tools (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
@@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-wheel"
"${MINGW_PACKAGE_PREFIX}-cc")
source=("https://pypi.python.org/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('4b927c4f19b71e627b13f3db2324e4ae660527143f9e1f2e2fb404f3a187e2ba')
sha256sums=('e7d8db41c0181c80d76c982aacc442c0783a2c54d6400fe028954201a2e032fe')
prepare() {
rm -rf python-build-${MSYSTEM} | true