From 7871c12f9cd22d88c98f5cf9af282a5925c557bd22c6e0cc27b22a1490c789b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 29 Mar 2019 09:21:19 +0000 Subject: [PATCH] Accepting request 689486 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/689486 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=78 --- python-keyring.changes | 5 +++++ python-keyring.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-keyring.changes b/python-keyring.changes index 7057d94..ff3ff84 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 28 21:08:23 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Thu Mar 28 15:05:12 UTC 2019 - Tomáš Chvátal diff --git a/python-keyring.spec b/python-keyring.spec index e4f8afb..dea7db8 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -20,7 +20,7 @@ Name: python-keyring Version: 18.0.1 Release: 0 -Summary: Store and access your passwords safely +Summary: System keyring service access from Python License: Python-2.0 AND MIT Group: Development/Languages/Python URL: https://github.com/jaraco/keyring @@ -40,7 +40,7 @@ BuildArch: noarch %python_subpackages %description -The Python keyring lib provides a easy way to access the system keyring service +The Python keyring lib provides a way to access the system keyring service from python. It can be used in any application that needs safe password storage. %prep