commit python-ntlm-auth for openSUSE:Factory

2020-07-16 Thread root
Hello community,

here is the log from the commit of package python-ntlm-auth for 
openSUSE:Factory checked in at 2020-07-16 12:15:24

Comparing /work/SRC/openSUSE:Factory/python-ntlm-auth (Old)
 and  /work/SRC/openSUSE:Factory/.python-ntlm-auth.new.3592 (New)


Package is "python-ntlm-auth"

Thu Jul 16 12:15:24 2020 rev:7 rq:821007 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-ntlm-auth/python-ntlm-auth.changes
2019-08-27 10:27:54.179912117 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ntlm-auth.new.3592/python-ntlm-auth.changes  
2020-07-16 12:16:40.494856867 +0200
@@ -1,0 +2,14 @@
+Wed Jul 15 05:51:54 UTC 2020 - Steve Kowalik 
+
+- Update to 1.5.0:
+  * Added the `mic_present` property to the `NtlmContext` class to determine
+if a MIC has been added to the authentication message.
+  * Added the `sign` and `verify` function to the `NtlmContext` to sign data
+and verify signatures.
+  * Added the `reset_rc4_state` function to the `NtlmContext` to allow a
+caller to reset the incoming and outgoing RC4 cipher.
+  * Added the `NTLMSSP_NEGOTIATE_UNICODE` flag to the negotiate message to
+ensure the challenge and authentication message's text fields can be
+unicode encoded 
+
+---

Old:

  python-ntlm-auth-1.4.0.tar.gz

New:

  python-ntlm-auth-1.5.0.tar.gz



Other differences:
--
++ python-ntlm-auth.spec ++
--- /var/tmp/diff_new_pack.WB84Ot/_old  2020-07-16 12:16:41.718858105 +0200
+++ /var/tmp/diff_new_pack.WB84Ot/_new  2020-07-16 12:16:41.722858108 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ntlm-auth
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,10 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-ntlm-auth
-Version:1.4.0
+Version:1.5.0
 Release:0
 Summary:NTLM low-level Python library
 License:MIT
-Group:  Development/Languages/Python
 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}

++ python-ntlm-auth-1.4.0.tar.gz -> python-ntlm-auth-1.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ntlm-auth-1.4.0/.travis.yml 
new/ntlm-auth-1.5.0/.travis.yml
--- old/ntlm-auth-1.4.0/.travis.yml 2019-08-19 02:51:07.0 +0200
+++ new/ntlm-auth-1.5.0/.travis.yml 2020-06-16 08:07:58.0 +0200
@@ -1,6 +1,6 @@
 language: python
 
-dist: xenial
+dist: bionic
 
 matrix:
   include:
@@ -13,12 +13,14 @@
 dist: trusty
   - python: 3.6
   - python: 3.7
-  - python: 3.8-dev
+  - python: 3.8
 
-  # 3.8 is still an alpha and this is just running to make sure nothing major
+  - python: 3.9-dev
+
+  # 3.9 is still an alpha and this is just running to make sure nothing major
   # breaks but we don't want it to stop the build
   allow_failures:
-  - python: 3.8-dev
+  - python: 3.9-dev
 
 install:
 - pip install --upgrade pip setuptools
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ntlm-auth-1.4.0/CHANGES.md 
new/ntlm-auth-1.5.0/CHANGES.md
--- old/ntlm-auth-1.4.0/CHANGES.md  2019-08-19 02:51:07.0 +0200
+++ new/ntlm-auth-1.5.0/CHANGES.md  2020-06-16 08:07:58.0 +0200
@@ -1,5 +1,12 @@
 # Changes
 
+## 1.5.0 (Jun 16, 2020)
+
+* Added the `mic_present` property to the `NtlmContext` class to determine if 
a MIC has been added to the authentication message.
+* Added the `sign` and `verify` function to the `NtlmContext` to sign data and 
verify signatures.
+* Added the `reset_rc4_state` function to the `NtlmContext` to allow a caller 
to reset the incoming and outgoing RC4 cipher.
+* Added the `NTLMSSP_NEGOTIATE_UNICODE` flag to the negotiate message to 
ensure the challenge and authentication message's text fields can be unicode 
encoded
+
 ## 1.4.0 (Aug 19, 2019)
 
 * Added the `session_key` attribute to the `NtlmContext` class so the session 
