Accepting request 1055990 from devel:languages:python
- 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/request/show/1055990
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mongoengine?expand=0&rev=6
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 4 19:57:30 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00e9d9f90b093872b62659f75f449ec9de220f98ce0064b916177d0bd96e225a
|
||||
size 328184
|
||||
3
v0.25.0.tar.gz
Normal file
3
v0.25.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9762ef638e1e39d436df3093d82241b7f819364e2dfbf018e814185009e9c8b5
|
||||
size 329494
|
||||
Reference in New Issue
Block a user