python-asgiref: update to 3.5.0

This commit is contained in:
Biswapriyo Nath
2022-01-23 23:04:31 +05:30
parent f72d3295e9
commit 984a7c0c4b

View File

@@ -3,11 +3,11 @@
_realname=asgiref
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.3.4
pkgrel=2
pkgver=3.5.0
pkgrel=1
pkgdesc="Reference ASGI adapters and channel layers (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url='https://github.com/django/asgiref'
license=('BSD')
depends=("${MINGW_PACKAGE_PREFIX}-python")
@@ -16,7 +16,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python"
#checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-asyncio" "${MINGW_PACKAGE_PREFIX}-python-pytest")
options=('staticlibs' 'strip' '!debug')
source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz")
sha256sums=('d1216dfbdfb63826470995d31caed36225dcaf34f182e0fa257a4dd9e86f1b78')
sha256sums=('2f8abc20f7248433085eda803936d98992f1343ddb022065779f37c5da0181d0')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {