111da1d0f7
Version 3.7.2 fixes a few issues discovered since the release of 3.7.1. - Fixed a bug in retryable writes where a previous command's "txnNumber" field could be sent leading to incorrect results. - Fixed a memory leak of a few bytes on some insert, update, or delete commands when running against MongoDB 3.6+. - Fixed a bug that caused :meth:pymongo.collection.Collection.ensure_index to only cache a single index per database. - Updated the documentation examples to use :meth:pymongo.collection.Collection.count_documents instead of :meth:pymongo.collection.Collection.count and :meth:pymongo.cursor.Cursor.count.
14 lines
412 B
Makefile
14 lines
412 B
Makefile
# $NetBSD: Makefile,v 1.6 2019/01/22 10:00:13 adam Exp $
|
|
|
|
DISTNAME= pymongo-3.7.2
|
|
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/1}
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pymongo/}
|
|
|
|
MAINTAINER= mishka@NetBSD.org
|
|
HOMEPAGE= https://github.com/mongodb/mongo-python-driver
|
|
COMMENT= Python driver for MongoDB
|
|
LICENSE= apache-2.0
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|