python-yarl: update to 1.8.2

This commit is contained in:
Mehdi Chinoune
2022-12-04 06:20:42 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 426ff7e02d
commit 9ad96fc3be

View File

@@ -3,7 +3,7 @@
_realname=yarl
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.8.1
pkgver=1.8.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=('1ed19b4d5ee44436c10dc38d58267998a5b1504dc7627d435a0fe6d5557a9914')
sha256sums=('f60e9ca4b56b3164a5d18abca7674196eab09362402ec49fb5fac94274bcd99a')
prepare() {
cd "$srcdir"