Skip to content

Releases: pythongssapi/k5test

v0.10.4

20 Mar 02:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.3...v0.10.4

v0.10.3

01 Nov 00:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.2...v0.10.3

v0.10.2

26 Oct 14:31
Compare
Choose a tag to compare

What's Changed

  • Remove redundant wheel dep from pyproject.toml by @mgorny in #19
  • Use built-in shutil.which() instead of which(1) tool by @mgorny in #20
  • Update CI to use new action versions by @jborean93 in #21

New Contributors

Full Changelog: v0.10.1...v0.10.2

v0.10.1: Add basic sanity checks and CI

11 Oct 01:33
Compare
Choose a tag to compare
  • Fix typos in default MIT krb paths (#16)
  • Added universal wheel to PyPI distribution

v0.10.0 release

18 Aug 12:51
Compare
Choose a tag to compare

Features:

Bugfixes:

  • Fix execuable lookup for kadmin.local (#9, #8, #7)

v0.9.2

28 Nov 19:34
Compare
Choose a tag to compare

Bugfix Release:

  • Handle unreadable directories when searching for the plugin path (#4)
  • Avoid ResourceWarnings from daemon launches

v0.9.1

28 Nov 21:48
Compare
Choose a tag to compare

Minor bugfix release:

  • handle failure in commands while finding plugins directory (#3)
  • search /usr/lib64 before /usr/lib (#1)

v0.9.0

18 Nov 22:05
Compare
Choose a tag to compare

Initial release, extracted and cleaned up from the copy in python-gssapi