Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-python3-saml for openSUSE:Factory checked in at 2025-06-11 16:26:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-python3-saml (Old) and /work/SRC/openSUSE:Factory/.python-python3-saml.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python3-saml" Wed Jun 11 16:26:06 2025 rev:12 rq:1284648 version:1.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-python3-saml/python-python3-saml.changes 2025-03-24 13:30:46.664140236 +0100 +++ /work/SRC/openSUSE:Factory/.python-python3-saml.new.19631/python-python3-saml.changes 2025-06-11 16:27:48.179669665 +0200 @@ -1,0 +2,5 @@ +Wed Jun 11 05:49:32 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-python3-saml.spec ++++++ --- /var/tmp/diff_new_pack.pRRcmT/_old 2025-06-11 16:27:48.739693026 +0200 +++ /var/tmp/diff_new_pack.pRRcmT/_new 2025-06-11 16:27:48.739693026 +0200 @@ -22,14 +22,14 @@ Release: 0 Summary: Python SAML support License: MIT -Group: Development/Languages/Python URL: https://github.com/SAML-Toolkits/python3-saml Source: https://github.com/SAML-Toolkits/python3-saml/archive/v%{version}.tar.gz#/python3-saml-%{version}.tar.gz BuildRequires: %{python_module freezegun >= 0.3.11} BuildRequires: %{python_module isodate >= 0.6.1} BuildRequires: %{python_module lxml >= 3.3.5} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module xmlsec >= 1.3.9} BuildRequires: fdupes BuildRequires: libxmlsec1-openssl1 @@ -55,10 +55,10 @@ sed -i 's/==/>=/;/dependency_links/d' setup.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib}/onelogin %check @@ -73,5 +73,5 @@ %{python_sitelib}/onelogin/saml2 %{python_sitelib}/onelogin/__init__.py %pycache_only %{python_sitelib}/onelogin/__pycache__/ -%{python_sitelib}/python3_saml-%{version}*-info +%{python_sitelib}/python3_saml-%{version}.dist-info