Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-transitions for openSUSE:Factory checked in at 2025-06-04 20:28:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-transitions (Old) and /work/SRC/openSUSE:Factory/.python-transitions.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-transitions" Wed Jun 4 20:28:49 2025 rev:16 rq:1282528 version:0.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-transitions/python-transitions.changes 2025-04-20 20:08:19.822023276 +0200 +++ /work/SRC/openSUSE:Factory/.python-transitions.new.16005/python-transitions.changes 2025-06-04 20:28:51.353734920 +0200 @@ -1,0 +2,5 @@ +Wed Jun 4 06:08:02 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-transitions.spec ++++++ --- /var/tmp/diff_new_pack.YtGpbk/_old 2025-06-04 20:28:51.969760442 +0200 +++ /var/tmp/diff_new_pack.YtGpbk/_new 2025-06-04 20:28:51.973760608 +0200 @@ -23,14 +23,15 @@ Release: 0 Summary: A lightweight, object-oriented Python state machine implementation License: MIT -Group: Development/Languages/Python URL: https://github.com/pytransitions/transitions Source: https://files.pythonhosted.org/packages/source/t/transitions/transitions-%{version}.tar.gz # PATCH-FIX-UPSTREAM https://github.com/pytransitions/transitions/pull/653 remove Python 2 crumbs Patch0: remove-py2-crumbs.patch # PATCH-FIX-UPSTREAM https://github.com/a-detiste/transitions/pull/1 remove more python crumbs Patch1: iteritems.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Suggests: python-pygraphviz @@ -58,10 +59,10 @@ sed -i 's/\r$//' LICENSE Changelog.md README.md %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -71,5 +72,5 @@ %license LICENSE %doc Changelog.md README.md %{python_sitelib}/transitions -%{python_sitelib}/transitions-%{version}*-info +%{python_sitelib}/transitions-%{version}.dist-info