Hello community,

here is the log from the commit of package python-sphinxcontrib-httpdomain for 
openSUSE:Factory checked in at 2019-04-30 12:59:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-httpdomain (Old)
 and      /work/SRC/openSUSE:Factory/.python-sphinxcontrib-httpdomain.new.5536 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sphinxcontrib-httpdomain"

Tue Apr 30 12:59:29 2019 rev:14 rq:697381 version:1.7.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-httpdomain/python-sphinxcontrib-httpdomain.changes
  2019-01-03 18:06:19.760156289 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-httpdomain.new.5536/python-sphinxcontrib-httpdomain.changes
        2019-04-30 12:59:36.150181889 +0200
@@ -1,0 +2,15 @@
+Tue Apr 23 14:52:51 UTC 2019 - Marketa Calabkova <mcalabk...@suse.com>
+
+- update to version 1.7.0
+  * Implemented :autoquickref: option that use available 
+    informations to build a quickref.
+  * Remove references to the sphinx.util.compat module which was 
+    deprecated in Sphinx 1.6 and removed in 1.7.
+  * Made :mod:`sphinxcontrib.autohttp.tornado` compatible with 
+    Tornado 4.5 and newer.
+  * Minimum compatible version of Sphinx became changed to 1.5.
+  * Use HTTPS for :rfc: generated links.
+- Dropped obsolete patch newer-sphinx.patch
+- Take upstream release tarball because of tests
+
+-------------------------------------------------------------------

Old:
----
  newer-sphinx.patch
  sphinxcontrib-httpdomain-1.5.0.tar.gz

New:
----
  1.7.0.tar.gz

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

Other differences:
------------------
++++++ python-sphinxcontrib-httpdomain.spec ++++++
--- /var/tmp/diff_new_pack.NfUfV1/_old  2019-04-30 12:59:37.550182781 +0200
+++ /var/tmp/diff_new_pack.NfUfV1/_new  2019-04-30 12:59:37.550182781 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sphinxcontrib-httpdomain
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,26 +17,30 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_with     test
+%bcond_without test
 Name:           python-sphinxcontrib-httpdomain
-Version:        1.5.0
+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
-Source:         
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM newer-sphinx.patch -- 
https://bitbucket.org/birkenfeld/sphinx-contrib/pull-requests/152/fix-182-by-moving-around-initialization/diff
-Patch1:         newer-sphinx.patch
+Source:         
https://github.com/sphinx-contrib/httpdomain/archive/%{version}.tar.gz
 BuildRequires:  %{python_module Sphinx}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-Sphinx
+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
 
@@ -49,8 +53,7 @@
 http://packages.python.org/sphinxcontrib-httpdomain/
 
 %prep
-%setup -q -n sphinxcontrib-httpdomain-%{version}
-%patch1 -p1
+%setup -q -n httpdomain-%{version}
 
 %build
 %python_build
@@ -59,6 +62,12 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%if %{with test}
+%check
+PYTHONPATH=. 
+%python_exec -m pytest test
+%endif
+
 %files %{python_files}
 %license LICENSE
 %doc README.rst

++++++ sphinxcontrib-httpdomain-1.5.0.tar.gz -> 1.7.0.tar.gz ++++++
++++ 3710 lines of diff (skipped)


Reply via email to