From 31ac0900b02a9a1434a3b94d2ffd902ab82593c8c155416082a463a74403d254 Mon Sep 17 00:00:00 2001 From: Max Lin Date: Wed, 5 Aug 2015 06:45:10 +0000 Subject: [PATCH] Accepting request 320486 from home:winski:python update to 3.0.3, bug fixes, including GridFS file causing infinite loop. OBS-URL: https://build.opensuse.org/request/show/320486 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=43 --- pymongo-3.0.2.tar.gz | 3 --- pymongo-3.0.3.tar.gz | 3 +++ python-pymongo.changes | 15 +++++++++++++++ python-pymongo.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 pymongo-3.0.2.tar.gz create mode 100644 pymongo-3.0.3.tar.gz diff --git a/pymongo-3.0.2.tar.gz b/pymongo-3.0.2.tar.gz deleted file mode 100644 index 5388ad5..0000000 --- a/pymongo-3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb4a2102a82603f94306be2081af0ddbbd6d9c21d65e1dc761f0fecffda4c831 -size 382486 diff --git a/pymongo-3.0.3.tar.gz b/pymongo-3.0.3.tar.gz new file mode 100644 index 0000000..1d44f1e --- /dev/null +++ b/pymongo-3.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6b2317f8031bc1e200fd1ea35f00a96f4569e3f3f220a5e66ab6227d96ccaf +size 419692 diff --git a/python-pymongo.changes b/python-pymongo.changes index 7dd1c29..419f8ef 100644 --- a/python-pymongo.changes +++ b/python-pymongo.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Aug 5 00:49:55 UTC 2015 - jacobwinski@gmail.com + +- Update to 3.0.3, fixes: + * PYTHON-942: Error in changelog guidance for Python 3 (find timeout parameter) + * PYTHON-934: Unable to specify ssl_match_hostname option using URI style connection string + * PYTHON-946: Undocumented regression in Collection.find - projection tuple no longer allowed + * PYTHON-939: Monitor threads slow to terminate on application shutdown. + * PYTHON-932: Error in GSSAPI / Kerberos + * PYTHON-954: TxMongo is recommended for production use + * PYTHON-945: Remove validation of the OP_REPLY "startingFrom" field + * PYTHON-951: Corrupt GridFS files can send GridOut.read / readline into an infinite loop + * PYTHON-940: Unhelpful and pretty wrong error message + * PYTHON-933: "maxPoolSize=0" allowed, causes hang + ------------------------------------------------------------------- Sat Jul 25 09:41:42 UTC 2015 - seife+obs@b1-systems.com diff --git a/python-pymongo.spec b/python-pymongo.spec index af553bc..575aa27 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -17,7 +17,7 @@ Name: python-pymongo -Version: 3.0.2 +Version: 3.0.3 Release: 0 Url: http://github.com/mongodb/mongo-python-driver Summary: Python driver for MongoDB