key can be accessed in downstream libraries
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ntlm-auth-1.4.0/appveyor.yml 
new/ntlm-auth-1.5.0/appveyor.yml
--- old/ntlm-auth-1.4.0/appveyor.yml2019-08-19 02:51:07.0 +0200
+++ new/ntlm-auth-1.5.0/appveyor.yml2020-06-16 08:07:58.0 +0200
@@ -13,14 +13,14 @@
   # 

commit python-ntlm-auth for openSUSE:Factory

2019-08-27 Thread root
Hello community,

here is the log from the commit of package python-ntlm-auth for 
openSUSE:Factory checked in at 2019-08-27 10:27:49

Comparing /work/SRC/openSUSE:Factory/python-ntlm-auth (Old)
 and  /work/SRC/openSUSE:Factory/.python-ntlm-auth.new.7948 (New)


Package is "python-ntlm-auth"

Tue Aug 27 10:27:49 2019 rev:6 rq:726275 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-ntlm-auth/python-ntlm-auth.changes
2019-04-11 12:17:46.672949888 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ntlm-auth.new.7948/python-ntlm-auth.changes  
2019-08-27 10:27:54.179912117 +0200
@@ -1,0 +2,8 @@
+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
+
+---

Old:

  python-ntlm-auth-1.3.0.tar.gz

New:

  python-ntlm-auth-1.4.0.tar.gz



Other differences:
--
++ python-ntlm-auth.spec ++
--- /var/tmp/diff_new_pack.rpOC0o/_old  2019-08-27 10:27:54.935912060 +0200
+++ /var/tmp/diff_new_pack.rpOC0o/_new  2019-08-27 10:27:54.935912060 +0200
@@ -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 setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Suggests:   python-ordereddict
 Recommends: python-cryptography
+Suggests:   python-ordereddict
 BuildArch:  noarch
 %python_subpackages
 
@@ -54,7 +54,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_version}
+%pytest
 
 %files %{python_files}
 %license LICENSE

++ python-ntlm-auth-1.3.0.tar.gz -> python-ntlm-auth-1.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ntlm-auth-1.3.0/CHANGES.md 
new/ntlm-auth-1.4.0/CHANGES.md
--- old/ntlm-auth-1.3.0/CHANGES.md  2019-04-09 02:00:52.0 +0200
+++ new/ntlm-auth-1.4.0/CHANGES.md  2019-08-19 02:51:07.0 +0200
@@ -1,5 +1,9 @@
 # Changes
 
+## 1.4.0 (Aug 19, 2019)
+
+* Added the `session_key` attribute to the `NtlmContext` class so the session 
key can be accessed in downstream libraries
+
 ## 1.3.0 (Apr 9, 2019)
 
 * Added optional dependency for `cryptography` for faster RC4 cipher calls
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ntlm-auth-1.3.0/ntlm_auth/ntlm.py 
new/ntlm-auth-1.4.0/ntlm_auth/ntlm.py
--- old/ntlm-auth-1.3.0/ntlm_auth/ntlm.py   2019-04-09 02:00:52.0 
+0200
+++ new/ntlm-auth-1.4.0/ntlm_auth/ntlm.py   2019-08-19 02:51:07.0 
+0200
@@ -49,6 +49,7 @@
 self._server_certificate_hash = None  # deprecated for backwards compat
 self.ntlm_compatibility = ntlm_compatibility
 self.complete = False
+self.session_key = None
 
 # Setting up our flags so the challenge message returns the target info
 # block if supported
