mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
[stubsabot] Mark pyOpenSSL as obsolete since 24.2.1 (#12387)
Release: https://pypi.org/pypi/pyOpenSSL/24.2.1 Homepage: https://pyopenssl.org/ Repository: https://github.com/pyca/pyopenssl Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/pyOpenSSL Diff: https://github.com/pyca/pyopenssl/compare/24.1.0...24.2.1
This commit is contained in:
committed by
GitHub
parent
e82f130693
commit
7d82517256
@@ -3,6 +3,7 @@ upstream_repository = "https://github.com/pyca/pyopenssl"
|
||||
# Requires a version of cryptography with a `py.typed` file
|
||||
requires = ["cryptography>=35.0.0", "types-cffi"]
|
||||
partial_stub = true
|
||||
obsolete_since = "24.2.1" # Released on 2024-07-20
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = true
|
||||
|
||||
Reference in New Issue
Block a user