Accepting request 726251 from home:mnhauke
- 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
OBS-URL: https://build.opensuse.org/request/show/726251
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ntlm-auth?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
58294d8d16
commit
b16a2df697
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe29f2f38d697b51099328e38e9480c5dd40c85bfed7078be7ca840ff80c41c3
|
||||
size 40684
|
||||
3
python-ntlm-auth-1.4.0.tar.gz
Normal file
3
python-ntlm-auth-1.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:698f5f3382d041d6585764c5f5e44cddd129f9b158c8201566f08c097f370cc1
|
||||
size 40745
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 21:10:54 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- 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 <mardnh@gmx.de>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user