From d5c3f191491853dd61a4fc119dd2e37caf45896db162cff9d740aaa178efd1f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 2 Jun 2025 15:07:58 +0000 Subject: [PATCH] - Convert to pip-based build OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-outcome?expand=0&rev=22 --- python-outcome.changes | 5 +++++ python-outcome.spec | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) 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