diff --git a/python-user_agent.changes b/python-user_agent.changes index 7e94c34..2849f0e 100644 --- a/python-user_agent.changes +++ b/python-user_agent.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 29 12:27:04 UTC 2018 - jengelh@inai.de + +- Update descriptions. + ------------------------------------------------------------------- Thu May 24 18:10:16 UTC 2018 - toddrme2178@gmail.com diff --git a/python-user_agent.spec b/python-user_agent.spec index beced0b..9e67fd4 100644 --- a/python-user_agent.spec +++ b/python-user_agent.spec @@ -15,11 +15,12 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-user_agent Version: 0.1.9 Release: 0 -Summary: User-Agent generator +Summary: User-Agent generator for Python License: MIT Group: Development/Languages/Python Url: https://github.com/lorien/user_agent @@ -30,8 +31,8 @@ BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test requirements -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-flake8} +BuildRequires: %{python_module pytest} # /SECTION Requires: python-six BuildArch: noarch @@ -39,7 +40,7 @@ BuildArch: noarch %python_subpackages %description -This module is for generating random, valid web user agents. +This module generates random, valid web user agents. %prep %setup -q -n user_agent-%{version}