Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-radexreader for openSUSE:Factory checked in at 2025-05-09 18:50:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-radexreader (Old) and /work/SRC/openSUSE:Factory/.python-radexreader.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-radexreader" Fri May 9 18:50:33 2025 rev:9 rq:1276018 version:1.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-radexreader/python-radexreader.changes 2025-03-04 18:32:46.494409860 +0100 +++ /work/SRC/openSUSE:Factory/.python-radexreader.new.30101/python-radexreader.changes 2025-05-09 18:53:07.389483944 +0200 @@ -1,0 +2,5 @@ +Fri May 9 05:15:37 UTC 2025 - Steve Kowalik <[email protected]> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-radexreader.spec ++++++ --- /var/tmp/diff_new_pack.tCmsLx/_old 2025-05-09 18:53:07.969508071 +0200 +++ /var/tmp/diff_new_pack.tCmsLx/_new 2025-05-09 18:53:07.969508071 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-radexreader # -# Copyright (c) 2021-2025 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 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-radexreader Version: 1.2.5 Release: 0 @@ -24,11 +23,13 @@ License: GPL-2.0-or-later URL: https://github.com/luigifab/python-radexreader Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pyserial} BuildRequires: %{python_module pyusb} BuildRequires: %{python_module setuptools} -BuildRequires: python-rpm-macros +BuildRequires: %{python_module wheel} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-pyserial Requires: python-pyusb Requires(post): update-alternatives @@ -51,11 +52,11 @@ %build cd src -%python_build +%pyproject_wheel %install cd src -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} install -Dpm 755 radexreader-cli.py %{buildroot}%{_bindir}/radexreader install -Dpm 644 ../data/radexreader.1 %{buildroot}%{_mandir}/man1/radexreader.1 @@ -68,8 +69,8 @@ %files %{python_files} %license LICENSE %doc README.md -%{python_sitelib}/radexreader/ -%{python_sitelib}/radexreader*egg-info/ +%{python_sitelib}/radexreader +%{python_sitelib}/radexreader-%{version}.dist-info %python_alternative %{_bindir}/radexreader %python_alternative %{_mandir}/man1/radexreader.1%{?ext_man} %python_alternative %{_mandir}/fr/man1/radexreader.1%{?ext_man}
