- Fix up sha512sum file generation in the GitHub release asset
- Added Python type annotation to classes and functions
- Update to 1.7.2:
- Fix distutil deprecation on Python 3.10 by using setuptools
instead
- Update to 1.7.0:
- Add Kerberos specific GSS-API Extensions
- Tidy up docs and turn warnings into errors
- Update to 1.6.14:
- Enable specification of krb5-config via environment variable
- Support for GSS_C_CHANNEL_BOUND_FLAG
- Support for docs build with sphinx 4
- Fix undefined variable in get_all_statuses()
- Add support for str objects in the cred store dict
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=18
- Update to 1.6.12:
* Fix GSSAPI detection for macOS Big Sur (#235, #236)
* Clarify how to disable detection (#234)
- Update to 1.6.11:
* 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)
- Update to 1.6.10:
* 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)
- Update to 1.6.9:
* Raise exception on unknown usage (#202, #203)
* Update tutorial to make server_name equal FQDN (#209)
* Handle missing locale.LC_MESSAGES on Windows (#211)
- Update to 1.6.5:
* There were no releases between 1.6.5 and 1.6.9 due to release
pipeline issues with Github Actions.
* Fix python_requires so that python-3.5 users hopefully
don't get a version they can't use (#199, #198)
- Update to 1.6.4:
* There was no v1.6.3 due to an incompatible sphinx extension
change.
* Fix missing substitution in inquire_property (#195, #196)
* Fix DLL handling on Windows with workarounds (#193, #194, #197)
OBS-URL: https://build.opensuse.org/request/show/868360
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=16