Changelog for
python310-requests-gssapi-1.3.0-9.7.noarch.rpm :
* Tue Mar 19 2024 Dirk Müller
- 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 2022 Matej Cepl - 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 03 2020 Marketa Calabkova - update to 1.2.1
* Include tests in sdist tarball
* Don\'t limit contexts to a single server name
* Mon Mar 30 2020 pgajdosAATTsuse.com- test package- added sources + test_requests_gssapi.py
* Mon Mar 09 2020 John Vandenberg - Initial spec for v1.2.0