[dev-python/pymongocrypt] bump

This commit is contained in:
Robert Förster 2025-01-05 08:11:39 +01:00
parent 5da9f07c05
commit ef6ad0040c
2 changed files with 2 additions and 7 deletions

View File

@ -1 +1 @@
DIST pymongocrypt-1.11.0.tar.gz 61701 BLAKE2B 82951b6f5ab03a9e04b59114ad9708cd77a55e39df69cfc766f9edb32acde45e8d043b27401ef888d6550ac99315b89b1ca3f227e978e3ba19302cfb2db2f3be SHA512 639c039505c909f03bc17e106ddd87747bcf25c5486e23a0f6ba774c3dbaf367fb02386208de9dd362336c0708bde3da5d9217a1b804f05dbc94aa2ac7c21149 DIST pymongocrypt-1.12.2.tar.gz 62081 BLAKE2B a4234a8b41440a82fb6d2002a6ae91b27904f20a007a83eb270e176de714a5df820cdf236ad6f1f32b448a9846be0d4bc88339a52844fe53d7c818c1389af986 SHA512 0d483e4118b8bd228f2f5d5f08b875891b63d90da732f26c3f777d69b997988a0c85144744562b6c17817d98a50cb0efffb5962af30e76aaa78e9138b35c7d39

View File

@ -19,7 +19,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
RDEPEND=" RDEPEND="
>=dev-libs/libmongocrypt-1.11.0 >=dev-libs/libmongocrypt-1.12.0
dev-python/cffi[${PYTHON_USEDEP}] dev-python/cffi[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}]
@ -48,13 +48,8 @@ python_test() {
# slow # slow
test/performance/perf_test.py::TestBulkDecryption::runTest test/performance/perf_test.py::TestBulkDecryption::runTest
# needs mongodb-enterprise-6+ (crypt_shared) # 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_crypt_shared
test/test_mongocrypt.py::TestMongoCryptCallback::test_encrypt
test/test_mongocrypt.py::TestExplicitEncryption::test_range_query_int32
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 epytest
} }