14
0

- Update to 1.2.3:

- Drop python2 compat glue
  - Drop external mock dependency
  - Use USER_NAME instead of HOSTBASED_SERVICE for user
    principals
  - Remove unused imports in example code
  - Fix typo in explicit mech example

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-gssapi?expand=0&rev=5
This commit is contained in:
2022-03-03 08:04:27 +00:00
committed by Git OBS Bridge
parent 780d6eb225
commit 1f11fd8ef3
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 22 21:45:48 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 1.2.3:
- Drop python2 compat glue
- Drop external mock dependency
- Use USER_NAME instead of HOSTBASED_SERVICE for user
principals
- Remove unused imports in example code
- Fix typo in explicit mech example
-------------------------------------------------------------------
Mon Aug 3 10:24:08 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>