Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-poyo for openSUSE:Factory checked in at 2025-06-03 17:56:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-poyo (Old) and /work/SRC/openSUSE:Factory/.python-poyo.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-poyo" Tue Jun 3 17:56:10 2025 rev:6 rq:1282296 version:0.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-poyo/python-poyo.changes 2023-05-10 16:19:55.579472253 +0200 +++ /work/SRC/openSUSE:Factory/.python-poyo.new.16005/python-poyo.changes 2025-06-03 17:57:15.054839580 +0200 @@ -1,0 +2,5 @@ +Tue Jun 3 12:00:48 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-poyo.spec ++++++ --- /var/tmp/diff_new_pack.gEXgmd/_old 2025-06-03 17:57:15.946876567 +0200 +++ /var/tmp/diff_new_pack.gEXgmd/_new 2025-06-03 17:57:15.950876733 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-poyo # -# Copyright (c) 2023 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,8 @@ # -%{?sle15_python_module_pythons} %bcond_without test +%{?sle15_python_module_pythons} Name: python-poyo Version: 0.5.0 Release: 0 @@ -26,7 +26,9 @@ Group: Development/Languages/Python URL: https://github.com/hackebrot/poyo Source: https://files.pythonhosted.org/packages/source/p/poyo/poyo-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -49,10 +51,10 @@ %setup -q -n poyo-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %if %{with test} @@ -65,5 +67,6 @@ %files %{python_files} %license LICENSE %doc CHANGES.md COMMUNITY.md CONTRIBUTING.md README.md -%{python_sitelib}/* +%{python_sitelib}/poyo +%{python_sitelib}/poyo-%{version}*-info