Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-accessible-pygments for
openSUSE:Factory checked in at 2026-01-07 16:02:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-accessible-pygments (Old)
and /work/SRC/openSUSE:Factory/.python-accessible-pygments.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-accessible-pygments"
Wed Jan 7 16:02:07 2026 rev:5 rq:1325687 version:0.0.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-accessible-pygments/python-accessible-pygments.changes
2025-06-13 18:46:16.424849155 +0200
+++
/work/SRC/openSUSE:Factory/.python-accessible-pygments.new.1928/python-accessible-pygments.changes
2026-01-07 16:02:49.054620609 +0100
@@ -1,0 +2,14 @@
+Wed Jan 7 03:05:05 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 0.0.5:
+ * ENH - Move to hatch for dev/build
+ * ENH - Automate theme READMEs
+ * BUG - Ensure no local version
+ * BUG - Fix contrast failures for high contrast light theme
+ * ENH - Fix broken theme URLs in README, typo in demo html
+ * ENH - Update code to not get images from placeholder.com
+ * ENH - Reflect that rgb colors are in 0-1 and floats.
+ * ENH - Rename hex to float function
+ * ENH - Set a11y-light default background to #f2f2f2 (light gray)
+
+-------------------------------------------------------------------
Old:
----
accessible-pygments-0.0.4-gh.tar.gz
New:
----
accessible-pygments-0.0.5-gh.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-accessible-pygments.spec ++++++
--- /var/tmp/diff_new_pack.LwYQdx/_old 2026-01-07 16:02:50.374675552 +0100
+++ /var/tmp/diff_new_pack.LwYQdx/_new 2026-01-07 16:02:50.386676051 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-accessible-pygments
#
-# Copyright (c) 2025 SUSE LLC
+# 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
@@ -19,16 +19,17 @@
%define modname accessible-pygments
%{?sle15_python_module_pythons}
Name: python-accessible-pygments
-Version: 0.0.4
+Version: 0.0.5
Release: 0
Summary: A collection of accessible pygments styles
License: BSD-3-Clause
URL: https://github.com/Quansight-Labs/accessible-pygments
Source:
https://github.com/Quansight-Labs/accessible-pygments/archive/refs/tags/v%{version}.tar.gz#/accessible-pygments-%{version}-gh.tar.gz
+BuildRequires: %{python_module hatch-fancy-pypi-readme}
+BuildRequires: %{python_module hatch-vcs}
+BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pygments >= 1.5
@@ -45,16 +46,15 @@
%setup -q -n accessible-pygments-%{version}
%build
+export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
%pyproject_wheel
%install
%pyproject_install
-%python_expand rm -rf %{buildroot}%{$python_sitelib}/test
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-export PYTHONPATH=$PWD
-%python_exec test/run_tests.py
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python
test/render_html.py
%files %{python_files}
%doc README.md
++++++ accessible-pygments-0.0.4-gh.tar.gz ->
accessible-pygments-0.0.5-gh.tar.gz ++++++
++++ 33385 lines of diff (skipped)