@@ -91,6 +92,7 @@
 flags = struct.unpack("

commit python-ntlm-auth for openSUSE:Factory

2019-04-11 Thread root
Hello community,

here is the log from the commit of package python-ntlm-auth for 
openSUSE:Factory checked in at 2019-04-11 12:17:42

Comparing /work/SRC/openSUSE:Factory/python-ntlm-auth (Old)
 and  /work/SRC/openSUSE:Factory/.python-ntlm-auth.new.27019 (New)


Package is "python-ntlm-auth"

Thu Apr 11 12:17:42 2019 rev:5 rq:693003 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-ntlm-auth/python-ntlm-auth.changes
2019-01-03 18:07:21.104101779 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ntlm-auth.new.27019/python-ntlm-auth.changes 
2019-04-11 12:17:46.672949888 +0200
@@ -1,0 +2,10 @@
+Wed Apr 10 10:15:12 UTC 2019 - Martin Hauke 
+
+- Update to version 1.3.0
+  * Added optional dependency for cryptography for faster RC4 cipher
+calls.
+  * Removed the deprecation warning for Ntlm, this is still advised
+not to use but there's no major harm keep it in place for older
+hosts.
+
+---

Old:

  python-ntlm-auth-1.2.0.tar.gz

New:

  python-ntlm-auth-1.3.0.tar.gz



Other differences:
--
++ python-ntlm-auth.spec ++
--- /var/tmp/diff_new_pack.ql3DdA/_old  2019-04-11 12:17:47.552950332 +0200
+++ /var/tmp/diff_new_pack.ql3DdA/_new  2019-04-11 12:17:47.556950334 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ntlm-auth
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,27 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-ntlm-auth
-Version:1.2.0
+Version:1.3.0
 Release:0
 Summary:NTLM low-level Python library
 License:MIT
 Group:  Development/Languages/Python
 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}
 BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Suggests:   python-ordereddict
+Recommends: python-cryptography
 BuildArch:  noarch
 %python_subpackages
 

++ python-ntlm-auth-1.2.0.tar.gz -> python-ntlm-auth-1.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ntlm-auth-1.2.0/.travis.yml 
new/ntlm-auth-1.3.0/.travis.yml
--- old/ntlm-auth-1.2.0/.travis.yml 2018-06-07 09:32:00.0 +0200
+++ new/ntlm-auth-1.3.0/.travis.yml 2019-04-09 02:00:52.0 +0200
@@ -1,17 +1,30 @@
 language: python
 
-python:
-- "2.6"
-- "2.7"
-- "3.4"
-- "3.5"
-- "3.6"
+dist: xenial
+
+matrix:
+  include:
+  - python: 2.6
+dist: trusty
+  - python: 2.7
+  - python: 3.4
+dist: trusty
+  - python: 3.5
+dist: trusty
+  - python: 3.6
+  - python: 3.7
+  - python: 3.8-dev
+
+  # 3.8 is still an alpha and this is just running to make sure nothing major
+  # breaks but we don't want it to stop the build
+  allow_failures:
+  - python: 3.8-dev
 
 install:
-- pip install -U pip setuptools
-- pip install .
+- pip install --upgrade pip setuptools
 - pip install -r requirements-test.txt
-- pip install python-coveralls
+- pip install .
+- pip install coveralls
 
 script:
 - py.test -v --pep8 --cov ntlm_auth --cov-report term-missing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ntlm-auth-1.2.0/CHANGES.md 
new/ntlm-auth-1.3.0/CHANGES.md
--- old/ntlm-auth-1.2.0/CHANGES.md  2018-06-07 09:32:00.0 +0200
+++ new/ntlm-auth-1.3.0/CHANGES.md  2019-04-09 02:00:52.0 +0200
@@ -1,5 +1,11 @@
 # Changes
 
+## 1.3.0 (Apr 9, 2019)
+
+* Added optional dependency for `cryptography` for faster RC4 cipher calls
+* Removed the deprecation warning for Ntlm, this is still advised not to use 
but there's no major harm keep it in place for older hosts
+* Add CI test for Python 3.7 and 3.8
+
 ## 1.2.0 (Jun 7, 2018)
 
 * Deprecated ntlm_auth.ntlm.Ntlm in favour of ntlm_auth.ntlm.NtlmContext
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ntlm-auth-1.2.0/appveyor.yml 
new/ntlm-auth-1.3.0/appveyor.yml
--- 

