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 2025-06-13 18:45:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-accessible-pygments (Old) and /work/SRC/openSUSE:Factory/.python-accessible-pygments.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-accessible-pygments" Fri Jun 13 18:45:50 2025 rev:4 rq:1285321 version:0.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-accessible-pygments/python-accessible-pygments.changes 2024-09-25 21:54:53.068257794 +0200 +++ /work/SRC/openSUSE:Factory/.python-accessible-pygments.new.19631/python-accessible-pygments.changes 2025-06-13 18:46:16.424849155 +0200 @@ -1,0 +2,5 @@ +Fri Jun 13 05:35:04 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-accessible-pygments.spec ++++++ --- /var/tmp/diff_new_pack.n6fb38/_old 2025-06-13 18:46:17.300885081 +0200 +++ /var/tmp/diff_new_pack.n6fb38/_new 2025-06-13 18:46:17.300885081 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-accessible-pygments # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,8 +25,10 @@ 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 pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pygments >= 1.5 @@ -43,10 +45,10 @@ %setup -q -n accessible-pygments-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand rm -rf %{buildroot}%{$python_sitelib}/test %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -58,5 +60,5 @@ %doc README.md %license LICENSE %{python_sitelib}/a11y_pygments -%{python_sitelib}/accessible_pygments-%{version}*-info +%{python_sitelib}/accessible_pygments-%{version}.dist-info