Skip to content

Releases: pythongssapi/python-gssapi

v1.11.1

26 Jan 21:00

Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.11.1

v1.11.0

26 Jan 20:09

Choose a tag to compare

What's Changed

Bug: This was never pushed to PyPI due to a bug in the setup.py classifiers. The v1.11.1 release contains the same changes here.

Full Changelog: v1.10.1...v1.11.0

v1.10.1

03 Oct 03:07

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.0...v1.10.1

v1.10.0

01 Sep 18:31

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.9.0

03 Oct 06:12

Choose a tag to compare

Bump Python 3.13 test version

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

Release v1.8.3: Klipspringer (Patch 3)

29 Aug 03:28

Choose a tag to compare

  • Added Python 3.12 wheel - #322

Release v1.8.2: Klipspringer (Patch 2)

25 Oct 19:12

Choose a tag to compare

  • Added Python 3.11 wheel - #303

Release v1.8.1: Klipspringer (Patch 1)

15 Aug 21:19

Choose a tag to compare

  • Bumped minimum Python version to Python 3.7 - #299

Release v1.8.0: Klipspringer

12 Aug 02:34

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

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)