Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / python-testfixtures
Commits: f4310593 by Felix Yan at 2023-10-25T19:38:29+03:00 upgpkg: 7.2.1-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = python-testfixtures + pkgdesc = A collection of helpers and mock objects that are useful when writing unit tests or doc tests + pkgver = 7.2.1 + pkgrel = 1 + url = https://github.com/Simplistix/testfixtures + arch = any + license = MIT + checkdepends = python-pytest + checkdepends = python-zope-component + checkdepends = python-sybil + checkdepends = python-pytest-django + checkdepends = python-django + checkdepends = python-twisted + makedepends = git + makedepends = python-setuptools + depends = python + source = git+https://github.com/Simplistix/testfixtures.git#commit=7648eca012e629e51b0f35232507ceea42916350 + sha512sums = SKIP + +pkgname = python-testfixtures ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-testfixtures -pkgver=7.2.0 -_commit=7c31dd216abefa4f0724db29015cfd0f63cd2f9e +pkgver=7.2.1 +_commit=7648eca012e629e51b0f35232507ceea42916350 pkgrel=1 pkgdesc="A collection of helpers and mock objects that are useful when writing unit tests or doc tests" arch=('any') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-testfixtures/-/commit/f431059303a98f7358fa694079029867b7aea296 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-testfixtures/-/commit/f431059303a98f7358fa694079029867b7aea296 You're receiving this email because of your account on gitlab.archlinux.org.
