Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mailman3-fedmsg-plugin for openSUSE:Factory checked in at 2024-03-01 23:40:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mailman3-fedmsg-plugin (Old) and /work/SRC/openSUSE:Factory/.python-mailman3-fedmsg-plugin.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mailman3-fedmsg-plugin" Fri Mar 1 23:40:07 2024 rev:2 rq:1154189 version:0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mailman3-fedmsg-plugin/python-mailman3-fedmsg-plugin.changes 2019-12-10 22:44:32.073762119 +0100 +++ /work/SRC/openSUSE:Factory/.python-mailman3-fedmsg-plugin.new.1770/python-mailman3-fedmsg-plugin.changes 2024-03-01 23:40:08.375296595 +0100 @@ -1,0 +2,6 @@ +Thu Feb 29 20:24:52 UTC 2024 - Ben Greiner <c...@bnavigator.de> + +- Update to SLE15 python module +- Build PEP517 wheel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mailman3-fedmsg-plugin.spec ++++++ --- /var/tmp/diff_new_pack.Z0gvZv/_old 2024-03-01 23:40:08.919316266 +0100 +++ /var/tmp/diff_new_pack.Z0gvZv/_new 2024-03-01 23:40:08.919316266 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-mailman3-fedmsg-plugin # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2024 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,7 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-mailman3-fedmsg-plugin Version: 0.5 Release: 0 @@ -25,8 +24,9 @@ License: LGPL-2.0-only URL: https://github.com/fedora-infra/mailman3-fedmsg-plugin Source: https://files.pythonhosted.org/packages/source/m/mailman3-fedmsg-plugin/mailman3-fedmsg-plugin-%{version}.tar.gz -BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -39,10 +39,10 @@ %setup -q -n mailman3-fedmsg-plugin-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -51,5 +51,7 @@ %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/mailman3_fedmsg_plugin.py +%pycache_only %{python_sitelib}/__pycache__/mailman3_fedmsg_plugin*.pyc +%{python_sitelib}/mailman3_fedmsg_plugin-%{version}.dist-info