diff --git a/python-happybase.changes b/python-happybase.changes index b6e5bd1..26c38db 100644 --- a/python-happybase.changes +++ b/python-happybase.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 27 20:26:08 UTC 2017 - jengelh@inai.de + +- Ensure neutrality of descriptions. + ------------------------------------------------------------------- Fri Aug 25 10:09:26 UTC 2017 - tbechtold@suse.com diff --git a/python-happybase.spec b/python-happybase.spec index 572539a..15248e4 100644 --- a/python-happybase.spec +++ b/python-happybase.spec @@ -20,7 +20,7 @@ Name: python-happybase Version: 1.1.0 Release: 0 -Summary: A developer-friendly Python library to interact with Apache HBase +Summary: A Python library to interact with Apache HBase License: MIT Group: Development/Languages/Python Url: https://github.com/wbolster/happybase @@ -38,7 +38,7 @@ BuildArch: noarch %python_subpackages %description -HappyBase is a developer-friendly Python library to interact with Apache HBase. +HappyBase is a Python library to interact with Apache HBase. %package -n python-happybase-doc Summary: Documentation for %{name} @@ -46,7 +46,7 @@ Group: Documentation/Other Provides: %{python_module happybase-doc = %{version}} %description -n python-happybase-doc -HappyBase is a developer-friendly Python library to interact with Apache HBase. +HappyBase is a Python library to interact with Apache HBase. This package contains the documentation.