Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-python-docs-theme for 
openSUSE:Factory checked in at 2026-04-04 19:05:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-docs-theme (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-docs-theme.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-docs-theme"

Sat Apr  4 19:05:20 2026 rev:15 rq:1344236 version:2026.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-python-docs-theme/python-python-docs-theme.changes
        2026-03-05 17:15:15.706933063 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-docs-theme.new.21863/python-python-docs-theme.changes
     2026-04-04 19:06:39.035238659 +0200
@@ -1,0 +2,6 @@
+Wed Apr  1 23:42:15 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2026.3:
+  * Add colors for new thread-safety levels
+
+-------------------------------------------------------------------

Old:
----
  python_docs_theme-2026.2.tar.gz

New:
----
  python_docs_theme-2026.3.tar.gz

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

Other differences:
------------------
++++++ python-python-docs-theme.spec ++++++
--- /var/tmp/diff_new_pack.f5cpix/_old  2026-04-04 19:06:40.007278513 +0200
+++ /var/tmp/diff_new_pack.f5cpix/_new  2026-04-04 19:06:40.011278677 +0200
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-python-docs-theme
-Version:        2026.2
+Version:        2026.3
 Release:        0
 Summary:        The Sphinx theme for the CPython docs and related projects
 License:        Python-2.0

++++++ python_docs_theme-2026.2.tar.gz -> python_docs_theme-2026.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python_docs_theme-2026.2/PKG-INFO 
new/python_docs_theme-2026.3/PKG-INFO
--- old/python_docs_theme-2026.2/PKG-INFO       1970-01-01 01:00:00.000000000 
+0100
+++ new/python_docs_theme-2026.3/PKG-INFO       1970-01-01 01:00:00.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: python-docs-theme
-Version: 2026.2
+Version: 2026.3
 Summary: The Sphinx theme for the CPython docs and related projects
 Author: Python Docs Sphinx Theme maintainers
 Requires-Python: >=3.12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python_docs_theme-2026.2/python_docs_theme/__init__.py 
new/python_docs_theme-2026.3/python_docs_theme/__init__.py
--- old/python_docs_theme-2026.2/python_docs_theme/__init__.py  2026-02-27 
15:57:38.000000000 +0100
+++ new/python_docs_theme-2026.3/python_docs_theme/__init__.py  2026-03-12 
14:46:13.000000000 +0100
@@ -11,7 +11,7 @@
     from sphinx.application import Sphinx
     from sphinx.util.typing import ExtensionMetadata
 
-__version__ = "2026.2"
+__version__ = "2026.3"
 
 THEME_PATH = Path(__file__).resolve().parent
 LOCALE_DIR = THEME_PATH / "locale"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python_docs_theme-2026.2/python_docs_theme/static/pydoctheme.css 
new/python_docs_theme-2026.3/python_docs_theme/static/pydoctheme.css
--- old/python_docs_theme-2026.2/python_docs_theme/static/pydoctheme.css        
2026-02-27 15:57:38.000000000 +0100
+++ new/python_docs_theme-2026.3/python_docs_theme/static/pydoctheme.css        
2026-03-12 14:46:13.000000000 +0100
@@ -448,7 +448,9 @@
 :root {
     --threadsafety-incompatible: var(--bad-color);
     --threadsafety-compatible: var(--middle-color);
-    --threadsafety-safe: var(--good-color);
+    --threadsafety-distinct: var(--middle-color);
+    --threadsafety-shared: var(--good-color);
+    --threadsafety-atomic: var(--good-color);
 }
 
 .threadsafety.threadsafety-incompatible {
@@ -459,8 +461,16 @@
     color: var(--threadsafety-compatible);
 }
 
-.threadsafety.threadsafety-safe {
-    color: var(--threadsafety-safe);
+.threadsafety.threadsafety-distinct {
+    color: var(--threadsafety-distinct);
+}
+
+.threadsafety.threadsafety-shared {
+    color: var(--threadsafety-shared);
+}
+
+.threadsafety.threadsafety-atomic {
+    color: var(--threadsafety-atomic);
 }
 
 

Reply via email to