Skip to content

Releases: pythongssapi/python-gssapi

Release v1.8.3: Klipspringer (Patch 3)

29 Aug 03:28
Compare
Choose a tag to compare

Release v1.8.2: Klipspringer (Patch 2)

25 Oct 19:12
Compare
Choose a tag to compare
  • Added Python 3.11 wheel - #303

Release v1.8.1: Klipspringer (Patch 1)

15 Aug 21:19
Compare
Choose a tag to compare
  • Bumped minimum Python version to Python 3.7 - #299

Release v1.8.0: Klipspringer

12 Aug 02:34
Compare
Choose a tag to compare
  • Created PEP 517 compliant sdist
  • No longer include cythonised files in sdist as they can be built on install time with Cython
  • The Cython build requirement will be automatically resolved by pip and other tools due to PEP 517 metadata

Edit 2022-08-16 - Yanked from PyPI due to #299

Release v1.7.3: George (Patch 3)

16 Feb 06:07
Compare
Choose a tag to compare
  • Fix up sha512sum file generation in the GitHub release asset (#281)
  • Added Python type annotation to classes and functions (#284)

Release v1.7.2: George (Patch 2)

10 Oct 21:15
Compare
Choose a tag to compare
  • Fix broken symlink in GitHub release asset (#271)
  • Add wheels for macOS - both x86_64 and arm64 (#267)
  • Fix distutil deprecation on Python 3.10 by using setuptools instead (#265)

v1.7.1rc2

10 Oct 20:59
c4397da
Compare
Choose a tag to compare
v1.7.1rc2 Pre-release
Pre-release
Final fix for building release GitHub asset

Signed-off-by: Jordan Borean <jborean93@gmail.com>

Release v1.7.1rc1: George

06 Oct 19:57
Compare
Choose a tag to compare
Pre-release

Release Candidate 1 of v1.7.1

Release v1.7.0: George

14 Sep 03:08
d9df517
Compare
Choose a tag to compare
  • Support for running tests against Heimdal in CI (#262)
  • Add Kerberos specific GSS-API Extensions (#261)
  • Tidy up docs and turn warnings into errors (#260)
  • Support DCE IOV functions on macOS (#258)

Release v1.6.14: Meyer (Patch 14)

30 Jun 16:21
Compare
Choose a tag to compare
  • Support for 32-bit Windows python (#248, #249)
  • Enable specification of krb5-config via environment variable (#253, #250)
  • Support for GSS_C_CHANNEL_BOUND_FLAG (#251)
  • Support for docs build with sphinx 4 (#246)
  • Fix undefined variable in get_all_statuses() (#241, #245)
  • Add support for str objects in the cred store dict (#242, #243)

Note that due to issues with our release tooling for 32-bit Windows, there effectively was no v1.6.13 release.