diff options
author | Felix Yan | 2024-09-03 21:31:05 +0300 |
---|---|---|
committer | Felix Yan | 2024-09-03 21:31:05 +0300 |
commit | 8c7c57b3b2006de5e4407c05b9acccade95197fa (patch) | |
tree | 92875215c7f80cbe6fbc2b3301decfab33898b37 | |
parent | 505c41d7a7a8bf1ad4f8f723171422efcebd5b2c (diff) | |
download | aur-python-alt-pytest-asyncio.tar.gz |
upgpkg: 0.8.1-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-alt-pytest-asyncio pkgdesc = Alternative pytest plugin to pytest-asyncio - pkgver = 0.8.0 + pkgver = 0.8.1 pkgrel = 1 url = https://github.com/delfick/alt-pytest-asyncio arch = any @@ -13,7 +13,7 @@ pkgbase = python-alt-pytest-asyncio makedepends = python-installer makedepends = python-hatchling depends = python-pytest - source = git+https://github.com/delfick/alt-pytest-asyncio.git#tag=release-0.8.0 - sha512sums = 617d80fd1eaa2a007bda61ced02345ad33d1ba065f81122a8d12241f5de487ad5e9f7a3831fc282fa2303f5101adc81e7190e21e8d36590eac435fc166bdcee3 + source = git+https://github.com/delfick/alt-pytest-asyncio.git#tag=release-0.8.1 + sha512sums = a57ffd4d63f033e16de4192a84d818f673b3d30bbf105950873e75e5f814f321ebe070c3387e65f42ba31ad5d881783a0ac651833136d83e06ed41291e8449cd pkgname = python-alt-pytest-asyncio @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <felixonmars@archlinux.org> pkgname=python-alt-pytest-asyncio -pkgver=0.8.0 +pkgver=0.8.1 pkgrel=1 pkgdesc='Alternative pytest plugin to pytest-asyncio' arch=('any') @@ -11,7 +11,7 @@ depends=('python-pytest') makedepends=('git' 'python-build' 'python-installer' 'python-hatchling') checkdepends=('python-noseofyeti' 'python-nest-asyncio' 'python-pytest-order') source=("git+https://github.com/delfick/alt-pytest-asyncio.git#tag=release-$pkgver") -sha512sums=('617d80fd1eaa2a007bda61ced02345ad33d1ba065f81122a8d12241f5de487ad5e9f7a3831fc282fa2303f5101adc81e7190e21e8d36590eac435fc166bdcee3') +sha512sums=('a57ffd4d63f033e16de4192a84d818f673b3d30bbf105950873e75e5f814f321ebe070c3387e65f42ba31ad5d881783a0ac651833136d83e06ed41291e8449cd') build() { cd alt-pytest-asyncio |