[arch-commits] Commit in python-pytest-asyncio/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon May 4 03:19:46 UTC 2020
Date: Monday, May 4, 2020 @ 03:19:46
Author: felixonmars
Revision: 624665
upgpkg: python-pytest-asyncio 0.12.0-1
Modified:
python-pytest-asyncio/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-04 03:18:54 UTC (rev 624664)
+++ PKGBUILD 2020-05-04 03:19:46 UTC (rev 624665)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-pytest-asyncio
-pkgver=0.11.0
+pkgver=0.12.0
pkgrel=1
pkgdesc="Pytest support for asyncio."
arch=('any')
@@ -10,7 +10,7 @@
depends=('python-pytest')
checkdepends=('python-coverage' 'python-async_generator' 'python-hypothesis')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver.tar.gz")
-sha512sums=('db1d6a9c4b3f6f24014eacf3b108d76e5b2d6761d35260f20023638cd898b6f0b499dd475bc07abd58bc73bee2a88b565c3ebcced2460e619a1b375fa6a27a64')
+sha512sums=('2e69bfff3f0b35cc82381b841229749d309967ce1d36972933f5bc6d5dff45934608310ed3fa1805dc38ab41bf913a881493c28d6d0e9be733b624cd2fda97d3')
prepare() {
cd pytest-asyncio-$pkgver
More information about the arch-commits
mailing list