Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-moban-ansible for openSUSE:Factory checked in at 2025-06-02 22:01:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-moban-ansible (Old) and /work/SRC/openSUSE:Factory/.python-moban-ansible.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-moban-ansible" Mon Jun 2 22:01:10 2025 rev:3 rq:1281912 version:0.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-moban-ansible/python-moban-ansible.changes 2022-08-19 17:59:11.740442051 +0200 +++ /work/SRC/openSUSE:Factory/.python-moban-ansible.new.16005/python-moban-ansible.changes 2025-06-02 22:01:22.431244921 +0200 @@ -1,0 +2,5 @@ +Mon Jun 2 12:32:32 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-moban-ansible.spec ++++++ --- /var/tmp/diff_new_pack.xqjBfH/_old 2025-06-02 22:01:22.907264663 +0200 +++ /var/tmp/diff_new_pack.xqjBfH/_new 2025-06-02 22:01:22.907264663 +0200 @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-moban-ansible # -# Copyright (c) 2022 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 @@ -26,9 +26,6 @@ %define pkg_suffix %{nil} %bcond_with test %endif - -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-moban-ansible%{pkg_suffix} Version: 0.0.2 Release: 0 @@ -39,7 +36,9 @@ # https://github.com/moremoban/moban-ansible/pull/2 Patch0: python-moban-ansible-remove-nose.patch Patch1: remove-mock.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-moban >= 0.8.1 @@ -60,12 +59,12 @@ %if !%{with test} %build -%python_build +%pyproject_wheel %endif %if !%{with test} %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %endif @@ -78,6 +77,7 @@ %files %{python_files} %doc CHANGELOG.rst README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/moban[-_]ansible +%{python_sitelib}/moban[-_]ansible-%{version}*-info %endif