Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-django-oidc-provider for openSUSE:Factory checked in at 2025-06-03 17:53:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-oidc-provider (Old) and /work/SRC/openSUSE:Factory/.python-django-oidc-provider.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-oidc-provider" Tue Jun 3 17:53:09 2025 rev:6 rq:1282130 version:0.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-oidc-provider/python-django-oidc-provider.changes 2024-11-12 19:22:49.707003345 +0100 +++ /work/SRC/openSUSE:Factory/.python-django-oidc-provider.new.16005/python-django-oidc-provider.changes 2025-06-03 17:54:01.950832316 +0200 @@ -1,0 +2,5 @@ +Tue Jun 3 06:48:28 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-oidc-provider.spec ++++++ --- /var/tmp/diff_new_pack.pyh4Vr/_old 2025-06-03 17:54:02.546857035 +0200 +++ /var/tmp/diff_new_pack.pyh4Vr/_new 2025-06-03 17:54:02.546857035 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-django-oidc-provider # -# 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 @@ -25,7 +25,9 @@ Source: https://github.com/juanifioren/django-oidc-provider/archive/v%{version}.tar.gz#/django-oidc-provider-%{version}.tar.gz # https://github.com/juanifioren/django-oidc-provider/issues/401 Patch2: python-django-oidc-provider-no-mock.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Django >= 3.2 @@ -47,10 +49,10 @@ %autosetup -p1 -n django-oidc-provider-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check