Hello community,

here is the log from the commit of package python-sphinxcontrib-httpdomain for 
openSUSE:Factory checked in at 2019-07-03 15:15:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-httpdomain (Old)
 and      /work/SRC/openSUSE:Factory/.python-sphinxcontrib-httpdomain.new.4615 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sphinxcontrib-httpdomain"

Wed Jul  3 15:15:20 2019 rev:15 rq:713191 version:1.7.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-httpdomain/python-sphinxcontrib-httpdomain.changes
  2019-04-30 12:59:36.150181889 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-httpdomain.new.4615/python-sphinxcontrib-httpdomain.changes
        2019-07-03 15:15:21.303007290 +0200
@@ -1,0 +2,5 @@
+Wed Jul  3 09:18:17 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Sort out a bit to pass the tests again
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-sphinxcontrib-httpdomain.spec ++++++
--- /var/tmp/diff_new_pack.AAoJ8u/_old  2019-07-03 15:15:22.271009260 +0200
+++ /var/tmp/diff_new_pack.AAoJ8u/_new  2019-07-03 15:15:22.275009268 +0200
@@ -17,31 +17,28 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 Name:           python-sphinxcontrib-httpdomain
 Version:        1.7.0
 Release:        0
 Summary:        Sphinx domain for HTTP APIs
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
-URL:            http://bitbucket.org/birkenfeld/sphinx-contrib
+URL:            https://github.com/sphinx-contrib/httpdomain
 Source:         
https://github.com/sphinx-contrib/httpdomain/archive/%{version}.tar.gz
+BuildRequires:  %{python_module Flask >= 0.11}
+BuildRequires:  %{python_module Sphinx >= 1.5}
 BuildRequires:  %{python_module Sphinx}
+BuildRequires:  %{python_module bottle >= 0.11.0}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
+BuildRequires:  %{python_module tornado >= 4.5}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-Sphinx >= 1.5
 Requires:       python-six
 Requires:       python-tornado >= 4.5
 BuildArch:      noarch
-%if %{with test}
-BuildRequires:  %{python_module Flask >= 0.11}
-BuildRequires:  %{python_module Sphinx >= 1.5}
-BuildRequires:  %{python_module bottle >= 0.11.0}
-BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module six}
-BuildRequires:  %{python_module tornado >= 4.5}
-%endif
 %python_subpackages
 
 %description
@@ -62,11 +59,8 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
-PYTHONPATH=. 
-%python_exec -m pytest test
-%endif
+%pytest test
 
 %files %{python_files}
 %license LICENSE


Reply via email to