Skip to content

Releases: ojarva/python-sshpubkeys

Version updates

14 Nov 19:35
5f78869
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.3.1...v3.2.0

Python 3.5 support

04 Feb 12:23
c81fbf0
Compare
Choose a tag to compare

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

25 Jan 07:10
5915ae9
Compare
Choose a tag to compare

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

Maintenance release

24 Jan 10:55
57316e0
Compare
Choose a tag to compare
3.2.1

Automatically publish new releases to pypi

Maintenance release

24 Jan 10:48
4ca0de9
Compare
Choose a tag to compare

Multiple small changes and new features

authorized_keys file parsing

05 Mar 12:27
Compare
Choose a tag to compare
v3.1.0

Bump version

Cryptography library update

28 Feb 13:47
60c2299
Compare
Choose a tag to compare

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.