[arch-commits] Commit in python-dogpile.cache/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jul 30 20:52:37 UTC 2020
Date: Thursday, July 30, 2020 @ 20:52:37
Author: felixonmars
Revision: 665998
upgpkg: python-dogpile.cache 1.0.0-1
Modified:
python-dogpile.cache/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-30 20:52:24 UTC (rev 665997)
+++ PKGBUILD 2020-07-30 20:52:37 UTC (rev 665998)
@@ -1,18 +1,18 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-dogpile.cache
-pkgver=0.9.2
+pkgver=1.0.0
pkgrel=1
pkgdesc="A caching front-end based on the Dogpile lock"
arch=('any')
url="https://pypi.python.org/pypi/dogpile.cache"
license=('BSD')
-depends=('python-decorator')
+depends=('python-decorator' 'python-stevedore')
makedepends=('python-setuptools')
checkdepends=('memcached' 'pifpaf' 'redis' 'python-mako' 'python-redis' 'python-pytest' 'python-mock'
'python-pytest-cov' 'python-pylibmc')
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz")
-sha512sums=('e54b29b5f868ddb7d2cddae37033fd568e5d5b8305c76837a53a4252a4e45c5179ed9e5e3694f5b826ad57d87cb3b04a20f872952758dbf9139859dc4bde53f4')
+sha512sums=('f884e9978686d61ed853450ad5b47bdc9a390e593f3f4b17a4a3ce7d341595a16dcc0c9827e456e38832ccb1a94e3b6c4ed9f4073d93a327b37be604cd5918ff')
build() {
cd dogpile.cache-$pkgver
More information about the arch-commits
mailing list