[arch-commits] Commit in python-pytest-asyncio/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed May 23 05:42:17 UTC 2018


    Date: Wednesday, May 23, 2018 @ 05:42:15
  Author: felixonmars
Revision: 327984

upgpkg: python-pytest-asyncio 0.7.0-1

Modified:
  python-pytest-asyncio/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-23 05:41:36 UTC (rev 327983)
+++ PKGBUILD	2018-05-23 05:42:15 UTC (rev 327984)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-pytest-asyncio
-pkgver=0.6.0
+pkgver=0.7.0
 pkgrel=1
 pkgdesc="Pytest support for asyncio."
 arch=('any')
@@ -9,8 +9,9 @@
 license=('Apache')
 url="https://github.com/pytest-dev/pytest-asyncio/"
 depends=('python-pytest')
+checkdepends=('python-pytest-cov' 'python-async_generator')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver.tar.gz")
-sha512sums=('d46d93398c69eb4164ca485c32de0166a9c7001c604999e9b6f2b29e45e1d5939a6e101203057c26e3e811f22f9a05b76e2038f258421001bc436e849acb9137')
+sha512sums=('c7d52feadb31764cd59da7c74a957592e2042c31a81483804ffbab7467cf41f88db097e145038779538dfe757eb6757cc5dc69d6057dda8217044309f558a251')
 
 build() {
   cd pytest-asyncio-$pkgver



More information about the arch-commits mailing list