commit python-ntlm-auth for openSUSE:Factory

2019-01-03 Thread root
Hello community,

here is the log from the commit of package python-ntlm-auth for 
openSUSE:Factory checked in at 2019-01-03 18:07:17

Comparing /work/SRC/openSUSE:Factory/python-ntlm-auth (Old)
 and  /work/SRC/openSUSE:Factory/.python-ntlm-auth.new.28833 (New)


Package is "python-ntlm-auth"

Thu Jan  3 18:07:17 2019 rev:4 rq:662307 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-ntlm-auth/python-ntlm-auth.changes
2018-12-24 11:40:26.317502869 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ntlm-auth.new.28833/python-ntlm-auth.changes 
2019-01-03 18:07:21.104101779 +0100
@@ -1,0 +2,10 @@
+Fri Dec 28 15:12:54 UTC 2018 - mar...@gmx.de
+
+- Update to version 1.2.0
+  * Deprecated ntlm_auth.ntlm.Ntlm in favour of
+ntlm_auth.ntlm.NtlmContext
+This is because Ntlm is heavily geared towards HTTP auth which
+is not always the case, `NtlmContext` makes things more generic
+Updated docs and tests to reflect this
+
+---

Old:

  python-ntlm-auth-1.1.0.tar.gz

New:

  python-ntlm-auth-1.2.0.tar.gz



Other differences:
--
++ python-ntlm-auth.spec ++
--- /var/tmp/diff_new_pack.jabN2w/_old  2019-01-03 18:07:21.644101299 +0100
+++ /var/tmp/diff_new_pack.jabN2w/_new  2019-01-03 18:07:21.648101296 +0100
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-ntlm-auth
-Version:1.1.0
+Version:1.2.0
 Release:0
 Summary:NTLM low-level Python library
 License:MIT

++ python-ntlm-auth-1.1.0.tar.gz -> python-ntlm-auth-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ntlm-auth-1.1.0/.travis.yml 
new/ntlm-auth-1.2.0/.travis.yml
--- old/ntlm-auth-1.1.0/.travis.yml 2018-03-06 23:38:38.0 +0100
+++ new/ntlm-auth-1.2.0/.travis.yml 2018-06-07 09:32:00.0 +0200
@@ -3,7 +3,6 @@
 python:
 - "2.6"
 - "2.7"
-- "3.3"
 - "3.4"
 - "3.5"
 - "3.6"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ntlm-auth-1.1.0/CHANGES.md 
new/ntlm-auth-1.2.0/CHANGES.md
--- old/ntlm-auth-1.1.0/CHANGES.md  2018-03-06 23:38:38.0 +0100
+++ new/ntlm-auth-1.2.0/CHANGES.md  2018-06-07 09:32:00.0 +0200
@@ -1,5 +1,12 @@
 # Changes
 
