Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 282431A9239 for ; Tue, 8 Feb 2022 16:43:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5C40F84EC1; Tue, 8 Feb 2022 16:43:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8D4F284DB2 for ; Tue, 8 Feb 2022 16:43:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id OSe1AHiuGRWx for ; Tue, 8 Feb 2022 16:43:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0D61D84D53 for ; Tue, 8 Feb 2022 16:43:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 06F9DFB24; Tue, 8 Feb 2022 16:43:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164433858442770" MIME-Version: 1.0 Date: Tue, 8 Feb 2022 16:43:04 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/py-redis To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220208164304.06F9DFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164433858442770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Feb 8 16:43:03 UTC 2022 Modified Files: pkgsrc/databases/py-redis: Makefile distinfo Log Message: py-redis: updated to 4.1.3 4.1.3 Bug Fixes Fix flushdb and flushall Maintenance Add redis5 and redis4 dockers Change json.clear test multi to be up to date with redisjson Fixing volume for unstable_cluster docker Update changes file with changes since 4.0.0-beta2 To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/py-redis/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/py-redis/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164433858442770 Content-Disposition: inline Content-Length: 1571 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/py-redis/Makefile diff -u pkgsrc/databases/py-redis/Makefile:1.22 pkgsrc/databases/py-redis/Makefile:1.23 --- pkgsrc/databases/py-redis/Makefile:1.22 Thu Jan 27 16:56:46 2022 +++ pkgsrc/databases/py-redis/Makefile Tue Feb 8 16:43:03 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2022/01/27 16:56:46 adam Exp $ +# $NetBSD: Makefile,v 1.23 2022/02/08 16:43:03 adam Exp $ -DISTNAME= redis-4.1.2 +DISTNAME= redis-4.1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=r/redis/} Index: pkgsrc/databases/py-redis/distinfo diff -u pkgsrc/databases/py-redis/distinfo:1.19 pkgsrc/databases/py-redis/distinfo:1.20 --- pkgsrc/databases/py-redis/distinfo:1.19 Thu Jan 27 16:56:46 2022 +++ pkgsrc/databases/py-redis/distinfo Tue Feb 8 16:43:03 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2022/01/27 16:56:46 adam Exp $ +$NetBSD: distinfo,v 1.20 2022/02/08 16:43:03 adam Exp $ -BLAKE2s (redis-4.1.2.tar.gz) = fc522e85cc21ba977ed7a7dc3933d5f60417765f126e8a1c51e59a40d15ed5e6 -SHA512 (redis-4.1.2.tar.gz) = beb6e50051eae61e84e7cf37f9f3e3efbc404d49e506b0b3bdae0d0c45fd940f12c801434a6394505519bf327b5933c076ad4f8c66ad812441bc08b3aa682542 -Size (redis-4.1.2.tar.gz) = 2349862 bytes +BLAKE2s (redis-4.1.3.tar.gz) = 998df8fe06191f7635008a2908e5352934355fdcb591aa290930aa9029dde8a8 +SHA512 (redis-4.1.3.tar.gz) = 797c1ee4ff4f0e32b52add5bc1cc81fd36cb1eb4d6f9328b38dca46c79a01bc105bc172f56d3bea20d802ee7a6eb934c2ee3ab5f611a49d77f9c4c50d7a4b0d8 +Size (redis-4.1.3.tar.gz) = 2349885 bytes --_----------=_164433858442770--