Python Sshpubkeys Versions Save

OpenSSH public key parser for Python

v3.2.0

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ojarva/python-sshpubkeys/compare/3.3.1...v3.2.0

3.3.1

3 years ago

Revert changes breaking python 3.5. Even though 3.5 is EOL'ed by upstream, there's no reason to break support for 3.5. However, if any new feature on the current or future python releases would be useful, any EOL python versions may break.

3.3.0

3 years ago

Earlier changes already removed Python2 support; this explicitly declares python >=3 is required.

3.2.1

3 years ago

3.2.0

3 years ago

Multiple small changes and new features

v3.1.0

6 years ago

v3.0.0

6 years ago

This major release drops support for Python 2.6 and 3.3

Handling of DSA keys has changed - loose mode no longer accepts non-standard DSA key lengths.