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

Levente Polyak anthraxx at gemini.archlinux.org
Tue Nov 9 21:03:27 UTC 2021


    Date: Tuesday, November 9, 2021 @ 21:03:27
  Author: anthraxx
Revision: 1039434

upgpkg: python-pytest-asyncio 0.16.0-1

Modified:
  python-pytest-asyncio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-09 20:46:00 UTC (rev 1039433)
+++ PKGBUILD	2021-11-09 21:03:27 UTC (rev 1039434)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-pytest-asyncio
-pkgver=0.15.1
+pkgver=0.16.0
 pkgrel=1
 pkgdesc="Pytest support for asyncio."
 arch=('any')
@@ -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=('1813d49e0dd55f563d9bf058e009da61a17f61e081cc53626b5f1db623ba04905b6bea3ecba423dc931668053310176b634339d6526c7ea729d9aad87e4f044d')
+sha512sums=('f0059a6d05bf0c4e208f0058e30d5baf8284e630b8b91fa217f52eec18abe6b057dabfdadce2c5282e02bd4ea4cdb27f9ef62c4c308375cce1795d75a036db22')
 
 prepare() {
   cd pytest-asyncio-$pkgver
@@ -29,7 +29,7 @@
 
   cd pytest-asyncio-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH:$PWD/tests" py.test
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH:$PWD/tests" py.test
 }
 
 package() {



More information about the arch-commits mailing list