diff --git a/python-outcome.changes b/python-outcome.changes index f16aac7..fea4283 100644 --- a/python-outcome.changes +++ b/python-outcome.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 2 15:07:45 UTC 2025 - Markéta Machová + +- Convert to pip-based build + ------------------------------------------------------------------- Tue Dec 12 13:41:15 UTC 2023 - Dirk Müller diff --git a/python-outcome.spec b/python-outcome.spec index bec5d69..821edcd 100644 --- a/python-outcome.spec +++ b/python-outcome.spec @@ -1,7 +1,7 @@ # # spec file for package python-outcome # -# 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 @@ -25,7 +25,9 @@ License: Apache-2.0 OR MIT Group: Development/Languages/Python URL: https://github.com/python-trio/outcome Source: https://github.com/python-trio/outcome/archive/v%{version}.tar.gz#/outcome-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-attrs >= 19.2.0 @@ -50,10 +52,10 @@ function call, so that it can be passed around. %setup -q -n outcome-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check