python-cryptography: update to 44.0.3

This commit is contained in:
Biswapriyo Nath
2025-05-04 04:31:22 +00:00
parent 7dc8c82a82
commit cbad405a93

View File

@@ -3,7 +3,7 @@
_realname=cryptography
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=44.0.2
pkgver=44.0.3
pkgrel=1
pkgdesc="A package designed to expose cryptographic recipes and primitives to Python developers (mingw-w64)"
arch=('any')
@@ -34,7 +34,7 @@ checkdepends=(
"${MINGW_PACKAGE_PREFIX}-python-hypothesis"
"${MINGW_PACKAGE_PREFIX}-python-pytz")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('c63454aa261a0cf0c5b4718349629793e9e634993538db841165b3df74f37ec0')
sha256sums=('fe19d8bc5536a91a24a8133328880a41831b6c5df54599a8417b62fe015d3053')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"