Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pygments-ansi-color for openSUSE:Factory checked in at 2025-06-06 22:35:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pygments-ansi-color (Old) and /work/SRC/openSUSE:Factory/.python-pygments-ansi-color.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pygments-ansi-color" Fri Jun 6 22:35:16 2025 rev:8 rq:1282693 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pygments-ansi-color/python-pygments-ansi-color.changes 2023-09-08 21:15:33.426505059 +0200 +++ /work/SRC/openSUSE:Factory/.python-pygments-ansi-color.new.19631/python-pygments-ansi-color.changes 2025-06-06 22:35:20.225627397 +0200 @@ -1,0 +2,5 @@ +Wed Jun 4 10:21:48 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pygments-ansi-color.spec ++++++ --- /var/tmp/diff_new_pack.bQMLnT/_old 2025-06-06 22:35:20.709647356 +0200 +++ /var/tmp/diff_new_pack.bQMLnT/_new 2025-06-06 22:35:20.713647520 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pygments-ansi-color # -# 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,15 +25,16 @@ Group: Development/Languages/Python URL: https://github.com/chriskuehl/pygments-ansi-color Source: https://github.com/chriskuehl/pygments-ansi-color/archive/v%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pygments} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -Requires: python-pygments +BuildRequires: %{python_module wheel} +BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-pygments Requires: python-setuptools -BuildRequires: fdupes BuildArch: noarch - %python_subpackages %description @@ -43,17 +44,18 @@ %setup -q -n pygments-ansi-color-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v +%pytest %files %{python_files} %license LICENSE %doc README.md -%{python_sitelib}/* +%{python_sitelib}/pygments[-_]ansi[-_]color +%{python_sitelib}/pygments[-_]ansi[-_]color-%{version}*-info