Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sphinxcontrib-httpdomain for openSUSE:Factory checked in at 2021-12-16 21:19:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-httpdomain (Old) and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-httpdomain.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-httpdomain" Thu Dec 16 21:19:42 2021 rev:25 rq:940871 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sphinxcontrib-httpdomain/python-sphinxcontrib-httpdomain.changes 2021-10-16 22:48:23.460729878 +0200 +++ /work/SRC/openSUSE:Factory/.python-sphinxcontrib-httpdomain.new.2520/python-sphinxcontrib-httpdomain.changes 2021-12-16 21:20:56.922558601 +0100 @@ -1,0 +2,6 @@ +Tue Dec 14 12:51:54 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Tornado5 (and Flask) are optional. Tornado5 is not available for + python310 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sphinxcontrib-httpdomain.spec ++++++ --- /var/tmp/diff_new_pack.POtyRi/_old 2021-12-16 21:20:57.442558797 +0100 +++ /var/tmp/diff_new_pack.POtyRi/_new 2021-12-16 21:20:57.454558803 +0100 @@ -16,8 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%global skip_python2 1 +%{?!python_module:%define python_module() python3-%{**}} +%define skip_python2 1 Name: python-sphinxcontrib-httpdomain Version: 1.8.0 Release: 0 @@ -31,12 +31,12 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} -BuildRequires: %{python_module tornado5} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: %{python_module tornado5 if (%python-base without python310-base)} Requires: python-Sphinx >= 1.5 Requires: python-six -Requires: python-tornado5 +Recommends: python-tornado5 BuildArch: noarch %python_subpackages @@ -46,7 +46,7 @@ You can find the documentation from the following URL: -http://packages.python.org/sphinxcontrib-httpdomain/ +https://sphinxcontrib-httpdomain.readthedocs.io/en/stable/ %prep %autosetup -p1 -n httpdomain-%{version}