Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest-asyncio
Commits:
95baec29 by Felix Yan at 2025-03-21T16:49:30+08:00
upgpkg: 0.25.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pytest-asyncio
pkgdesc = Pytest support for asyncio.
- pkgver = 0.25.0
+ pkgver = 0.25.1
pkgrel = 1
url = https://github.com/pytest-dev/pytest-asyncio
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-pytest-asyncio
makedepends = python-wheel
depends = python
depends = python-pytest
- source =
git+https://github.com/pytest-dev/pytest-asyncio.git#tag=v0.25.0?signed
+ source =
git+https://github.com/pytest-dev/pytest-asyncio.git#tag=v0.25.1?signed
validpgpkeys = 856F4E797CAB2AA5A0A967E1F0827C47163A10D6
- b2sums =
17ec374daf6e9e547f0f2888afb2fcb718a02cb0ac68b388e56a68acd19381ed53a818fc78dda8d6db6aacd36b4065e703b3bbf560954c6b2394348855db3ac3
+ b2sums =
cec5ef1a3c474c85174863e3aa1bef76821b973f981160db3088b3ae04f42009c67c33432677e500282784e1c3948216cd363e38bd5dd75655c43c7873b92ffa
pkgname = python-pytest-asyncio
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgname=python-pytest-asyncio
-pkgver=0.25.0
+pkgver=0.25.1
pkgrel=1
pkgdesc="Pytest support for asyncio."
arch=('any')
@@ -12,7 +12,7 @@ depends=('python' 'python-pytest')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel')
checkdepends=('python-hypothesis')
source=("git+https://github.com/pytest-dev/pytest-asyncio.git#tag=v$pkgver?signed")
-b2sums=('17ec374daf6e9e547f0f2888afb2fcb718a02cb0ac68b388e56a68acd19381ed53a818fc78dda8d6db6aacd36b4065e703b3bbf560954c6b2394348855db3ac3')
+b2sums=('cec5ef1a3c474c85174863e3aa1bef76821b973f981160db3088b3ae04f42009c67c33432677e500282784e1c3948216cd363e38bd5dd75655c43c7873b92ffa')
validpgpkeys=('856F4E797CAB2AA5A0A967E1F0827C47163A10D6') # Michael Seifert
<[email protected]>
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-asyncio/-/commit/95baec29705763870adfb9042a86599957487487
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-asyncio/-/commit/95baec29705763870adfb9042a86599957487487
You're receiving this email because of your account on gitlab.archlinux.org.