From 5c8a661cd8eb185b9ce8188474b16165acc290734d712eae267cb718299aea9a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 4 Jan 2023 19:58:45 +0000 Subject: [PATCH] - update to 0.25.0: * Support MONGODB-AWS authentication mechanism (with `authmechanismproperties`) #2507 * Turning off dereferencing for the results of distinct query. #2663 * Add tests against Mongo 5.0 in pipeline * Drop support for Python 3.6 (EOL) * Bug fix support for PyMongo>=4 to fix "pymongo.errors.InvalidOperation: Cannot use MongoClient after close" errors. #2627 * Bug fix regarding uuidRepresentation that was case sensitive #2650 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mongoengine?expand=0&rev=11 --- python-mongoengine.changes | 14 ++++++++++++++ python-mongoengine.spec | 4 ++-- v0.24.1.tar.gz | 3 --- v0.25.0.tar.gz | 3 +++ 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 v0.24.1.tar.gz create mode 100644 v0.25.0.tar.gz diff --git a/python-mongoengine.changes b/python-mongoengine.changes index f96af28..e311a78 100644 --- a/python-mongoengine.changes +++ b/python-mongoengine.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Jan 4 19:57:30 UTC 2023 - Dirk Müller + +- update to 0.25.0: + * Support MONGODB-AWS authentication mechanism (with + `authmechanismproperties`) #2507 + * Turning off dereferencing for the results of distinct query. #2663 + * Add tests against Mongo 5.0 in pipeline + * Drop support for Python 3.6 (EOL) + * Bug fix support for PyMongo>=4 to fix "pymongo.errors.InvalidOperation: + Cannot use MongoClient after close" + errors. #2627 + * Bug fix regarding uuidRepresentation that was case sensitive #2650 + ------------------------------------------------------------------- Fri Jun 10 15:25:38 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-mongoengine.spec b/python-mongoengine.spec index 638a288..531e84c 100644 --- a/python-mongoengine.spec +++ b/python-mongoengine.spec @@ -1,7 +1,7 @@ # # spec file for package python-mongoengine # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %global skip_python2 1 Name: python-mongoengine -Version: 0.24.1 +Version: 0.25.0 Release: 0 Summary: Python Object-Document Mapper for working with MongoDB License: MIT diff --git a/v0.24.1.tar.gz b/v0.24.1.tar.gz deleted file mode 100644 index 45e0810..0000000 --- a/v0.24.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00e9d9f90b093872b62659f75f449ec9de220f98ce0064b916177d0bd96e225a -size 328184 diff --git a/v0.25.0.tar.gz b/v0.25.0.tar.gz new file mode 100644 index 0000000..513b33d --- /dev/null +++ b/v0.25.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9762ef638e1e39d436df3093d82241b7f819364e2dfbf018e814185009e9c8b5 +size 329494