python-yarl: update to 1.9.2

This commit is contained in:
Mehdi Chinoune
2023-04-25 18:09:34 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 58d5f2a0f3
commit eea50a18df

View File

@@ -3,7 +3,7 @@
_realname=yarl
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.9.1
pkgver=1.9.2
pkgrel=1
pkgdesc='Yet another URL library (mingw-w64)'
arch=('any')
@@ -23,7 +23,7 @@ checkdepends=(
"${MINGW_PACKAGE_PREFIX}-python-pytest-cov"
"${MINGW_PACKAGE_PREFIX}-python-pytest-runner")
source=("https://github.com/aio-libs/yarl/archive/v${pkgver}/yarl-${pkgver}.tar.gz")
sha256sums=('f9da45ea1eacff0b3679d40bd6c49918de4a2a1727d1b1bd4dfefaede68c2656')
sha256sums=('b4a3203470cdc231da67914cadafa1f76fcd29a06557a924e7e165721663693c')
prepare() {
cd "$srcdir"