diff --git a/dev-python/pymongocrypt/Manifest b/dev-python/pymongocrypt/Manifest index 06583d2..0ce8787 100644 --- a/dev-python/pymongocrypt/Manifest +++ b/dev-python/pymongocrypt/Manifest @@ -1 +1 @@ -DIST pymongocrypt-1.10.1.tar.gz 61897 BLAKE2B 516a2a1116811c146c685e74bdafd4c1967dc4d8e0d7492ba81571be4e761aae8e7ff9c3ac9901cb48364a34949cf9d48fac6b5abb95b18a3fe35750b57c7c6f SHA512 83e847b9022025edf955e1797d86809c2fa490cbca12015958339142c5b26b25231c5b8bb6c372f22c838432494db38e32fbd404aa040d96f5b1249126657e2b +DIST pymongocrypt-1.11.0.tar.gz 61701 BLAKE2B 82951b6f5ab03a9e04b59114ad9708cd77a55e39df69cfc766f9edb32acde45e8d043b27401ef888d6550ac99315b89b1ca3f227e978e3ba19302cfb2db2f3be SHA512 639c039505c909f03bc17e106ddd87747bcf25c5486e23a0f6ba774c3dbaf367fb02386208de9dd362336c0708bde3da5d9217a1b804f05dbc94aa2ac7c21149 diff --git a/dev-python/pymongocrypt/pymongocrypt-1.10.1.ebuild b/dev-python/pymongocrypt/pymongocrypt-1.11.0.ebuild similarity index 72% rename from dev-python/pymongocrypt/pymongocrypt-1.10.1.ebuild rename to dev-python/pymongocrypt/pymongocrypt-1.11.0.ebuild index 972b77a..9394938 100644 --- a/dev-python/pymongocrypt/pymongocrypt-1.10.1.ebuild +++ b/dev-python/pymongocrypt/pymongocrypt-1.11.0.ebuild @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" RDEPEND=" - dev-libs/libmongocrypt + >=dev-libs/libmongocrypt-1.11.0 dev-python/cffi[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}] @@ -47,16 +47,14 @@ python_test() { local EPYTEST_DESELECT=( # slow test/performance/perf_test.py::TestBulkDecryption::runTest - # needs mongodb-enterprise-6+ + # needs mongodb-enterprise-6+ (crypt_shared) test/test_mongocrypt.py::TestMongoCrypt::test_encrypt + test/test_mongocrypt.py::TestMongoCryptCallback::test_crypt_shared test/test_mongocrypt.py::TestMongoCryptCallback::test_encrypt - test/test_mongocrypt.py::TestExplicitEncryption::test_rangePreview_query_int32 test/test_mongocrypt.py::TestExplicitEncryption::test_range_query_int32 -# test/test_mongocrypt.py::TestAsyncExplicitEncryption::test_range_query_int32 -# test/test_mongocrypt.py::TestMongoCrypt::test_encrypt_encrypted_fields_map -# test/test_mongocrypt.py::TestMongoCryptCallback::test_crypt_shared -# test/test_mongocrypt.py::TestAsyncMongoCryptCallback::test_encrypt -# test/test_mongocrypt.py::TestAsyncMongoCryptCallback::test_crypt_shared + test/test_mongocrypt.py::TestAsyncMongoCryptCallback::test_crypt_shared + test/test_mongocrypt.py::TestAsyncMongoCryptCallback::test_encrypt + test/test_mongocrypt.py::TestAsyncExplicitEncryption::test_range_query_int32 ) epytest }