commit:     2874c02ee275a309b90c993be83f5af6786aecdd
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 23:28:56 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 23:41:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2874c02e

app-crypt/yubikey-manager: remove dev-python/cryptography version cap in 4.0.8

Seems to have no problems with 39.0.1:
 - all standard tests pass;
 - several device-specific PIV tests fail due to newer cryptography not
   allowing the use of SHA1, which could easily be fixed by patching the
   offending tests not to use that algorithm - and in any case we do not
   run any of these in src_test();
 - rudimentary run-time testing has shown no issues yet.

Going straight to stable due to Bug #893576.

Bug: https://bugs.gentoo.org/893522
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 .../{yubikey-manager-4.0.8.ebuild => yubikey-manager-4.0.8-r1.ebuild}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/yubikey-manager/yubikey-manager-4.0.8.ebuild 
b/app-crypt/yubikey-manager/yubikey-manager-4.0.8-r1.ebuild
similarity index 95%
rename from app-crypt/yubikey-manager/yubikey-manager-4.0.8.ebuild
rename to app-crypt/yubikey-manager/yubikey-manager-4.0.8-r1.ebuild
index a684d6c63d95..c1c671051c91 100644
--- a/app-crypt/yubikey-manager/yubikey-manager-4.0.8.ebuild
+++ b/app-crypt/yubikey-manager/yubikey-manager-4.0.8-r1.ebuild
@@ -26,7 +26,7 @@ IUSE="ssl"
 RDEPEND="
        app-crypt/ccid
        dev-python/click[${PYTHON_USEDEP}]
-       <dev-python/cryptography-39[${PYTHON_USEDEP}]
+       dev-python/cryptography[${PYTHON_USEDEP}]
        dev-python/fido2:0/0.9[${PYTHON_USEDEP}]
        dev-python/pyscard[${PYTHON_USEDEP}]
        ssl? ( >=dev-python/pyopenssl-0.15.1[${PYTHON_USEDEP}] )"

Reply via email to