Marcel Telka
2023-11-30 a40d86fed7961d76d2c0e67475b4e8b123f1b664
python/pymongo: update to 4.6.1

4 files modified
14 ■■■■ changed files
components/python/pymongo/Makefile 4 ●●●● patch | view | raw | blame | history
components/python/pymongo/patches/01-tox-enable-tests.patch 4 ●●●● patch | view | raw | blame | history
components/python/pymongo/patches/02-no-mypy.patch 4 ●●●● patch | view | raw | blame | history
components/python/pymongo/test/results-all.master 2 ●●● patch | view | raw | blame | history
components/python/pymongo/Makefile
@@ -19,13 +19,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        pymongo
HUMAN_VERSION =            4.6.0
HUMAN_VERSION =            4.6.1
COMPONENT_SUMMARY =        pymongo - Python driver for MongoDB <http://www.mongodb.org>
COMPONENT_PROJECT_URL =        http://github.com/mongodb/mongo-python-driver
COMPONENT_ARCHIVE_URL =        \
    https://github.com/mongodb/mongo-python-driver/archive/refs/tags/$(HUMAN_VERSION).tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:73063bd454999cab22b57bfde188a5e7a139802cb04ca9df095ac62a20d376ed
    sha256:1e1473570a90686e06a089f914546507c777f6f2c73f742f0056fd89f1a5ec96
COMPONENT_LICENSE =        Apache-2.0
COMPONENT_LICENSE_FILE =    LICENSE
components/python/pymongo/patches/01-tox-enable-tests.patch
@@ -1,5 +1,5 @@
--- mongo-python-driver-4.6.0/tox.ini.orig
+++ mongo-python-driver-4.6.0/tox.ini
--- mongo-python-driver-4.6.1/tox.ini.orig
+++ mongo-python-driver-4.6.1/tox.ini
@@ -44,7 +44,7 @@
     aws-secrets = aws-secrets
     manifest = manifest
components/python/pymongo/patches/02-no-mypy.patch
@@ -1,5 +1,5 @@
--- mongo-python-driver-4.6.0/test/test_typing.py.orig
+++ mongo-python-driver-4.6.0/test/test_typing.py
--- mongo-python-driver-4.6.1/test/test_typing.py.orig
+++ mongo-python-driver-4.6.1/test/test_typing.py
@@ -93,6 +93,7 @@
         stdout, stderr, exit_status = api.run([filename])
         self.assertTrue(exit_status, msg=stdout)
components/python/pymongo/test/results-all.master
@@ -4486,7 +4486,7 @@
=============================== warnings summary ===============================
test/test_auth_spec.py::TestAuthSpec::test_connection-string_should_throw_an_exception_when_unsupported_auth_property_is_specified_(mongodb-oidc)
  $(@D)/pymongo/uri_parser.py:321: UserWarning: UnsupportedProperty is not a supported auth mechanism property. Must be one of ('SERVICE_NAME', 'AWS_SESSION_TOKEN', 'SERVICE_REALM', 'PROVIDER_NAME', 'CANONICALIZE_HOST_NAME').
  $(@D)/pymongo/uri_parser.py:321: UserWarning: UnsupportedProperty is not a supported auth mechanism property. Must be one of ('SERVICE_NAME', 'PROVIDER_NAME', 'AWS_SESSION_TOKEN', 'SERVICE_REALM', 'CANONICALIZE_HOST_NAME').
    return get_validated_options(opts, warn)
test/test_client.py::TestClient::test_compression