Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pymongo for openSUSE:Factory checked in at 2022-07-21 11:33:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pymongo (Old) and /work/SRC/openSUSE:Factory/.python-pymongo.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pymongo" Thu Jul 21 11:33:09 2022 rev:40 rq:990439 version:4.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pymongo/python-pymongo.changes 2021-06-01 10:33:43.348431073 +0200 +++ /work/SRC/openSUSE:Factory/.python-pymongo.new.1523/python-pymongo.changes 2022-07-21 11:33:38.226962167 +0200 @@ -1,0 +2,40 @@ +Wed Jul 20 10:58:54 UTC 2022 - Ben Greiner <[email protected]> + +- Conflict on python-bson + * Same namespace + * Different implementation (https://github.com/py-bson/bson) +- Do not wildcard collect files + +------------------------------------------------------------------- +Sat Jul 16 18:05:53 UTC 2022 - Mark??ta Machov?? <[email protected]> + +- Update to 4.1.1 + * PyMongo 4.0 drops support for Python 2.7, 3.4, and 3.5. + * PyMongo 4.1 drops support for Python 3.6.0 and 3.6.1, Python 3.6.2+ is now required. + * PyMongo 4.0 drops support for MongoDB 2.6, 3.0, 3.2, and 3.4. + * The default uuid_representation for CodecOptions, JSONOptions, + and MongoClient has been changed from bson.binary.UuidRepresentation.PYTHON_LEGACY + to bson.binary.UuidRepresentation.UNSPECIFIED. Attempting to + encode a uuid.UUID instance to BSON or JSON now produces an + error by default. See Handling UUID Data for details. + * Removed some arguments and functions mostly from: + * pymongo.mongo_client.MongoClient + * pymongo.database.Database + * pymongo.collection.Collection + * pymongo.mongo_client.MongoClient + * pymongo.son_manipulator + * directConnection URI option and keyword argument to MongoClient + defaults to False instead of None + * tz_aware, an argument for JSONOptions, now defaults to False instead of True. + * items() now returns a dict_items object rather than a list. + * The hint option is now required when using min or max queries with find(). + * MongoClient` now raises an InvalidURI exception when it encounters + unescaped percent signs in username and password when parsing MongoDB URIs. + * Enhanced connection pooling to create connections more efficiently + and avoid connection storms. + * MongoClient now accepts a URI and keyword argument srvMaxHosts + that limits the number of mongos-like hosts a client will connect to. + * Support for the ???kmip??? KMS provider for client side field level encryption. + * Many more changes, seet the upstream changelog for details + +------------------------------------------------------------------- Old: ---- pymongo-3.11.4.tar.gz New: ---- pymongo-4.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pymongo.spec ++++++ --- /var/tmp/diff_new_pack.YMbKpH/_old 2022-07-21 11:33:38.842962774 +0200 +++ /var/tmp/diff_new_pack.YMbKpH/_new 2022-07-21 11:33:38.846962778 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pymongo # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,10 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} +%define skip_python2 1 Name: python-pymongo -Version: 3.11.4 +Version: 4.1.1 Release: 0 Summary: Python driver for MongoDB License: Apache-2.0 @@ -34,6 +35,8 @@ %if 0%{?suse_version} || 0%{?fedora_version} >= 24 Suggests: mongodb %endif +# Same namespace, different implementation (https://github.com/py-bson/bson) +Conflicts: python-bson %python_subpackages %description @@ -61,6 +64,9 @@ %files %{python_files} %license LICENSE %doc README.rst -%{python_sitearch}/* +%{python_sitearch}/pymongo +%{python_sitearch}/pymongo-%{version}*-info +%{python_sitearch}/bson +%{python_sitearch}/gridfs %changelog ++++++ pymongo-3.11.4.tar.gz -> pymongo-4.1.1.tar.gz ++++++ ++++ 100270 lines of diff (skipped)
