From c0c922f11a3ba6704d5294ccc1f91b7c57d36063 Mon Sep 17 00:00:00 2001 From: svenper Date: Mon, 20 Apr 2020 22:10:23 +0200 Subject: [PATCH] python-redis: update to 3.3.11. --- srcpkgs/python-redis/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-redis/template b/srcpkgs/python-redis/template index b7e773fde54..8285aa577ee 100644 --- a/srcpkgs/python-redis/template +++ b/srcpkgs/python-redis/template @@ -1,11 +1,10 @@ # Template file for 'python-redis' pkgname=python-redis -version=2.10.6 -revision=3 +version=3.3.11 +revision=1 archs=noarch wrksrc="redis-${version}" build_style=python-module -pycompile_module="redis" hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Python2 client for Redis key-value store" @@ -13,7 +12,7 @@ maintainer="Eivind Uggedal " license="MIT" homepage="https://github.com/andymccurdy/redis-py" distfiles="${PYPI_SITE}/r/redis/redis-${version}.tar.gz" -checksum=a22ca993cea2962dbb588f9f30d0015ac4afcc45bee27d3978c0dbe9e97c6c0f +checksum=8d0fc278d3f5e1249967cba2eb4a5632d19e45ce5c09442b8422d15ee2c22cc2 post_install() { vlicense LICENSE @@ -22,7 +21,6 @@ post_install() { python3-redis_package() { archs=noarch depends="python3" - pycompile_module="redis" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3*