Hello community,
here is the log from the commit of package python-requests_ntlm for
openSUSE:Factory checked in at 2018-12-24 11:46:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requests_ntlm (Old)
and /work/SRC/openSUSE:Factory/.python-requests_ntlm.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requests_ntlm"
Mon Dec 24 11:46:32 2018 rev:2 rq:659941 version:1.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-requests_ntlm/python-requests_ntlm.changes
2018-04-13 12:36:13.908956607 +0200
+++
/work/SRC/openSUSE:Factory/.python-requests_ntlm.new.28833/python-requests_ntlm.changes
2018-12-24 11:46:33.169178036 +0100
@@ -1,0 +2,10 @@
+Tue Dec 18 23:42:59 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary. Trim filler wording from description.
+
+-------------------------------------------------------------------
+Tue Dec 4 12:53:48 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-requests_ntlm.spec ++++++
--- /var/tmp/diff_new_pack.rFOql2/_old 2018-12-24 11:46:33.593177664 +0100
+++ /var/tmp/diff_new_pack.rFOql2/_new 2018-12-24 11:46:33.597177660 +0100
@@ -12,27 +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-requests_ntlm
Version: 1.1.0
Release: 0
+Summary: NTLM authentication for the python-requests library
License: ISC
-Summary: Adds support for NTLM authentication to the requests library
-Url: https://github.com/requests/requests-ntlm
Group: Development/Languages/Python
+Url: https://github.com/requests/requests-ntlm
Source:
https://github.com/requests/requests-ntlm/archive/v%{version}.tar.gz#/requests-ntlm-%{version}.tar.gz
-BuildRequires: python-rpm-macros
-BuildRequires: %{python_module devel}
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module Flask}
BuildRequires: %{python_module cryptography >= 1.3}
BuildRequires: %{python_module ntlm-auth >= 1.0.2}
-BuildRequires: %{python_module requests >= 2.0.0}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module Flask}
+BuildRequires: %{python_module requests >= 2.0.0}
+BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
Requires: python-cryptography >= 1.3
Requires: python-ntlm-auth >= 1.0.2
Requires: python-requests >= 2.0.0
@@ -41,9 +41,9 @@
%description
This package allows for HTTP NTLM authentication using
-python-requests, the HTTP library for humans. HttpNtlmAuth extends
-requests' AuthBase, so it can be dropped directly in place, or used
-in conjunction with a Session to make use of connection pooling.
+python-requests. HttpNtlmAuth extends requests' AuthBase, so it can
+be dropped directly in place, or used in conjunction with a Session
+to make use of connection pooling.
%prep
%setup -q -n requests-ntlm-%{version}