14
0

Accepting request 626388 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/626388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-user_agent?expand=0&rev=2
This commit is contained in:
2018-07-31 14:01:16 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 3 deletions

View File

@@ -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 Thu May 24 18:10:16 UTC 2018 - toddrme2178@gmail.com

View File

@@ -15,11 +15,12 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-user_agent Name: python-user_agent
Version: 0.1.9 Version: 0.1.9
Release: 0 Release: 0
Summary: User-Agent generator Summary: User-Agent generator for Python
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://github.com/lorien/user_agent Url: https://github.com/lorien/user_agent
@@ -30,8 +31,8 @@ BuildRequires: %{python_module six}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-flake8} BuildRequires: %{python_module pytest-flake8}
BuildRequires: %{python_module pytest}
# /SECTION # /SECTION
Requires: python-six Requires: python-six
BuildArch: noarch BuildArch: noarch
@@ -39,7 +40,7 @@ BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
This module is for generating random, valid web user agents. This module generates random, valid web user agents.
%prep %prep
%setup -q -n user_agent-%{version} %setup -q -n user_agent-%{version}