Skip to content

Releases: pythongssapi/python-gssapi

v1.11.1

Choose a tag to compare

@github-actions github-actions released this 26 Jan 21:00

What's Changed

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

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 26 Jan 20:09

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

Choose a tag to compare

@github-actions github-actions released this 03 Oct 03:07

What's Changed

New Contributors

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

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 18:31

What's Changed

New Contributors

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

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 03 Oct 06:12
Bump Python 3.13 test version

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

Release v1.8.3: Klipspringer (Patch 3)

Choose a tag to compare

@github-actions github-actions released this 29 Aug 03:28
  • Added Python 3.12 wheel - #322

Release v1.8.2: Klipspringer (Patch 2)

Choose a tag to compare

@github-actions github-actions released this 25 Oct 19:12
  • Added Python 3.11 wheel - #303

Release v1.8.1: Klipspringer (Patch 1)

Choose a tag to compare

@github-actions github-actions released this 15 Aug 21:19
  • Bumped minimum Python version to Python 3.7 - #299

Release v1.8.0: Klipspringer

Choose a tag to compare

@github-actions github-actions released this 12 Aug 02:34
  • 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)

Choose a tag to compare

@github-actions github-actions released this 16 Feb 06:07
  • Fix up sha512sum file generation in the GitHub release asset (#281)
  • Added Python type annotation to classes and functions (#284)