forked from pool/python-mongoengine
- 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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user