Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-dogpile.cache
Commits: 166313a1 by Carl Smedstad at 2024-10-06T11:50:50+02:00 upgpkg: 1.2.2-3: Drop unneeded python-pytest-cov dependency https://archlinux.org/todo/drop-python-pytest-cov-dependency-if-unneeded/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-dogpile.cache pkgdesc = A caching front-end based on the Dogpile lock pkgver = 1.2.2 - pkgrel = 2 + pkgrel = 3 url = https://pypi.python.org/pypi/dogpile.cache arch = any license = BSD @@ -11,7 +11,6 @@ pkgbase = python-dogpile.cache checkdepends = python-mako checkdepends = python-redis checkdepends = python-pytest - checkdepends = python-pytest-cov checkdepends = python-pylibmc makedepends = python-setuptools depends = python-decorator ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-dogpile.cache pkgver=1.2.2 -pkgrel=2 +pkgrel=3 pkgdesc="A caching front-end based on the Dogpile lock" arch=('any') url="https://pypi.python.org/pypi/dogpile.cache" @@ -10,7 +10,7 @@ license=('BSD') depends=('python-decorator' 'python-stevedore') makedepends=('python-setuptools') checkdepends=('memcached' 'pifpaf' 'redis' 'python-mako' 'python-redis' 'python-pytest' - 'python-pytest-cov' 'python-pylibmc') + 'python-pylibmc') source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz") sha512sums=('23b078b79e4b1f87c8d397d35b772f0b5fee66a0e452de06e7644ecb1ef577ae1629307a0e32fa62f49d536f95fb62fe70ededeb43647fa0c2e0baf896261931') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-dogpile.cache/-/commit/166313a195750b8dda9ccf5266c101e2ea2904ef -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-dogpile.cache/-/commit/166313a195750b8dda9ccf5266c101e2ea2904ef You're receiving this email because of your account on gitlab.archlinux.org.
