Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-alt-pytest-asyncio
Commits:
8c7c57b3 by Felix Yan at 2024-09-03T21:31:05+03:00
upgpkg: 0.8.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -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
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
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
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-alt-pytest-asyncio/-/commit/8c7c57b3b2006de5e4407c05b9acccade95197fa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-alt-pytest-asyncio/-/commit/8c7c57b3b2006de5e4407c05b9acccade95197fa
You're receiving this email because of your account on gitlab.archlinux.org.