14
0

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
This commit is contained in:
Tomáš Chvátal
2018-07-30 07:35:13 +00:00
committed by Git OBS Bridge
parent e767a427db
commit e771fa3be8
2 changed files with 9 additions and 3 deletions

View File

@@ -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}