Skip to content

Releases: pythongssapi/k5test

v0.10.4

Choose a tag to compare

@jborean93 jborean93 released this 20 Mar 02:47

What's Changed

New Contributors

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

v0.10.3

Choose a tag to compare

@jborean93 jborean93 released this 01 Nov 00:53

What's Changed

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

v0.10.2

Choose a tag to compare

@jborean93 jborean93 released this 26 Oct 14:31

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

Choose a tag to compare

@jborean93 jborean93 released this 11 Oct 01:33
  • Fix typos in default MIT krb paths (#16)
  • Added universal wheel to PyPI distribution

v0.10.0 release

Choose a tag to compare

@frozencemetery frozencemetery released this 18 Aug 12:51

Features:

Bugfixes:

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

v0.9.2

Choose a tag to compare

@DirectXMan12 DirectXMan12 released this 28 Nov 19:34

Bugfix Release:

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

v0.9.1

Choose a tag to compare

@DirectXMan12 DirectXMan12 released this 28 Nov 21:48

Minor bugfix release:

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

v0.9.0

Choose a tag to compare

@DirectXMan12 DirectXMan12 released this 18 Nov 22:05

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