15
0
forked from pool/python-gssapi

- Update to 1.7.3

- 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
This commit is contained in:
2022-02-22 22:08:18 +00:00
committed by Git OBS Bridge
parent 2901daed3e
commit 6835902162
4 changed files with 28 additions and 7 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Feb 22 21:53:06 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 1.7.3
- 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
-------------------------------------------------------------------
Mon Feb 1 12:46:00 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>