pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-mongo



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.

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



Home | Main Index | Thread Index | Old Index