Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-pytest-expect
Commits: b9fabf3c by Jelle van der Waa at 2024-04-04T11:44:02+02:00 upgpkg: 1.1.0-11: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = python-pytest-expect + pkgdesc = py.test plugin to store test expectations and mark tests based on them + pkgver = 1.1.0 + pkgrel = 11 + url = https://github.com/gsnedders/pytest-expect + arch = any + license = MIT + makedepends = python-setuptools + makedepends = python-pytest + makedepends = python-u-msgpack + depends = python-pytest + depends = python-u-msgpack + source = pytest-expect-1.1.0.tar.gz::https://github.com/gsnedders/pytest-expect/archive/1.1.0.tar.gz + sha256sums = 8392093123dfc9807c28fee251e1d710aaed0d46ee77c7531528fb0a265eb798 + +pkgname = python-pytest-expect ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _pkgname=pytest-expect pkgname='python-pytest-expect' pkgver=1.1.0 -pkgrel=10 +pkgrel=11 pkgdesc="py.test plugin to store test expectations and mark tests based on them" arch=('any') url="https://github.com/gsnedders/${_pkgname}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-expect/-/commit/b9fabf3c57fdd53c5779a90ec548ce211d61bc34 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-expect/-/commit/b9fabf3c57fdd53c5779a90ec548ce211d61bc34 You're receiving this email because of your account on gitlab.archlinux.org.
