From e771fa3be813c092ffab63b1a4f53fc8f05049407f5567d77819186b5b5ef99a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 30 Jul 2018 07:35:13 +0000 Subject: [PATCH] Accepting request 626088 from home:jengelh:branches:devel:languages:python - Update descriptions. OBS-URL: https://build.opensuse.org/request/show/626088 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-user_agent?expand=0&rev=5 --- python-user_agent.changes | 5 +++++ python-user_agent.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) 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}