Rename openssl-python to pyOpenSSL (#5649)

Remove stubtest allowlist

Set package version
This commit is contained in:
Sebastian Rittau
2021-06-16 17:22:45 +02:00
committed by GitHub
parent ff75793531
commit a98fceca2f
6 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
OpenSSL
OpenSSL.SSL
OpenSSL.crypto

View File

@@ -0,0 +1,4 @@
OpenSSL.SSL.Connection.__init__
OpenSSL.SSL.Context.load_verify_locations
OpenSSL.SSL.Context.set_verify
OpenSSL.crypto

View File

@@ -1,4 +1,3 @@
version = "0.1"
version = "20.0"
python2 = true
python3 = true
requires = ["types-cryptography"]