17
0

Accepting request 733682 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/733682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-client?expand=0&rev=2
This commit is contained in:
2019-09-30 13:58:27 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 17 11:16:11 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use upstream description.
-------------------------------------------------------------------
Tue Sep 10 11:58:58 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -40,6 +40,7 @@ Recommends: git-core
Recommends: python-Sphinx
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module check-manifest >= 0.28}
BuildRequires: %{python_module devpi-common >= 3.4.0}
BuildRequires: %{python_module devpi-server}
@@ -47,7 +48,6 @@ BuildRequires: %{python_module pkginfo >= 1.4.2}
BuildRequires: %{python_module pluggy >= 0.6.0}
BuildRequires: %{python_module py >= 1.4.31}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module tox >= 3.1.0}
BuildRequires: %{python_module wheel}
BuildRequires: git-core
@@ -55,7 +55,9 @@ BuildRequires: git-core
%python_subpackages
%description
devpi upload/install/... workflow commands for Python developers.
devpi-client is a command line tool with sub commands for creating users, using
indexes, uploading to and installing from indexes, as well as a "test" command
for invoking tox.
%prep
%setup -q -n devpi-client-%{version}