Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-simplebayes for openSUSE:Factory checked in at 2025-06-12 15:54:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-simplebayes (Old) and /work/SRC/openSUSE:Factory/.python-simplebayes.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-simplebayes" Thu Jun 12 15:54:42 2025 rev:3 rq:1285130 version:1.5.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-simplebayes/python-simplebayes.changes 2017-12-19 10:56:47.058283539 +0100 +++ /work/SRC/openSUSE:Factory/.python-simplebayes.new.19631/python-simplebayes.changes 2025-06-12 15:56:18.848780515 +0200 @@ -1,0 +2,5 @@ +Thu Jun 12 12:03:18 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-simplebayes.spec ++++++ --- /var/tmp/diff_new_pack.d2gLPi/_old 2025-06-12 15:56:19.384802760 +0200 +++ /var/tmp/diff_new_pack.d2gLPi/_new 2025-06-12 15:56:19.388802926 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-simplebayes # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,20 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-simplebayes Version: 1.5.8 Release: 0 Summary: A memory-based, optional-persistence naïve bayesian text classifier License: MIT Group: Development/Languages/Python -Url: https://github.com/hickeroar/simplebayes +URL: https://github.com/hickeroar/simplebayes Source: https://files.pythonhosted.org/packages/source/s/simplebayes/simplebayes-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros BuildArch: noarch @@ -40,13 +41,15 @@ %build export LANG=C.UTF-8 -%python_build +%pyproject_wheel %install export LANG=C.UTF-8 -%python_install +%pyproject_install %files %{python_files} -%doc README.rst LICENSE -%{python_sitelib}/* +%license LICENSE +%doc README.rst +%{python_sitelib}/simplebayes +%{python_sitelib}/simplebayes-%{version}*-info