Sync from SUSE:SLFO:1.1 python-requests-gssapi revision f51d9c098e39074e28789e2950c668d0

This commit is contained in:
2025-04-16 02:13:30 +02:00
parent e53d34faf6
commit f7bbbee2bb
4 changed files with 8 additions and 22 deletions

View File

@@ -1,14 +1,3 @@
-------------------------------------------------------------------
Tue Mar 19 13:06:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.3.0:
* Drop flag for out of sequence detection
* Use SPNEGO mechanism by default
* Fix ``SanitizedResponse.content`` to be ``bytes`` which
reflects the base type
* Migrated project to a ``src`` layout setup and a ``PEP 621``
compliant build, this should have no impact on end users
-------------------------------------------------------------------
Tue Feb 22 21:45:48 UTC 2022 - Matej Cepl <mcepl@suse.com>