Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sphinxcontrib-nwdiag for openSUSE:Factory checked in at 2025-06-12 18:11:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-nwdiag (Old) and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-nwdiag.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-nwdiag" Thu Jun 12 18:11:36 2025 rev:4 rq:1285168 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sphinxcontrib-nwdiag/python-sphinxcontrib-nwdiag.changes 2020-03-03 10:16:00.826622240 +0100 +++ /work/SRC/openSUSE:Factory/.python-sphinxcontrib-nwdiag.new.19631/python-sphinxcontrib-nwdiag.changes 2025-06-12 18:11:40.021149944 +0200 @@ -1,0 +2,5 @@ +Thu Jun 12 13:19:49 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sphinxcontrib-nwdiag.spec ++++++ --- /var/tmp/diff_new_pack.uZV76m/_old 2025-06-12 18:11:41.761222085 +0200 +++ /var/tmp/diff_new_pack.uZV76m/_new 2025-06-12 18:11:41.777222748 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-sphinxcontrib-nwdiag # -# Copyright (c) 2020 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,24 +16,23 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%global skip_python2 1 Name: python-sphinxcontrib-nwdiag Version: 2.0.0 Release: 0 Summary: Sphinx "nwdiag" extension License: BSD-2-Clause Group: Development/Languages/Python -URL: http://github.com/blockdiag/sphinxcontrib-nwdiag +URL: https://github.com/blockdiag/sphinxcontrib-nwdiag Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-nwdiag/sphinxcontrib-nwdiag-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Sphinx >= 0.6 Requires: python-blockdiag >= 1.5.0 Requires: python-nwdiag >= 1.0.3 BuildArch: noarch - %python_subpackages %description @@ -45,14 +44,23 @@ %setup -q -n sphinxcontrib-nwdiag-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %doc AUTHORS README.rst %license LICENSE -%{python_sitelib}/* +%dir %{python_sitelib}/sphinxcontrib +%pycache_only %dir %{python_sitelib}/sphinxcontrib/__pycache__ +%{python_sitelib}/sphinxcontrib/nwdiag.py +%pycache_only %{python_sitelib}/sphinxcontrib/__pycache__/nwdiag* +%{python_sitelib}/sphinxcontrib/packetdiag.py +%pycache_only %{python_sitelib}/sphinxcontrib/__pycache__/packetdiag* +%{python_sitelib}/sphinxcontrib/rackdiag.py +%pycache_only %{python_sitelib}/sphinxcontrib/__pycache__/rackdiag* +%{python_sitelib}/sphinxcontrib[-_]nwdiag-%{version}*-info +%{python_sitelib}/sphinxcontrib[-_]nwdiag-%{version}*-nspkg.pth