pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-mongo py-mongo: updated to 3.12.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/965912c3c42f
branches:  trunk
changeset: 768365:965912c3c42f
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Oct 20 19:47:22 2021 +0000

description:
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`_).

diffstat:

 databases/py-mongo/Makefile |  4 ++--
 databases/py-mongo/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r ccd17b0406dc -r 965912c3c42f databases/py-mongo/Makefile
--- a/databases/py-mongo/Makefile       Wed Oct 20 19:13:24 2021 +0000
+++ b/databases/py-mongo/Makefile       Wed Oct 20 19:47:22 2021 +0000
@@ -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/}
diff -r ccd17b0406dc -r 965912c3c42f databases/py-mongo/distinfo
--- a/databases/py-mongo/distinfo       Wed Oct 20 19:13:24 2021 +0000
+++ b/databases/py-mongo/distinfo       Wed Oct 20 19:47:22 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index