Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sphinxcontrib-seqdiag for openSUSE:Factory checked in at 2025-06-13 18:46:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-seqdiag (Old) and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-seqdiag.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-seqdiag" Fri Jun 13 18:46:50 2025 rev:6 rq:1285403 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sphinxcontrib-seqdiag/python-sphinxcontrib-seqdiag.changes 2022-01-10 23:54:41.900861927 +0100 +++ /work/SRC/openSUSE:Factory/.python-sphinxcontrib-seqdiag.new.19631/python-sphinxcontrib-seqdiag.changes 2025-06-13 18:47:00.882672344 +0200 @@ -1,0 +2,5 @@ +Fri Jun 13 10:06:28 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sphinxcontrib-seqdiag.spec ++++++ --- /var/tmp/diff_new_pack.aoM20E/_old 2025-06-13 18:47:01.526698755 +0200 +++ /var/tmp/diff_new_pack.aoM20E/_new 2025-06-13 18:47:01.526698755 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-sphinxcontrib-seqdiag # -# Copyright (c) 2022 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 @@ -16,8 +16,6 @@ # -%define skip_python2 1 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_with test Name: python-sphinxcontrib-seqdiag Version: 3.0.0 @@ -25,10 +23,12 @@ Summary: Sphinx "seqdiag" extension License: BSD-2-Clause Group: Development/Languages/Python -URL: http://github.com/blockdiag/sphinxcontrib-seqdiag +URL: https://github.com/blockdiag/sphinxcontrib-seqdiag Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-seqdiag/sphinxcontrib-seqdiag-%{version}.tar.gz BuildRequires: %{python_module Sphinx >= 0.6} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Sphinx >= 0.6 @@ -50,10 +50,10 @@ %setup -q -n sphinxcontrib-seqdiag-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install # remove tests/ dir from global site-packages %{python_expand rm -rf %{buildroot}%{$python_sitelib}/tests %fdupes %{buildroot}%{$python_sitelib} @@ -65,5 +65,5 @@ %{python_sitelib}/sphinxcontrib/seqdiag.py* %pycache_only %{python_sitelib}/sphinxcontrib/__pycache__ %{python_sitelib}/sphinxcontrib_seqdiag-%{version}-py*-nspkg.pth -%{python_sitelib}/sphinxcontrib_seqdiag-%{version}-py*.egg-info +%{python_sitelib}/sphinxcontrib_seqdiag-%{version}*-info