Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mobi for openSUSE:Factory checked in at 2025-06-02 22:01:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mobi (Old) and /work/SRC/openSUSE:Factory/.python-mobi.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mobi" Mon Jun 2 22:01:15 2025 rev:4 rq:1281925 version:0.3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mobi/python-mobi.changes 2024-01-15 22:17:10.134308076 +0100 +++ /work/SRC/openSUSE:Factory/.python-mobi.new.16005/python-mobi.changes 2025-06-02 22:01:24.479329861 +0200 @@ -1,0 +2,5 @@ +Mon Jun 2 12:53:24 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mobi.spec ++++++ --- /var/tmp/diff_new_pack.F8NUCE/_old 2025-06-02 22:01:24.927348442 +0200 +++ /var/tmp/diff_new_pack.F8NUCE/_new 2025-06-02 22:01:24.927348442 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-mobi # -# 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 @@ -24,7 +24,9 @@ License: GPL-3.0-only URL: https://github.com/iscc/mobi Source: https://files.pythonhosted.org/packages/source/m/mobi/mobi-%{version}.tar.gz -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry-core} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-loguru >= 0.4 @@ -38,10 +40,10 @@ %setup -q -n mobi-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/mobiunpack %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -58,5 +60,6 @@ %doc README.md %license LICENSE %python_alternative %{_bindir}/mobiunpack -%{python_sitelib}/* +%{python_sitelib}/mobi +%{python_sitelib}/mobi-%{version}*-info