Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-suds for openSUSE:Factory checked in at 2025-06-16 11:13:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-suds (Old) and /work/SRC/openSUSE:Factory/.python-suds.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-suds" Mon Jun 16 11:13:16 2025 rev:5 rq:1285979 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-suds/python-suds.changes 2024-12-20 15:28:53.019729296 +0100 +++ /work/SRC/openSUSE:Factory/.python-suds.new.19631/python-suds.changes 2025-06-16 11:13:27.853736949 +0200 @@ -1,0 +2,5 @@ +Mon Jun 16 06:12:25 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyroject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-suds.spec ++++++ --- /var/tmp/diff_new_pack.qASC7T/_old 2025-06-16 11:13:28.429760751 +0200 +++ /var/tmp/diff_new_pack.qASC7T/_new 2025-06-16 11:13:28.433760916 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-suds # -# Copyright (c) 2024 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 @@ -22,14 +22,15 @@ Release: 0 Summary: Lightweight SOAP client License: LGPL-3.0-or-later -Group: Development/Languages/Python URL: https://github.com/suds-community/suds Source: https://files.pythonhosted.org/packages/source/s/suds/suds-%{version}.tar.gz BuildRequires: %{python_module devel} # Test requirements BuildRequires: %{python_module pytest} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} +BuildRequires: %{python_module wheel} BuildRequires: %{python_module xml} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -54,11 +55,13 @@ %autosetup -p1 -n suds-%{version} %build -%python_build +%pyproject_wheel %install -%python_install -%python_expand %fdupes %{buildroot}/%{$python_sitelib}/suds* +%pyproject_install +# remove tests/ dir from global site-packages +%python_expand rm -rf %{buildroot}/%{$python_sitelib}/tests +%python_expand %fdupes %{buildroot}/%{$python_sitelib} %check %pytest @@ -67,5 +70,5 @@ %doc README.md %license LICENSE.txt %{python_sitelib}/suds -%{python_sitelib}/suds_community-%{version}-py%{python_version}.egg-info +%{python_sitelib}/suds_community-%{version}.dist-info