Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sphinx-theme-builder for
openSUSE:Factory checked in at 2026-04-01 19:52:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinx-theme-builder (Old)
and /work/SRC/openSUSE:Factory/.python-sphinx-theme-builder.new.21863
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinx-theme-builder"
Wed Apr 1 19:52:24 2026 rev:6 rq:1343987 version:0.3.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinx-theme-builder/python-sphinx-theme-builder.changes
2025-11-19 15:04:17.782414763 +0100
+++
/work/SRC/openSUSE:Factory/.python-sphinx-theme-builder.new.21863/python-sphinx-theme-builder.changes
2026-04-01 19:54:03.165664158 +0200
@@ -1,0 +2,17 @@
+Tue Mar 31 20:05:34 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.3.2:
+ * Fix bug in license file handling for PEP 639, related to
+ transforming legacy
+ * `license = { file = "..." }` metadata into `license-files`
+ automatically.
+ * Drop support for Python 3.9 and below.
+ * Update classifiers to reflect support for Python 3.10-3.14.
+ * Move to non-beta versioning!
+ * Support newer `pyproject.toml` metadata for import names and
+ licenses.
+ * Migrate to diagnostic for errors.
+ * Add `--re-ignore` to `stb serve`.
+- Remove support-python314.patch, support-click-8.2.patch (upstream)
+
+-------------------------------------------------------------------
Old:
----
python-sphinx-theme-builder-0.2.0b2.tar.gz
support-click-8.2.patch
support-python314.patch
New:
----
python-sphinx-theme-builder-0.3.2.tar.gz
----------(Old B)----------
Old: * Add `--re-ignore` to `stb serve`.
- Remove support-python314.patch, support-click-8.2.patch (upstream)
Old: * Add `--re-ignore` to `stb serve`.
- Remove support-python314.patch, support-click-8.2.patch (upstream)
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinx-theme-builder.spec ++++++
--- /var/tmp/diff_new_pack.IL2Cjr/_old 2026-04-01 19:54:04.041700545 +0200
+++ /var/tmp/diff_new_pack.IL2Cjr/_new 2026-04-01 19:54:04.041700545 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-sphinx-theme-builder
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,21 +18,18 @@
%{?sle15_python_module_pythons}
Name: python-sphinx-theme-builder
-Version: 0.2.0b2
+Version: 0.3.2
Release: 0
Summary: A tool for authoring Sphinx themes with a simple (opinionated)
workflow
License: MIT
URL: https://github.com/pradyunsg/sphinx-theme-builder
Source:
https://github.com/pradyunsg/sphinx-theme-builder/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE Support click 8.2 changes
-Patch0: support-click-8.2.patch
-# PATCH-FIX-UPSTREAM gh#pradyunsg/sphinx-theme-builder#51
-Patch1: support-python314.patch
BuildRequires: %{python_module click}
+BuildRequires: %{python_module diagnostic >= 2}
BuildRequires: %{python_module flit-core}
BuildRequires: %{python_module packaging}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module pyproject-metadata}
+BuildRequires: %{python_module pyproject-metadata >= 0.10.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module rich}
BuildRequires: %{python_module setuptools}
@@ -43,9 +40,10 @@
BuildRequires: python-rpm-macros
Requires: python-build
Requires: python-click
+Requires: python-diagnostic >= 2
Requires: python-nodeenv
Requires: python-packaging
-Requires: python-pyproject-metadata
+Requires: python-pyproject-metadata >= 0.10.0
Requires: python-rich
Requires: python-setuptools
Requires: python-sphinx-autobuild
@@ -53,7 +51,6 @@
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
-
%python_subpackages
%description
++++++ python-sphinx-theme-builder-0.2.0b2.tar.gz ->
python-sphinx-theme-builder-0.3.2.tar.gz ++++++
++++ 2599 lines of diff (skipped)