Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-beren for openSUSE:Factory checked in at 2024-01-23 22:56:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-beren (Old) and /work/SRC/openSUSE:Factory/.python-beren.new.16006 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-beren" Tue Jan 23 22:56:57 2024 rev:7 rq:1140835 version:0.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-beren/python-beren.changes 2022-01-11 22:48:55.961772018 +0100 +++ /work/SRC/openSUSE:Factory/.python-beren.new.16006/python-beren.changes 2024-01-23 22:57:07.846579398 +0100 @@ -1,0 +2,5 @@ +Tue Jan 16 09:29:40 UTC 2024 - Axel Braun <axel.br...@gmx.de> + +- swith to wheel and enable %{?sle15allpythons} + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-beren.spec ++++++ --- /var/tmp/diff_new_pack.tPrElm/_old 2024-01-23 22:57:08.414600166 +0100 +++ /var/tmp/diff_new_pack.tPrElm/_new 2024-01-23 22:57:08.414600166 +0100 @@ -1,8 +1,8 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC -# Copyright (c) 2019-2021 Dr. Axel Braun <d...@opensuse.org> +# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2019-2024 Dr. Axel Braun <d...@opensuse.org> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,8 @@ # -%{?!python_module:%define python_module() python3-%{**}} +%{?sle15allpythons} %define skip_python2 1 -%define skip_python36 1 %define modname beren Name: python-%{modname} Version: 0.7.1 @@ -28,10 +27,15 @@ License: GPL-3.0-or-later URL: https://github.com/teffalump/beren Source: https://files.pythonhosted.org/packages/source/b/%{modname}/%{modname}-%{version}.tar.gz + BuildRequires: %{python_module apiron} +BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros + Requires: python-apiron %python_subpackages @@ -45,10 +49,10 @@ sed -i 's/apiron==.*$/apiron/' requirements.txt %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} #%%check