Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sphinxcontrib-serializinghtml for openSUSE:Factory checked in at 2023-09-04 22:52:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-serializinghtml (Old) and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-serializinghtml.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-serializinghtml" Mon Sep 4 22:52:27 2023 rev:5 rq:1108090 version:1.1.9 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sphinxcontrib-serializinghtml/python-sphinxcontrib-serializinghtml.changes 2023-04-22 21:59:11.696762495 +0200 +++ /work/SRC/openSUSE:Factory/.python-sphinxcontrib-serializinghtml.new.1766/python-sphinxcontrib-serializinghtml.changes 2023-09-04 22:52:32.957576790 +0200 @@ -1,0 +2,16 @@ +Tue Aug 29 19:11:22 UTC 2023 - Matej Cepl <mc...@suse.com> + +- Clean up the SPEC file + +------------------------------------------------------------------- +Mon Aug 28 11:50:32 UTC 2023 - Markéta Machová <mmach...@suse.com> + +- Update to 1.0.9 + * Drop support for Python 3.5, 3.6, 3.7, and 3.8 + * Raise minimum required Sphinx version to 5.0 + * Fix tests for Sphinx 7.1 and below + * Use ``os.PathLike`` over ``pathlib.Path`` + * Serialise context["script_files"] and context["css_files"] as their filenames + on Sphinx 7.2.0. + +------------------------------------------------------------------- Old: ---- sphinxcontrib-serializinghtml-1.1.5.tar.gz New: ---- sphinxcontrib_serializinghtml-1.1.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sphinxcontrib-serializinghtml.spec ++++++ --- /var/tmp/diff_new_pack.STAqK3/_old 2023-09-04 22:52:34.113617654 +0200 +++ /var/tmp/diff_new_pack.STAqK3/_new 2023-09-04 22:52:34.121617937 +0200 @@ -25,23 +25,24 @@ %define psuffix %{nil} %bcond_with test %endif -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-sphinxcontrib-serializinghtml%{psuffix} -Version: 1.1.5 +Version: 1.1.9 Release: 0 Summary: Sphinx extension which outputs serialized HTML files License: BSD-2-Clause Group: Development/Languages/Python URL: https://github.com/sphinx-doc/sphinxcontrib-serializinghtml -Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-%{version}.tar.gz -BuildRequires: %{python_module setuptools} +Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-serializinghtml/sphinxcontrib_serializinghtml-%{version}.tar.gz +BuildRequires: %{python_module flit-core} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-Sphinx +Requires: python-Sphinx >= 5.0 BuildArch: noarch %if %{with test} -BuildRequires: %{python_module Sphinx} +BuildRequires: %{python_module Sphinx >= 5.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module sphinxcontrib-serializinghtml >= %{version}} %endif @@ -52,14 +53,14 @@ "serialized" HTML files (json and pickle). %prep -%setup -q -n sphinxcontrib-serializinghtml-%{version} +%setup -q -n sphinxcontrib_serializinghtml-%{version} %build -%python_build +%pyproject_wheel %install %if !%{with test} -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %endif @@ -72,7 +73,9 @@ %files %{python_files} %doc README.rst CHANGES %license LICENSE -%{python_sitelib}/* +%dir %{python_sitelib}/sphinxcontrib +%{python_sitelib}/sphinxcontrib/serializinghtml +%{python_sitelib}/sphinxcontrib_serializinghtml-%{version}*-info %endif %changelog