14
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-gssapi?expand=0&rev=7
This commit is contained in:
2024-03-19 13:07:11 +00:00
committed by Git OBS Bridge
parent 1f11fd8ef3
commit 1e91e07719
4 changed files with 22 additions and 8 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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>