Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / python-pytest-sugar
Commits: 193f92ce by Felix Yan at 2024-03-07T09:40:35+00:00 upgpkg: 0.9.7-3 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = python-pytest-sugar + pkgdesc = A plugin for py.test that changes the default look and feel of py.test + pkgver = 0.9.7 + pkgrel = 3 + url = https://github.com/Teemu/pytest-sugar + arch = any + license = BSD + makedepends = python-setuptools + depends = python-pytest + depends = python-termcolor + depends = python-packaging + source = https://github.com/Teemu/pytest-sugar/archive/20d8ad26024521392b61f95c7ca12db0f2c4bd04/python-pytest-sugar-20d8ad26024521392b61f95c7ca12db0f2c4bd04.tar.gz + sha512sums = 38097a6efe2e614e093c979f8a5a56bbf1e4640401c1778b4244bc1ff87d5a211c5a3e3863c0a0d90b14ed426ec50e306965516b97fdf4ab0891051906f7aac8 + +pkgname = python-pytest-sugar ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-pytest-sugar pkgver=0.9.7 _commit=20d8ad26024521392b61f95c7ca12db0f2c4bd04 -pkgrel=2 +pkgrel=3 pkgdesc='A plugin for py.test that changes the default look and feel of py.test' arch=('any') license=('BSD') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-sugar/-/commit/193f92cefaa85126aed474e5a33f98449654fcd0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-sugar/-/commit/193f92cefaa85126aed474e5a33f98449654fcd0 You're receiving this email because of your account on gitlab.archlinux.org.
