[arch-commits] Commit in python-pytest-asyncio/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Apr 20 17:24:56 UTC 2021
Date: Tuesday, April 20, 2021 @ 17:24:56
Author: felixonmars
Revision: 920103
upgpkg: python-pytest-asyncio 0.15.0-1
Modified:
python-pytest-asyncio/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-20 17:24:27 UTC (rev 920102)
+++ PKGBUILD 2021-04-20 17:24:56 UTC (rev 920103)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-pytest-asyncio
-pkgver=0.14.0
-pkgrel=3
+pkgver=0.15.0
+pkgrel=1
pkgdesc="Pytest support for asyncio."
arch=('any')
license=('Apache')
@@ -11,7 +11,7 @@
makedepends=('python-setuptools')
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=('d1fadff152a0c94f80a8272a0dd293bd9d9300ad9e79c69556b5901c1a8ce00545f7715e503a383e3f4f35c8090d8f9ec33d16739b85378b59b1786a50441fca')
+sha512sums=('a936bd8f00cb470cee355b9abe6a6df5f65af5de9144bc0c128732f65fe4bc1e60b08a4e7287ae2f303e56e1764fd0bfe771102439e6d1ba7cb495d06b0677c0')
prepare() {
cd pytest-asyncio-$pkgver
More information about the arch-commits
mailing list