diff --git a/python-requests_ntlm.spec b/python-requests_ntlm.spec index a3125ec45a800ba1472e225cabe235e62d7f27e9..5581a5abae28baf0228cf9e94446f6988d37bd23 100644 --- a/python-requests_ntlm.spec +++ b/python-requests_ntlm.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-requests_ntlm -Version: 1.2.0 +Version: 1.3.0 Release: 1 Summary: This package allows for HTTP NTLM authentication using the requests library. License: ISC URL: https://github.com/requests/requests-ntlm -Source0: https://files.pythonhosted.org/packages/7a/ad/486a6ca1879cf1bb181e3e4af4d816d23ec538a220ef75ca925ccb7dd31d/requests_ntlm-1.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/15/74/5d4e1815107e9d78c44c3ad04740b00efd1189e5a9ec11e5275b60864e54/requests_ntlm-1.3.0.tar.gz BuildArch: noarch %description @@ -72,6 +72,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jul 30 2024 dongqi - 1.3.0-1 +- Update package to version 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 + * Wed Mar 22 2023 wangjunqi - 1.2.0-1 - Update package to version 1.2.0 diff --git a/requests_ntlm-1.2.0.tar.gz b/requests_ntlm-1.2.0.tar.gz deleted file mode 100644 index 2a41e721c66e8d111188db0406a8a58a184b156d..0000000000000000000000000000000000000000 Binary files a/requests_ntlm-1.2.0.tar.gz and /dev/null differ diff --git a/requests_ntlm-1.3.0.tar.gz b/requests_ntlm-1.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..315a7a291c5174b3b7aa324f6aba77b27ea8cc0e Binary files /dev/null and b/requests_ntlm-1.3.0.tar.gz differ