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