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