Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id EC00C780DC9 for <~alpine/aports@lists.alpinelinux.org>; Mon, 15 Nov 2021 12:20:04 +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=1636978803; 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=m/6NJNh02lZeyB3WUcCbo2EdDElrl5FT6lNsMnbCKRU=; b=HqKthV3yHyfnwEOT4q3d2lArEnT8j4R+uaCZxOwAtE88JVTEf/R3FkBlZY435WUSzjkE6G HrJwWD+UgrGDswtahh27gtIoRfT7ejArVgBpcp8wJbj4JAJqDvsTMIIFdGvsBVdHmYFqyR 0I2iuKVghcJ49y03BEZveadIwCrFsLXK++CZFjGFv+g98tMWQGJO9yxzsTurCmij6Dapwx MM7uXip59Eh3ZCK759SvDbw571qtNh7hKI636efe34gqD4oT7w2ip+xdlKxeKerX6p7218 ESQojjVsh2efo+J+WKiAsyws+ZOG/6bmO0U4I0TuQBPlMwC+JtaThmtVR6f9Gg== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-redis: upgrade to 4.0.0 Date: Mon, 15 Nov 2021 13:19:57 +0100 Message-Id: <20211115121957.15645-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- community/py3-redis/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py3-redis/APKBUILD b/community/py3-redis/APKBUILD index 753f915d96..f9b76213f3 100644 --- a/community/py3-redis/APKBUILD +++ b/community/py3-redis/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Eivind Uggedal pkgname=py3-redis _pkgname=redis -pkgver=3.5.3 +pkgver=4.0.0 pkgrel=0 pkgdesc="Python3 client for Redis key-value store" url="https://github.com/andymccurdy/redis-py" @@ -34,5 +34,5 @@ package() { } sha512sums=" -eae6ac6b3e0f1366a9c29e5e2d9a5210e4627e62e3006159b1c290f36cd9c1c2c12cafe0944f7a010e04632b517874f230aa9411491993b7ecf2080546217206 redis-3.5.3.tar.gz +5975407b427d9edc87903aeb015e3f62a88bcc417be9fc91de56f852eed7d1bad9cd865ba40540a7c950b1a4e9bdfde20d6d7c4616ed859b6520adcca8085ea9 redis-4.0.0.tar.gz " -- 2.33.1