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 322AC1A9239 for ; Wed, 20 Oct 2021 19:47:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 434A584D6B; Wed, 20 Oct 2021 19:47:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7F2D984CDC for ; Wed, 20 Oct 2021 19:47:23 +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 dDxISBQ4-saT for ; Wed, 20 Oct 2021 19:47:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id F218B84C86 for ; Wed, 20 Oct 2021 19:47:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EBE28FA97; Wed, 20 Oct 2021 19:47:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1634759242211140" MIME-Version: 1.0 Date: Wed, 20 Oct 2021 19:47:22 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/py-mongo To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211020194722.EBE28FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1634759242211140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Oct 20 19:47:22 UTC 2021 Modified Files: pkgsrc/databases/py-mongo: Makefile distinfo Log Message: py-mongo: updated to 3.12.1 Version 3.12.1 fixes a number of bugs: - Fixed a bug that caused a multi-document transaction to fail when the first operation was large bulk write (>48MB) that required splitting a batched write command (`PYTHON-2915`_). - Fixed a bug that caused the ``tlsDisableOCSPEndpointCheck`` URI option to be applied incorrectly (`PYTHON-2866`_). To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/py-mongo/Makefile \ pkgsrc/databases/py-mongo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1634759242211140 Content-Disposition: inline Content-Length: 1551 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/py-mongo/Makefile diff -u pkgsrc/databases/py-mongo/Makefile:1.11 pkgsrc/databases/py-mongo/Makefile:1.12 --- pkgsrc/databases/py-mongo/Makefile:1.11 Mon Jul 26 17:30:35 2021 +++ pkgsrc/databases/py-mongo/Makefile Wed Oct 20 19:47:22 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2021/07/26 17:30:35 adam Exp $ +# $NetBSD: Makefile,v 1.12 2021/10/20 19:47:22 adam Exp $ -DISTNAME= pymongo-3.12.0 +DISTNAME= pymongo-3.12.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pymongo/} Index: pkgsrc/databases/py-mongo/distinfo diff -u pkgsrc/databases/py-mongo/distinfo:1.11 pkgsrc/databases/py-mongo/distinfo:1.12 --- pkgsrc/databases/py-mongo/distinfo:1.11 Thu Oct 7 13:35:38 2021 +++ pkgsrc/databases/py-mongo/distinfo Wed Oct 20 19:47:22 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2021/10/07 13:35:38 nia Exp $ +$NetBSD: distinfo,v 1.12 2021/10/20 19:47:22 adam Exp $ -RMD160 (pymongo-3.12.0.tar.gz) = c3dd260ab97220f87102aad2fae40fadeacbc0b5 -SHA512 (pymongo-3.12.0.tar.gz) = bfd3e6ec401052320c9e5099d5422dfbecd2fe212f1471bce92262f975e65864a69c24afebf39a9f74d04f601ff0684241e74bee3960900488396ea994a6db35 -Size (pymongo-3.12.0.tar.gz) = 818554 bytes +RMD160 (pymongo-3.12.1.tar.gz) = 8532388da58f2f76b14b38e97df21d1f6d2e7d66 +SHA512 (pymongo-3.12.1.tar.gz) = 36294f9437c91e5ea744452e0dc1049be65706dced61a296dfae09d32e31aae0276da2bb059a5548569e6cde62f66b935f2a422f297a3eabf0b928cfee07d060 +Size (pymongo-3.12.1.tar.gz) = 820592 bytes --_----------=_1634759242211140--