Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-imbox for openSUSE:Factory checked in at 2025-05-30 14:34:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-imbox (Old) and /work/SRC/openSUSE:Factory/.python-imbox.new.25440 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-imbox" Fri May 30 14:34:09 2025 rev:7 rq:1280860 version:0.9.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-imbox/python-imbox.changes 2020-06-11 10:09:00.859993701 +0200 +++ /work/SRC/openSUSE:Factory/.python-imbox.new.25440/python-imbox.changes 2025-05-30 17:26:02.661037571 +0200 @@ -1,0 +2,5 @@ +Wed May 28 12:13:53 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-imbox.spec ++++++ --- /var/tmp/diff_new_pack.ZpqZHT/_old 2025-05-30 17:26:03.229060947 +0200 +++ /var/tmp/diff_new_pack.ZpqZHT/_new 2025-05-30 17:26:03.233061111 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-imbox # -# Copyright (c) 2020 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,8 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-imbox Version: 0.9.8 Release: 0 @@ -28,7 +26,9 @@ Source: https://files.pythonhosted.org/packages/source/i/imbox/imbox-%{version}.tar.gz BuildRequires: %{python_module chardet} BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-chardet @@ -41,14 +41,15 @@ %setup -q -n imbox-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/imbox +%{python_sitelib}/imbox-%{version}*-info