41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- 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>
|
|
|
|
- update to 1.2.1
|
|
* Include tests in sdist tarball
|
|
* Don't limit contexts to a single server name
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 30 15:20:56 UTC 2020 - pgajdos@suse.com
|
|
|
|
- test package
|
|
- added sources
|
|
+ test_requests_gssapi.py
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 9 11:18:19 AM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v1.2.0
|