From c7782447411de4bc101c1f381840903eadb7cff4 Mon Sep 17 00:00:00 2001 From: donBarbos Date: Sat, 13 Dec 2025 14:47:16 +0400 Subject: [PATCH] Remove outdated allowlist entries --- stdlib/@tests/stubtest_allowlists/py314.txt | 30 --------------------- stubs/Authlib/@tests/stubtest_allowlist.txt | 6 ----- 2 files changed, 36 deletions(-) diff --git a/stdlib/@tests/stubtest_allowlists/py314.txt b/stdlib/@tests/stubtest_allowlists/py314.txt index ddb0c396a0da..2ed18b5a2fea 100644 --- a/stdlib/@tests/stubtest_allowlists/py314.txt +++ b/stdlib/@tests/stubtest_allowlists/py314.txt @@ -139,36 +139,6 @@ multiprocessing.managers._BaseSetProxy.copy multiprocessing.managers._BaseSetProxy.pop -# Changes from patch releases to be introduced in Python 3.14.0b3 -# (Remove once 3.14.0b3 becomes available for all platforms) -(genericpath.__all__)? -(genericpath.ALLOW_MISSING)? -(ntpath.__all__)? -(ntpath.ALLOW_MISSING)? -(os.path.__all__)? -(os.path.ALLOW_MISSING)? -(os.path.realpath)? -(posixpath.__all__)? -(posixpath.ALLOW_MISSING)? -(tarfile.__all__)? -(tarfile.LinkFallbackError)? -(tarfile.TarFile._extract_member)? -(tarfile.TarFile.makelink_with_filter)? -(_?hashlib.new)? -(_?hashlib.(openssl_)?md5)? -(_?hashlib.(openssl_)?sha1)? -(_?hashlib.(openssl_)?sha224)? -(_?hashlib.(openssl_)?sha256)? -(_?hashlib.(openssl_)?sha384)? -(_?hashlib.(openssl_)?sha3_224)? -(_?hashlib.(openssl_)?sha3_256)? -(_?hashlib.(openssl_)?sha3_384)? -(_?hashlib.(openssl_)?sha3_512)? -(_?hashlib.(openssl_)?sha512)? -(_?hashlib.(openssl_)?shake_128)? -(_?hashlib.(openssl_)?shake_256)? - - # ============================================================= # Allowlist entries that cannot or should not be fixed; >= 3.13 # ============================================================= diff --git a/stubs/Authlib/@tests/stubtest_allowlist.txt b/stubs/Authlib/@tests/stubtest_allowlist.txt index 8f5458773f6c..5ef79bb6121f 100644 --- a/stubs/Authlib/@tests/stubtest_allowlist.txt +++ b/stubs/Authlib/@tests/stubtest_allowlist.txt @@ -19,12 +19,6 @@ authlib.jose.rfc7518.jwe_algs.ECDHESAlgorithm.name authlib.jose.rfc7518.jwe_algs.RSAAlgorithm.description authlib.jose.rfc7518.jwe_algs.RSAAlgorithm.name -# Re-exports of hashlib functions whose signatures changed in Python 3.13.4. -# (Remove once 3.13.4 is consistently available) -(authlib.jose.rfc7518.jws_algs.HMACAlgorithm.SHA256)? -(authlib.jose.rfc7518.jws_algs.HMACAlgorithm.SHA384)? -(authlib.jose.rfc7518.jws_algs.HMACAlgorithm.SHA512)? - # Methods whose *args and **kwargs arguments are added dynamically due to the @hooked decorator: authlib.oauth2.rfc6749.AuthorizationCodeGrant.create_token_response authlib.oauth2.rfc6749.AuthorizationCodeGrant.validate_token_request