Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-pymongo | Distribution: openSUSE Tumbleweed |
Version: 4.6.3 | Vendor: openSUSE |
Release: 1.1 | Build date: Tue May 7 09:26:43 2024 |
Group: Development/Languages/Python | Build host: reproducible |
Size: 4235594 | Source RPM: python-pymongo-4.6.3-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/mongodb/mongo-python-driver | |
Summary: Python driver for MongoDB |
The PyMongo distribution contains tools for interacting with MongoDB database from Python. The bson package is an implementation of the BSON format for Python. The pymongo package is a native Python driver for MongoDB. The gridfs package is a gridfs implementation on top of pymongo.
Apache-2.0
* Tue May 07 2024 Dirk Müller <dmueller@suse.com> - update to 4.6.3 (bsc#1222492, CVE-2024-21506): * Fixed a potential memory access violation when decoding invalid bson. - update to 4.6.2: * Fixed a bug appearing in Python 3.12 where “RuntimeError: can’t create new thread at interpreter shutdown” could be written to stderr when a MongoClient’s thread starts as the python interpreter is shutting down. - update to 4.6.1: * Ensure retryable read OperationFailure errors re-raise exception when 0 or NoneType error code is provided. - update to 4.6.0: * Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866 - update to 4.5.0: * Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-5-0-released/240662 - update to 4.4.1: * Fixed a bug where pymongo would raise a ConfigurationError: Invalid SRV host error when connecting to a “mongodb+srv://” URI that included capital letters in the SRV hosts returned from DNS. (PYTHON-3800). * Fixed a minor reference counting bug in the C extension (PYTHON-3798). - update to 4.4.0: * Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-4-released/232211 * Sat Jun 10 2023 ecsos <ecsos@opensuse.org> - Add %{?sle15_python_module_pythons} * Tue Dec 06 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com> - Update to 4.3.3 Version 4.3.3 documents support for the following: * CSFLE on-demand credentials for cloud KMS providers. * Authentication support for EKS Clusters. * Added the Client Side Operation Timeout example page to improve the documentation for pymongo.timeout(). Bug Fixes * Fixed a performance regression in download_to_stream() and download_to_stream_by_name() by reading in chunks instead of line by line (PYTHON-3502). * Improved performance of gridfs.grid_file.GridOut.read() and gridfs.grid_file.GridOut.readline() (PYTHON-3508). * Fri Oct 28 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com> - Update to 4.3.2 Complete Changelog https://pymongo.readthedocs.io/en/4.3.2/changelog.html * Sat Oct 01 2022 Dirk Müller <dmueller@suse.com> - update to 4.2.0: - Support for MongoDB 6.0. - Support for the Queryable Encryption beta with MongoDB 6.0. Note that backwards-breaking changes may be made before the final release. See :ref:`automatic-queryable-client-side-encryption` for example usage. - Provisional (beta) support for :func:`pymongo.timeout` to apply a single timeout to an entire block of pymongo operations. - Added the ``timeoutMS`` URI and keyword argument to :class:`~pymongo.mongo_client.MongoClient`. - Added the :attr:`pymongo.errors.PyMongoError.timeout` property which is ``True`` when the error was caused by a timeout. - Added the ``check_exists`` argument to :meth:`~pymongo.database.Database.create_collection` that when True (the default) runs an additional ``listCollections`` command to verify that the collection does not exist already. - Added key management APIs to :class:`~pymongo.encryption.ClientEncryption`: - Support for the ``crypt_shared`` library to replace ``mongocryptd`` using the new ``crypt_shared_lib_path`` and ``crypt_shared_lib_required`` arguments to :class:`~pymongo.encryption_options.AutoEncryptionOpts`. - Fixed a bug where :meth:`~pymongo.collection.Collection.estimated_document_count` would fail with a "CommandNotSupportedOnView" error on views (`PYTHON-2885`_). - Fixed a bug where invalid UTF-8 strings could be passed as patterns for :class:`~bson.regex.Regex` objects. :func:`bson.encode` now correctly raises :class:`bson.errors.InvalidStringData` (`PYTHON-3048`_). - Fixed a bug that caused ``AutoReconnect("connection pool paused")`` errors in the child process after fork (`PYTHON-3257`_). - Fixed a bug where :meth:`~pymongo.collection.Collection.count_documents` and :meth:`~pymongo.collection.Collection.distinct` would fail in a transaction with ``directConnection=True`` (`PYTHON-3333`_). - GridFS no longer uploads an incomplete files collection document after encountering an error in the middle of an upload fork. This results in fewer :class:`~gridfs.errors.CorruptGridFile` errors (`PYTHON-1552`_). - Renamed PyMongo's internal C extension methods to avoid crashing due to name conflicts with mpi4py and other shared libraries (`PYTHON-2110`_). - Fixed tight CPU loop for network I/O when using PyOpenSSL (`PYTHON-3187`_). * Wed Jul 20 2022 Ben Greiner <code@bnavigator.de> - Conflict on python-bson * Same namespace * Different implementation (https://github.com/py-bson/bson) - Do not wildcard collect files * Sat Jul 16 2022 Markéta Machová <mmachova@suse.com> - 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 * Fri May 28 2021 pgajdos@suse.com - version update to 3.11.4 - Version 3.11.4 fixes a bug where a MongoClient would mistakenly attempt to create minPoolSize connections to arbiter nodes (`PYTHON-2634`_). * Thu Apr 22 2021 Dirk Müller <dmueller@suse.com> - update to 3.11.3: - Version 3.11.3 fixes a bug that prevented PyMongo from retrying writes after a writeConcernError on MongoDB 4.4+ (PYTHON-2452) * Mon Feb 01 2021 Dirk Müller <dmueller@suse.com> - update to 3.11.2: - Fixed a memory leak caused by failing SDAM monitor checks on Python 3 (`PYTHON-2433`_). - Fixed a regression that changed the string representation of :exc:`~pymongo.errors.BulkWriteError` (`PYTHON-2438`_). - Fixed a bug that made it impossible to use :meth:`bson.codec_options.CodecOptions.with_options` and :meth:`~bson.json_util.JSONOptions.with_options` on some early versions of Python 3.4 and Python 3.5 due to a bug in the standard library implementation of :meth:`collections.namedtuple._asdict` (`PYTHON-2440`_). - Fixed a bug that resulted in a :exc:`TypeError` exception when a PyOpenSSL socket was configured with a timeout of ``None`` (`PYTHON-2443`_).
/usr/lib64/python3.11/site-packages/bson /usr/lib64/python3.11/site-packages/bson/__init__.py /usr/lib64/python3.11/site-packages/bson/__pycache__ /usr/lib64/python3.11/site-packages/bson/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/__init__.cpython-311.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/_helpers.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/_helpers.cpython-311.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/binary.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/binary.cpython-311.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/code.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/code.cpython-311.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/codec_options.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/codec_options.cpython-311.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/datetime_ms.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/datetime_ms.cpython-311.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/dbref.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/dbref.cpython-311.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/decimal128.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/decimal128.cpython-311.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/errors.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/errors.cpython-311.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/int64.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/int64.cpython-311.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/json_util.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/json_util.cpython-311.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/max_key.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/max_key.cpython-311.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/min_key.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/min_key.cpython-311.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/objectid.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/objectid.cpython-311.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/raw_bson.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/raw_bson.cpython-311.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/regex.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/regex.cpython-311.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/son.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/son.cpython-311.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/timestamp.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/timestamp.cpython-311.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/typings.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/typings.cpython-311.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/tz_util.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/bson/__pycache__/tz_util.cpython-311.pyc /usr/lib64/python3.11/site-packages/bson/_cbson.cpython-311-riscv64-linux-gnu.so /usr/lib64/python3.11/site-packages/bson/_helpers.py /usr/lib64/python3.11/site-packages/bson/binary.py /usr/lib64/python3.11/site-packages/bson/code.py /usr/lib64/python3.11/site-packages/bson/codec_options.py /usr/lib64/python3.11/site-packages/bson/datetime_ms.py /usr/lib64/python3.11/site-packages/bson/dbref.py /usr/lib64/python3.11/site-packages/bson/decimal128.py /usr/lib64/python3.11/site-packages/bson/errors.py /usr/lib64/python3.11/site-packages/bson/int64.py /usr/lib64/python3.11/site-packages/bson/json_util.py /usr/lib64/python3.11/site-packages/bson/max_key.py /usr/lib64/python3.11/site-packages/bson/min_key.py /usr/lib64/python3.11/site-packages/bson/objectid.py /usr/lib64/python3.11/site-packages/bson/py.typed /usr/lib64/python3.11/site-packages/bson/raw_bson.py /usr/lib64/python3.11/site-packages/bson/regex.py /usr/lib64/python3.11/site-packages/bson/son.py /usr/lib64/python3.11/site-packages/bson/timestamp.py /usr/lib64/python3.11/site-packages/bson/typings.py /usr/lib64/python3.11/site-packages/bson/tz_util.py /usr/lib64/python3.11/site-packages/gridfs /usr/lib64/python3.11/site-packages/gridfs/__init__.py /usr/lib64/python3.11/site-packages/gridfs/__pycache__ /usr/lib64/python3.11/site-packages/gridfs/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/gridfs/__pycache__/__init__.cpython-311.pyc /usr/lib64/python3.11/site-packages/gridfs/__pycache__/errors.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/gridfs/__pycache__/errors.cpython-311.pyc /usr/lib64/python3.11/site-packages/gridfs/__pycache__/grid_file.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/gridfs/__pycache__/grid_file.cpython-311.pyc /usr/lib64/python3.11/site-packages/gridfs/errors.py /usr/lib64/python3.11/site-packages/gridfs/grid_file.py /usr/lib64/python3.11/site-packages/gridfs/py.typed /usr/lib64/python3.11/site-packages/pymongo /usr/lib64/python3.11/site-packages/pymongo-4.6.3.dist-info /usr/lib64/python3.11/site-packages/pymongo-4.6.3.dist-info/INSTALLER /usr/lib64/python3.11/site-packages/pymongo-4.6.3.dist-info/LICENSE /usr/lib64/python3.11/site-packages/pymongo-4.6.3.dist-info/METADATA /usr/lib64/python3.11/site-packages/pymongo-4.6.3.dist-info/RECORD /usr/lib64/python3.11/site-packages/pymongo-4.6.3.dist-info/REQUESTED /usr/lib64/python3.11/site-packages/pymongo-4.6.3.dist-info/WHEEL /usr/lib64/python3.11/site-packages/pymongo-4.6.3.dist-info/top_level.txt /usr/lib64/python3.11/site-packages/pymongo/__init__.py /usr/lib64/python3.11/site-packages/pymongo/__pycache__ /usr/lib64/python3.11/site-packages/pymongo/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/__init__.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/_csot.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/_csot.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/_version.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/_version.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/aggregation.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/aggregation.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/auth.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/auth.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/auth_aws.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/auth_aws.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/auth_oidc.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/auth_oidc.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/bulk.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/bulk.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/change_stream.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/change_stream.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/client_options.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/client_options.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/client_session.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/client_session.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/collation.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/collation.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/collection.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/collection.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/command_cursor.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/command_cursor.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/common.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/common.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/compression_support.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/compression_support.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/cursor.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/cursor.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/daemon.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/daemon.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/database.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/database.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/driver_info.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/driver_info.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/encryption.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/encryption.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/encryption_options.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/encryption_options.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/errors.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/errors.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/event_loggers.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/event_loggers.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/hello.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/hello.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/helpers.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/helpers.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/lock.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/lock.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/max_staleness_selectors.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/max_staleness_selectors.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/message.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/message.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/mongo_client.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/mongo_client.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/monitor.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/monitor.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/monitoring.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/monitoring.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/network.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/network.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/ocsp_cache.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/ocsp_cache.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/ocsp_support.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/ocsp_support.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/operations.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/operations.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/periodic_executor.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/periodic_executor.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/pool.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/pool.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/pyopenssl_context.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/pyopenssl_context.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/read_concern.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/read_concern.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/read_preferences.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/read_preferences.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/response.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/response.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/results.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/results.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/saslprep.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/saslprep.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/server.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/server.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/server_api.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/server_api.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/server_description.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/server_description.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/server_selectors.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/server_selectors.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/server_type.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/server_type.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/settings.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/settings.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/socket_checker.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/socket_checker.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/srv_resolver.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/srv_resolver.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/ssl_context.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/ssl_context.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/ssl_support.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/ssl_support.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/topology.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/topology.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/topology_description.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/topology_description.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/typings.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/typings.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/uri_parser.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/uri_parser.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/write_concern.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/pymongo/__pycache__/write_concern.cpython-311.pyc /usr/lib64/python3.11/site-packages/pymongo/_cmessage.cpython-311-riscv64-linux-gnu.so /usr/lib64/python3.11/site-packages/pymongo/_cmessagemodule.c /usr/lib64/python3.11/site-packages/pymongo/_csot.py /usr/lib64/python3.11/site-packages/pymongo/_version.py /usr/lib64/python3.11/site-packages/pymongo/aggregation.py /usr/lib64/python3.11/site-packages/pymongo/auth.py /usr/lib64/python3.11/site-packages/pymongo/auth_aws.py /usr/lib64/python3.11/site-packages/pymongo/auth_oidc.py /usr/lib64/python3.11/site-packages/pymongo/bulk.py /usr/lib64/python3.11/site-packages/pymongo/change_stream.py /usr/lib64/python3.11/site-packages/pymongo/client_options.py /usr/lib64/python3.11/site-packages/pymongo/client_session.py /usr/lib64/python3.11/site-packages/pymongo/collation.py /usr/lib64/python3.11/site-packages/pymongo/collection.py /usr/lib64/python3.11/site-packages/pymongo/command_cursor.py /usr/lib64/python3.11/site-packages/pymongo/common.py /usr/lib64/python3.11/site-packages/pymongo/compression_support.py /usr/lib64/python3.11/site-packages/pymongo/cursor.py /usr/lib64/python3.11/site-packages/pymongo/daemon.py /usr/lib64/python3.11/site-packages/pymongo/database.py /usr/lib64/python3.11/site-packages/pymongo/driver_info.py /usr/lib64/python3.11/site-packages/pymongo/encryption.py /usr/lib64/python3.11/site-packages/pymongo/encryption_options.py /usr/lib64/python3.11/site-packages/pymongo/errors.py /usr/lib64/python3.11/site-packages/pymongo/event_loggers.py /usr/lib64/python3.11/site-packages/pymongo/hello.py /usr/lib64/python3.11/site-packages/pymongo/helpers.py /usr/lib64/python3.11/site-packages/pymongo/lock.py /usr/lib64/python3.11/site-packages/pymongo/max_staleness_selectors.py /usr/lib64/python3.11/site-packages/pymongo/message.py /usr/lib64/python3.11/site-packages/pymongo/mongo_client.py /usr/lib64/python3.11/site-packages/pymongo/monitor.py /usr/lib64/python3.11/site-packages/pymongo/monitoring.py /usr/lib64/python3.11/site-packages/pymongo/network.py /usr/lib64/python3.11/site-packages/pymongo/ocsp_cache.py /usr/lib64/python3.11/site-packages/pymongo/ocsp_support.py /usr/lib64/python3.11/site-packages/pymongo/operations.py /usr/lib64/python3.11/site-packages/pymongo/periodic_executor.py /usr/lib64/python3.11/site-packages/pymongo/pool.py /usr/lib64/python3.11/site-packages/pymongo/py.typed /usr/lib64/python3.11/site-packages/pymongo/pyopenssl_context.py /usr/lib64/python3.11/site-packages/pymongo/read_concern.py /usr/lib64/python3.11/site-packages/pymongo/read_preferences.py /usr/lib64/python3.11/site-packages/pymongo/response.py /usr/lib64/python3.11/site-packages/pymongo/results.py /usr/lib64/python3.11/site-packages/pymongo/saslprep.py /usr/lib64/python3.11/site-packages/pymongo/server.py /usr/lib64/python3.11/site-packages/pymongo/server_api.py /usr/lib64/python3.11/site-packages/pymongo/server_description.py /usr/lib64/python3.11/site-packages/pymongo/server_selectors.py /usr/lib64/python3.11/site-packages/pymongo/server_type.py /usr/lib64/python3.11/site-packages/pymongo/settings.py /usr/lib64/python3.11/site-packages/pymongo/socket_checker.py /usr/lib64/python3.11/site-packages/pymongo/srv_resolver.py /usr/lib64/python3.11/site-packages/pymongo/ssl_context.py /usr/lib64/python3.11/site-packages/pymongo/ssl_support.py /usr/lib64/python3.11/site-packages/pymongo/topology.py /usr/lib64/python3.11/site-packages/pymongo/topology_description.py /usr/lib64/python3.11/site-packages/pymongo/typings.py /usr/lib64/python3.11/site-packages/pymongo/uri_parser.py /usr/lib64/python3.11/site-packages/pymongo/write_concern.py /usr/share/doc/packages/python311-pymongo /usr/share/doc/packages/python311-pymongo/README.rst /usr/share/licenses/python311-pymongo /usr/share/licenses/python311-pymongo/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Nov 13 00:41:02 2024