From 5d99970d09480b9b3e7c1e208094fc5c2e87e24bb8a7c6c73660eedc27b83512 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Wed, 19 Dec 2018 07:18:32 +0000 Subject: [PATCH] Accepting request 659787 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. Trim filler wording from description. OBS-URL: https://build.opensuse.org/request/show/659787 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests_ntlm?expand=0&rev=4 --- python-requests_ntlm.changes | 5 +++++ python-requests_ntlm.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-requests_ntlm.changes b/python-requests_ntlm.changes index b1710f1..c18b369 100644 --- a/python-requests_ntlm.changes +++ b/python-requests_ntlm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 18 23:42:59 UTC 2018 - Jan Engelhardt + +- Use noun phrase in summary. Trim filler wording from description. + ------------------------------------------------------------------- Tue Dec 4 12:53:48 UTC 2018 - Matej Cepl diff --git a/python-requests_ntlm.spec b/python-requests_ntlm.spec index 6c9b1de..25ec7f6 100644 --- a/python-requests_ntlm.spec +++ b/python-requests_ntlm.spec @@ -20,7 +20,7 @@ Name: python-requests_ntlm Version: 1.1.0 Release: 0 -Summary: Adds support for NTLM authentication to the requests library +Summary: NTLM authentication for the python-requests library License: ISC Group: Development/Languages/Python Url: https://github.com/requests/requests-ntlm @@ -41,9 +41,9 @@ BuildArch: noarch %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}