Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 6C24D7807A1 for <~alpine/aports@lists.alpinelinux.org>; Mon, 15 Nov 2021 09:56:31 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1636970191; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=C//4Tdjam3cMU+LekwGDAiqrFfho+itqaxtCF3Y1UFM=; b=m9LxvOwinBFgtKBlwggu0Pq0g8WrpjJJuj76L5AfBav9QkgKP2LJ31a+UfXdSgMhtZyy84 E/9KIunhL1woG2ZQuuwl/DeJoy5dHf876og7YOiSEEtWQV9lQzaQKpvvFTMK1rkzIElWst FQmNfoVl4GCUC04xgS4za0Wpr7CRX1Ti9URIJ+AaOLX2yasfPxPAPIV2d9MecvkEyJGGKB 6dkLOfuJdGZ6KLvVLSyuRngfTpVD3jDaPE3SsVjfWAViMyhKoL7R1zDfMnlGB4o2pLze/1 a5ciEJ0NCDFeNsjk+a0hlA1EQilMlAAXPy2z9dqAXd+2hwDabPg01YvwGtRgAQ== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-redis: upgrade to 3.5.3 Date: Mon, 15 Nov 2021 10:56:29 +0100 Message-Id: <20211115095629.14163-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- community/py3-redis/APKBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/community/py3-redis/APKBUILD b/community/py3-redis/APKBUILD index 3ebb258f29..753f915d96 100644 --- a/community/py3-redis/APKBUILD +++ b/community/py3-redis/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Eivind Uggedal pkgname=py3-redis _pkgname=redis -pkgver=3.2.1 -pkgrel=3 +pkgver=3.5.3 +pkgrel=0 pkgdesc="Python3 client for Redis key-value store" url="https://github.com/andymccurdy/redis-py" arch="noarch" @@ -12,6 +12,7 @@ makedepends="py3-setuptools" checkdepends="py3-pytest py3-mock redis" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver +options="!check" # Requires running Redis server, unreliable replaces="py-redis" # Backwards compatibility provides="py-redis=$pkgver-r$pkgrel" # Backwards compatibility @@ -32,4 +33,6 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="be51642a8895325c3c61993dd83c3299a9e2cefc1010e04f182833f720ff161bea43d3a57d28afba991949fcf6e967c4f778002967641bffe651d5db384f2e08 redis-3.2.1.tar.gz" +sha512sums=" +eae6ac6b3e0f1366a9c29e5e2d9a5210e4627e62e3006159b1c290f36cd9c1c2c12cafe0944f7a010e04632b517874f230aa9411491993b7ecf2080546217206 redis-3.5.3.tar.gz +" -- 2.33.1