From c0b350ad92c528d18fa9500ca4980d8adaeaf8da039836dec450f7cecb68ea6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 30 May 2025 08:37:52 +0000 Subject: [PATCH] - Convert to pip-based build OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=19 --- python-jeepney.changes | 5 +++++ python-jeepney.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-jeepney.changes b/python-jeepney.changes index dea44e0..ca9c85c 100644 --- a/python-jeepney.changes +++ b/python-jeepney.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 30 08:37:39 UTC 2025 - Markéta Machová + +- Convert to pip-based build + ------------------------------------------------------------------- Fri Apr 21 12:27:29 UTC 2023 - Dirk Müller diff --git a/python-jeepney.spec b/python-jeepney.spec index 75c1834..db6c090 100644 --- a/python-jeepney.spec +++ b/python-jeepney.spec @@ -1,7 +1,7 @@ # # spec file for package python-jeepney # -# 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,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-jeepney Version: 0.8.0 @@ -32,6 +30,7 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module testpath} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -57,6 +56,7 @@ core, and integration modules for different event loops. %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/jeepney +%{python_sitelib}/jeepney-%{version}*-info %changelog