~jugmac00/lazr.sshserver:introduce-pre-commit

Last commit made on 2021-10-29
Get this branch:
git clone -b introduce-pre-commit https://git.launchpad.net/~jugmac00/lazr.sshserver
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
introduce-pre-commit
Repository:
lp:~jugmac00/lazr.sshserver

Recent commits

665262d... by Jürgen Gmach

Add basic pre-commit configuration

3dc0df2... by Colin Watson

Release lazr.sshserver 0.1.12.

b227a3f... by Colin Watson

[r=cristiangsp] Fix (non-fatal!) test errors with recent Twisted versions.

945e0c7... by Colin Watson

[r=cristiangsp] Adjust versioning strategy to avoid importing pkg_resources, which is slow in large environments.

4c733b6... by Colin Watson

Fix (non-fatal!) test errors with recent Twisted versions.

`Portal.login` needs to return an `(interface, avatar, logout)` tuple. Also
sync up `SSHUserAuthServer.ssh_USERAUTH_REQUEST` slightly with the original
version in Twisted.

5e7ee6c... by Colin Watson

Adjust versioning strategy to avoid importing pkg_resources, which is slow in large environments.

b76cd29... by Colin Watson

Release lazr.sshserver 0.1.11.

67b31a8... by Colin Watson

[r=ilasc] Fix lazr.sshserver.auth.PublicKeyFromLaunchpadChecker on Python 3.

8183ff4... by Colin Watson

Fix lazr.sshserver.auth.PublicKeyFromLaunchpadChecker on Python 3.

Twisted passes the username in the credentials object as bytes.

817dfca... by Colin Watson

Officially add support for Python 3.8.