[arch-commits] Commit in python-binary-memcached/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 30 14:33:33 UTC 2021
Date: Thursday, December 30, 2021 @ 14:33:32
Author: felixonmars
Revision: 1088395
upgpkg: python-binary-memcached 0.31.0-1
Modified:
python-binary-memcached/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-30 14:33:27 UTC (rev 1088394)
+++ PKGBUILD 2021-12-30 14:33:32 UTC (rev 1088395)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-binary-memcached
-pkgver=0.30.1
-pkgrel=3
+pkgver=0.31.0
+pkgrel=1
arch=('any')
pkgdesc='A pure python module to access memcached via its binary protocol with SASL auth support'
url='https://github.com/jaysonsantos/python-binary-memcached'
@@ -11,7 +11,7 @@
makedepends=('python-setuptools' 'python-uhashring')
checkdepends=('memcached' 'python-pytest' 'python-trustme')
source=("$pkgname-$pkgver.tar.gz::https://github.com/jaysonsantos/python-binary-memcached/archive/v$pkgver.tar.gz")
-sha512sums=('48cb475121b7ed8e30f4c029f53fa8761089649525b17300da0bbba4f9a996880983805553140dfb457c5836e83a5f16f50fe9995fc68cd534eda4f34028bfd7')
+sha512sums=('8b83e09b80f0de86e9348c444f650d125878921f079fc2d4e4a79d1ad54a49217401498c80ca65ce864d8bb434dc2f20e2c25ff12bc46e351488508cd752c9fd')
prepare() {
sed -i '/typing/d' python-binary-memcached-$pkgver/setup.py
More information about the arch-commits
mailing list