Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sphinx_press_theme for openSUSE:Factory checked in at 2024-05-03 19:45:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sphinx_press_theme (Old) and /work/SRC/openSUSE:Factory/.python-sphinx_press_theme.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinx_press_theme" Fri May 3 19:45:39 2024 rev:3 rq:1171476 version:0.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sphinx_press_theme/python-sphinx_press_theme.changes 2022-10-08 01:26:33.662413512 +0200 +++ /work/SRC/openSUSE:Factory/.python-sphinx_press_theme.new.1880/python-sphinx_press_theme.changes 2024-05-03 19:46:01.940085311 +0200 @@ -1,0 +2,11 @@ +Thu May 2 22:41:54 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 0.9.1: + * Add dark mode feature from Mister-Hope's vuepress PR + * Fix Sphinx 7 compatibility + * Add Sphinx 7 compatibility + * Update UI +- use license from tarball +- use PEP517 build + +------------------------------------------------------------------- Old: ---- LICENSE sphinx_press_theme-0.8.0.tar.gz New: ---- sphinx_press_theme-0.9.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sphinx_press_theme.spec ++++++ --- /var/tmp/diff_new_pack.fdlnVC/_old 2024-05-03 19:46:02.416102617 +0200 +++ /var/tmp/diff_new_pack.fdlnVC/_new 2024-05-03 19:46:02.416102617 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-sphinx_press_theme # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2021 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -19,15 +19,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sphinx_press_theme -Version: 0.8.0 +Version: 0.9.1 Release: 0 Summary: A Sphinx-doc theme based on Vuepress License: MIT URL: https://schettino72.github.io/sphinx_press_site/ Source: https://files.pythonhosted.org/packages/source/s/sphinx_press_theme/sphinx_press_theme-%{version}.tar.gz -Source100: LICENSE BuildRequires: %{python_module Sphinx >= 4.0.0} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros Requires: python-Sphinx >= 4.0.0 BuildArch: noarch @@ -40,16 +41,16 @@ %prep %setup -q -n sphinx_press_theme-%{version} -cp %{SOURCE100} . %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %files %{python_files} %license LICENSE %doc README.md -%{python_sitelib}/* +%{python_sitelib}/sphinx_press_theme +%{python_sitelib}/sphinx_press_theme-%{version}.dist-info ++++++ sphinx_press_theme-0.8.0.tar.gz -> sphinx_press_theme-0.9.1.tar.gz ++++++ ++++ 7964 lines of diff (skipped)