+## 1.2.0 (Jun 7, 2018)
+
+* Deprecated ntlm_auth.ntlm.Ntlm in favour of ntlm_auth.ntlm.NtlmContext
+* This is because `Ntlm` is heavily geared towards HTTP auth which is not 
always the case, `NtlmContext` makes things more generic
+* Updated docs and tests to reflect this
+* Dropped support for Python 3.3
+
 ## 1.1.0 (Mar 7, 2018)
 
 * Removed DES code as the license was found to be incorrect from the source
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ntlm-auth-1.1.0/README.md 
new/ntlm-auth-1.2.0/README.md
--- old/ntlm-auth-1.1.0/README.md   2018-03-06 23:38:38.0 +0100
+++ new/ntlm-auth-1.2.0/README.md   2018-06-07 09:32:00.0 +0200
@@ -2,11 +2,6 @@
 =
 [![Build 
Status](https://travis-ci.org/jborean93/ntlm-auth.svg?branch=master)](https://travis-ci.org/jborean93/ntlm-auth)[![Build
 
status](https://ci.appveyor.com/api/projects/status/osvvfgmhfk4anvu0/branch/master?svg=true)](https://ci.appveyor.com/project/jborean93/ntlm-auth/branch/master)[![Coverage
 
Status](https://coveralls.io/repos/github/jborean93/ntlm-auth/badge.svg?branch=master)](https://coveralls.io/github/jborean93/ntlm-auth?branch=master)
 
-This was originally a fork of
-[python-ntlm3](https://github.com/trustrachel/python-ntlm3) but has changed
-substantially since to support newer features like NTLMv2 and encryption
-that was not present before.
-
 About this library
 --
 
@@ -56,11 +51,11 @@
 Extended Session Security is a security feature designed to increase the 
security of LM and NTLMv1 auth. It is no substitution for NTLMv2 but is better 
than nothing and should be used if possible when you need NTLMv1 compatibility.
 
 The variables required are outlined below;
-* `user_name` - The username to authenticate with, should not have the domain 
prefix, i.e. USER not DOMAIN\\USER
+* `username` - The username to authenticate with, should not have the domain 
prefix, i.e. USER not DOMAIN\\USER
 * `password` - The password of the user to authenticate with
-* `domain_name` - The domain of the user, i.e. DOMAIN. 

commit python-ntlm-auth for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-ntlm-auth for 
openSUSE:Factory checked in at 2018-12-24 11:40:26

Comparing /work/SRC/openSUSE:Factory/python-ntlm-auth (Old)
 and  /work/SRC/openSUSE:Factory/.python-ntlm-auth.new.28833 (New)


Package is "python-ntlm-auth"

Mon Dec 24 11:40:26 2018 rev:3 rq:659518 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-ntlm-auth/python-ntlm-auth.changes
2018-05-04 11:29:56.130806923 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ntlm-auth.new.28833/python-ntlm-auth.changes 
2018-12-24 11:40:26.317502869 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:50:55 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-ntlm-auth.spec ++
--- /var/tmp/diff_new_pack.GwRFrb/_old  2018-12-24 11:40:26.677502549 +0100
+++ /var/tmp/diff_new_pack.GwRFrb/_new  2018-12-24 11:40:26.677502549 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -25,7 +25,6 @@
 Group:  Development/Languages/Python
 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 devel}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module setuptools}




commit python-ntlm-auth for openSUSE:Factory

2018-05-04 Thread root
Hello community,

here is the log from the commit of package python-ntlm-auth for 
openSUSE:Factory checked in at 2018-05-04 11:29:37

Comparing /work/SRC/openSUSE:Factory/python-ntlm-auth (Old)
 and  /work/SRC/openSUSE:Factory/.python-ntlm-auth.new (New)


Package is "python-ntlm-auth"

Fri May  4 11:29:37 2018 rev:2 rq:603180 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-ntlm-auth/python-ntlm-auth.changes
2018-04-13 12:36:05.565258449 +0200
+++ /work/SRC/openSUSE:Factory/.python-ntlm-auth.new/python-ntlm-auth.changes   
2018-05-04 11:29:56.130806923 +0200
@@ -1,0 +2,5 @@
+Tue Apr 10 23:04:02 UTC 2018 - jeng...@inai.de
+
+- Remove future goals from description — stick to the present.
+
+---



Other differences:
--
++ python-ntlm-auth.spec ++
--- /var/tmp/diff_new_pack.NOnJJc/_old  2018-05-04 11:29:56.698786084 +0200
+++ /var/tmp/diff_new_pack.NOnJJc/_new  2018-05-04 11:29:56.702785937 +0200
@@ -13,23 +13,24 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-ntlm-auth
 Version:1.1.0
 Release:0
-License:MIT
 Summary:NTLM low-level Python library
-Url:https://github.com/jborean93/ntlm-auth
+License:MIT
 Group:  Development/Languages/Python
+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-rpm-macros
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module requests}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Suggests:   python-ordereddict
 BuildArch:  noarch
 %python_subpackages
@@ -41,11 +42,6 @@
 produce a base64 encoded value that can be attached to the HTTP
 header.
 
-The goal of this library is to offer full NTLM support including
-signing and sealing of messages as well as supporting MIC for message
-integrity and the ability to customise and set limits on the messages
-sent.
-
 %prep
 %setup -q -n ntlm-auth-%{version}