nabla-c0d3 / nassl

Experimental OpenSSL wrapper for Python 3.8+ and SSLyze.
GNU Affero General Public License v3.0
39 stars 35 forks source link

Cannot install 5.0.0 #111

Closed ChrisWestcottUK closed 1 year ago

ChrisWestcottUK commented 1 year ago

Running pip install nassl==5.0.0 yields:

ERROR: Could not find a version that satisfies the requirement nassl==5.0.0 (from versions: 0.13.4.win32, 0.13.1, 0.13.2, 0.13.4, 0.13.5, 0.13.6, 0.13.7, 0.14.0, 0.14.1, 0.14.2, 0.15.0, 0.15.1, 0.16.0, 0.16.1, 0.16.2, 0.16.3, 0.17.0, 1.0.1, 1.0.2, 1.0.3, 4.0.2, 5.0.1)
ERROR: No matching distribution found for nassl==5.0.0

Although ideally we should update to 5.0.1 it is listed on pypi.org and has caused us to have broken builds in the meantime.

ChrisWestcottUK commented 1 year ago

Edit - closing this issue as it may be related to our Artifactory configuration.