From dcaadff453ee3abf3b5e395b4d41c285d2f06f00 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 24 Jul 2025 15:16:00 +0000 Subject: [PATCH] python-eventlet: update to 0.40.2 --- mingw-w64-python-eventlet/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-eventlet/PKGBUILD b/mingw-w64-python-eventlet/PKGBUILD index 7eaa97d47e..0e4f975094 100644 --- a/mingw-w64-python-eventlet/PKGBUILD +++ b/mingw-w64-python-eventlet/PKGBUILD @@ -3,7 +3,7 @@ _realname=eventlet pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.40.1 +pkgver=0.40.2 pkgrel=1 pkgdesc="Highly concurrent networking library (mingw-w64)" arch=('any') @@ -33,7 +33,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-psycopg2" "${MINGW_PACKAGE_PREFIX}-python-mock" "${MINGW_PACKAGE_PREFIX}-python-pyzmq") source=(https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz) -sha256sums=('aee74de74ac6634a1dac1ed58dc93b5dc2abaef3c7b5e76fd7f195f1662f25ef') +sha256sums=('42636c277f761d026905cd0ba0a11edec7600001be401d6ae7e9546559c8d8b0') prepare() { cd "${srcdir}/${_realname}-${pkgver}"