[dev-python/pymongocrypt] bump

This commit is contained in:
Robert Förster 2025-04-09 14:35:58 +02:00
parent 3d67332018
commit 7e1ba411dd
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
DIST pymongocrypt-1.12.2.tar.gz 62081 BLAKE2B a4234a8b41440a82fb6d2002a6ae91b27904f20a007a83eb270e176de714a5df820cdf236ad6f1f32b448a9846be0d4bc88339a52844fe53d7c818c1389af986 SHA512 0d483e4118b8bd228f2f5d5f08b875891b63d90da732f26c3f777d69b997988a0c85144744562b6c17817d98a50cb0efffb5962af30e76aaa78e9138b35c7d39 DIST pymongocrypt-1.13.0.tar.gz 64646 BLAKE2B 04af4a7037bb06b364993f2ef9a644adfd2f0c46f6236aa8d69c43872718313d3652af60d9642fb1c327eb588d3e25b89467d857eff516409c4fbf06a6d3d758 SHA512 36d6a65f9edff3c7d6628300c1b6e89bf938827245e70336f1cef116f16bd65182e200c3b2b8afe66d143b015e5ed46a44c99d12a6f64dea0b856ceb464f0be0

View File

@ -1,10 +1,10 @@
# Copyright 1999-2024 Gentoo Authors # Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
DISTUTILS_USE_PEP517=hatchling DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{10..13} ) PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi inherit distutils-r1 pypi
@ -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.12.0 >=dev-libs/libmongocrypt-1.13.1
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}]