Releases: ojarva/python-sshpubkeys
Releases · ojarva/python-sshpubkeys
Version updates
What's Changed
- Replace ecdsa with PyCA/cryptography by @tiran in #86
- Add key property to retrieve base64 key text. Also test for same. by @jbazik in #85
- Bump cryptography from 3.2 to 3.3.2 by @dependabot in #84
- ed25516→ed25519 by @ctrlcctrlv in #89
- fix tests by @ojarva in #90
- Update python versions by @ojarva in #99
New Contributors
- @tiran made their first contribution in #86
- @jbazik made their first contribution in #85
- @ctrlcctrlv made their first contribution in #89
Full Changelog: 3.3.1...v3.2.0
Python 3.5 support
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.
Python 3 only
Earlier changes already removed Python2 support; this explicitly declares python >=3 is required.
Maintenance release
3.2.1 Automatically publish new releases to pypi
Maintenance release
Multiple small changes and new features
authorized_keys file parsing
v3.1.0 Bump version
Cryptography library update
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.