From 3530144d70fd72365d995254022f0de20282c5eb259991e9ddf3457c7954e236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 17 Sep 2019 13:01:50 +0000 Subject: [PATCH] Accepting request 731504 from home:jengelh:branches:devel:languages:python - Use upstream description. OBS-URL: https://build.opensuse.org/request/show/731504 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=2 --- python-devpi-client.changes | 5 +++++ python-devpi-client.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-devpi-client.changes b/python-devpi-client.changes index 52dfd56..74eb2e6 100644 --- a/python-devpi-client.changes +++ b/python-devpi-client.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 17 11:16:11 UTC 2019 - Jan Engelhardt + +- Use upstream description. + ------------------------------------------------------------------- Tue Sep 10 11:58:58 UTC 2019 - John Vandenberg diff --git a/python-devpi-client.spec b/python-devpi-client.spec index e7e81f8..bbd8c25 100644 --- a/python-devpi-client.spec +++ b/python-devpi-client.spec @@ -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}