python-eventlet: Update to 0.25.1

This commit is contained in:
Alexey Pavlov
2019-10-29 09:46:46 +03:00
parent b8dde4434e
commit c72fab1ff2

View File

@@ -3,7 +3,7 @@
_realname=eventlet
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=0.25.0
pkgver=0.25.1
pkgrel=1
pkgdesc="Highly concurrent networking library (mingw-w64)"
arch=('any')
@@ -36,7 +36,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python3-psycopg2"
"${MINGW_PACKAGE_PREFIX}-python2-subprocess32")
options=('staticlibs' 'strip' '!debug')
source=(${_realname}-${pkgver}.tar.gz::https://github.com/eventlet/eventlet/archive/v${pkgver}.tar.gz)
sha512sums=('e490cbf06f01d0bb1809ec2c66ff718a9404f844f153caffc54317aebb24042d096b9c930fe035e5c2a59b186d344628741aae02f625a0dc2596de52b4a3cbcc')
sha512sums=('ed3c1bfc17039c17730d4a8bb8ae3a3604b0210f3e6c326764fce748d7466a090b270c5dbc713aaf023681f33a80967adbe83f6280b61f5661a309a0bd43249a')
# Helper macros to help make tasks easier #