diff --git a/python-ntlm-auth-1.3.0.tar.gz b/python-ntlm-auth-1.3.0.tar.gz deleted file mode 100644 index 6a167f7..0000000 --- a/python-ntlm-auth-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe29f2f38d697b51099328e38e9480c5dd40c85bfed7078be7ca840ff80c41c3 -size 40684 diff --git a/python-ntlm-auth-1.4.0.tar.gz b/python-ntlm-auth-1.4.0.tar.gz new file mode 100644 index 0000000..b3fce84 --- /dev/null +++ b/python-ntlm-auth-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698f5f3382d041d6585764c5f5e44cddd129f9b158c8201566f08c097f370cc1 +size 40745 diff --git a/python-ntlm-auth.changes b/python-ntlm-auth.changes index 76ce810..89e87bc 100644 --- a/python-ntlm-auth.changes +++ b/python-ntlm-auth.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Aug 26 21:10:54 UTC 2019 - Martin Hauke + +- Update to version 1.4.0 + * Added the `session_key` attribute to the `NtlmContext` class + so the session key can be accessed in downstream libraries. + * Run spec-cleaner + ------------------------------------------------------------------- Wed Apr 10 10:15:12 UTC 2019 - Martin Hauke diff --git a/python-ntlm-auth.spec b/python-ntlm-auth.spec index 72c8f94..c86d536 100644 --- a/python-ntlm-auth.spec +++ b/python-ntlm-auth.spec @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ntlm-auth -Version: 1.3.0 +Version: 1.4.0 Release: 0 Summary: NTLM low-level Python library License: MIT Group: Development/Languages/Python -Url: https://github.com/jborean93/ntlm-auth +URL: https://github.com/jborean93/ntlm-auth Source: https://github.com/jborean93/ntlm-auth/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: %{python_module cryptography} BuildRequires: %{python_module pytest} @@ -31,8 +31,8 @@ BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Suggests: python-ordereddict Recommends: python-cryptography +Suggests: python-ordereddict BuildArch: noarch %python_subpackages @@ -54,7 +54,7 @@ header. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} +%pytest %files %{python_files} %license LICENSE