Skip to content

Releases: pythongssapi/python-gssapi

Release v1.7.2: George (Patch 2)

10 Oct 21:15

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

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

Choose a tag to compare

Pre-release

Release Candidate 1 of v1.7.1

Release v1.7.0: George

14 Sep 03:08
d9df517

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

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.

Release v1.6.12: Meyer (Patch 12)

10 Dec 17:04

Choose a tag to compare

  • Fix GSSAPI detection for macOS Big Sur (#235, #236)
  • Clarify how to disable detection (#234)

Release v1.6.11: Meyer (Patch 11)

19 Nov 16:20

Choose a tag to compare

  • Fix build on FreeBSD (#232, #228)
  • On FreeBSD, prefer GSSAPI from ports if available (#232)
  • Support python >= 3.8 in test suite by dropping dependency on should_be (#215, #229)
  • Fix malformed S4U tests (#220, #229)

Release v1.6.10: Meyer (Patch 10)

11 Nov 17:43

Choose a tag to compare

  • Provide python 3.9 Windows wheels (#226, #227)
  • Fix shlex.split on Windows (#223)
  • Removed six package and other older py cleanup values (#221, #222)

v1.6.9: Meyer (Patch 9)

07 Jul 19:03

Choose a tag to compare

There were no releases between 1.6.5 and 1.6.9 due to release pipeline issues with Github Actions; please use this release instead.

  • Raise exception on unknown usage (#202, #203)
  • Update tutorial to make server_name equal FQDN (#209)
  • Handle missing locale.LC_MESSAGES on Windows (#211)

v1.6.5: Meyer (patch 5)

08 Apr 20:19

Choose a tag to compare

Changelog

Bugfixes

  • Fix python_requires so that python-3.5 users hopefully don't get a version they can't use (#199, #198)