Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-python-crfsuite for openSUSE:Factory checked in at 2025-06-11 16:26:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-python-crfsuite (Old) and /work/SRC/openSUSE:Factory/.python-python-crfsuite.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-crfsuite" Wed Jun 11 16:26:07 2025 rev:8 rq:1284649 version:0.9.11 Changes: -------- --- /work/SRC/openSUSE:Factory/python-python-crfsuite/python-python-crfsuite.changes 2025-02-13 18:40:38.684138604 +0100 +++ /work/SRC/openSUSE:Factory/.python-python-crfsuite.new.19631/python-python-crfsuite.changes 2025-06-11 16:27:49.027705040 +0200 @@ -1,0 +2,5 @@ +Wed Jun 11 05:49:33 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-python-crfsuite.spec ++++++ --- /var/tmp/diff_new_pack.fq4fRX/_old 2025-06-11 16:27:49.747735076 +0200 +++ /var/tmp/diff_new_pack.fq4fRX/_new 2025-06-11 16:27:49.747735076 +0200 @@ -22,13 +22,14 @@ Release: 0 Summary: Python binding for CRFsuite License: MIT -Group: Development/Languages/Python URL: https://github.com/scrapinghub/python-crfsuite Source: https://files.pythonhosted.org/packages/source/p/python_crfsuite/python_crfsuite-%{version}.tar.gz BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: c++_compiler BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -42,10 +43,10 @@ %build export CFLAGS="%{optflags}" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %check @@ -59,5 +60,5 @@ %{python_sitearch}/pycrfsuite %exclude %{python_sitearch}/pycrfsuite/*.cpp %exclude %{python_sitearch}/pycrfsuite/*.hpp -%{python_sitearch}/python_crfsuite-%{version}*-info +%{python_sitearch}/python_crfsuite-%{version}.dist-info