15
0

- update to 1.3.0:

* Fix type annotation problem by setting correct pyspnego min
    version
  * Throw an exception in case of access denied
  * Favour pure NTLM provider and fix SPN
  * Add type annotation and black/isort checks
  * Update CI and version and ignore black diff

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests_ntlm?expand=0&rev=10
This commit is contained in:
2024-06-20 12:40:06 +00:00
committed by Git OBS Bridge
parent 9e536776a0
commit f5242c5b15
4 changed files with 16 additions and 5 deletions
+11
View File
@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jun 20 12:39:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.3.0:
* Fix type annotation problem by setting correct pyspnego min
version
* Throw an exception in case of access denied
* Favour pure NTLM provider and fix SPN
* Add type annotation and black/isort checks
* Update CI and version and ignore black diff
-------------------------------------------------------------------
Tue May 9 13:42:26 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>