Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-boolean.py for openSUSE:Factory checked in at 2025-05-15 17:02:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-boolean.py (Old) and /work/SRC/openSUSE:Factory/.python-boolean.py.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-boolean.py" Thu May 15 17:02:57 2025 rev:6 rq:1277723 version:4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-boolean.py/python-boolean.py.changes 2022-09-23 14:15:40.406044183 +0200 +++ /work/SRC/openSUSE:Factory/.python-boolean.py.new.30101/python-boolean.py.changes 2025-05-15 17:03:02.574398172 +0200 @@ -1,0 +2,5 @@ +Thu May 15 11:56:29 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-boolean.py.spec ++++++ --- /var/tmp/diff_new_pack.aPTEob/_old 2025-05-15 17:03:03.414433436 +0200 +++ /var/tmp/diff_new_pack.aPTEob/_new 2025-05-15 17:03:03.418433604 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-boolean.py # -# 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 @@ -16,8 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-boolean.py Version: 4.0 Release: 0 @@ -27,7 +25,9 @@ URL: https://github.com/bastikr/boolean.py Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: %{python_module Sphinx} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -44,10 +44,10 @@ %setup -q -n boolean.py-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} sphinx-build docs html rm -rf html/.{doctrees,buildinfo} @@ -58,5 +58,6 @@ %files %{python_files} %license LICENSE.txt %doc README.rst CHANGELOG.rst html/ -%{python_sitelib}/* +%{python_sitelib}/boolean +%{python_sitelib}/boolean[._]py-%{version}*-info