From ea7508fb2078e9e2cd8fe5270a396a14f9c43dbb5b9c468cb6787d998ed3be65 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 1 Feb 2024 12:00:07 +0000 Subject: [PATCH] - buildrequire setuptools - Fix python-module compatibility with older distros - Fix usage of deprecated AsVoidPtr Python/C API, - adapt buildrequires - adapt buildrequires OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=654 --- python-rpm.changes | 13 +++++++++---- python-rpm.spec | 3 ++- rpm.spec | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/python-rpm.changes b/python-rpm.changes index 4809906..f8b3fb2 100644 --- a/python-rpm.changes +++ b/python-rpm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 1 11:59:47 UTC 2024 - Dirk Müller + +- buildrequire setuptools + ------------------------------------------------------------------- Mon Oct 30 14:13:37 UTC 2023 - Matej Cepl @@ -52,7 +57,7 @@ Wed Oct 2 14:53:19 CEST 2019 - mls@suse.de ------------------------------------------------------------------- Thu Nov 22 09:50:36 UTC 2018 - asmorodskyi@suse.com -- Fix python-module compatibility with older distros +- Fix python-module compatibility with older distros ------------------------------------------------------------------- Fri Apr 6 14:11:01 CEST 2018 - mls@suse.de @@ -115,7 +120,7 @@ Mon Apr 23 11:16:26 CEST 2012 - mls@suse.de ------------------------------------------------------------------- Wed Apr 11 16:54:02 UTC 2012 - klaussfreire@gmail.com -- Fix usage of deprecated AsVoidPtr Python/C API, +- Fix usage of deprecated AsVoidPtr Python/C API, replaced by Capsule API ------------------------------------------------------------------- @@ -144,12 +149,12 @@ Fri Oct 22 15:52:32 UTC 2010 - coolo@novell.com ------------------------------------------------------------------- Mon Oct 18 11:03:53 CEST 2010 - dmueller@suse.de -- adapt buildrequires +- adapt buildrequires ------------------------------------------------------------------- Thu Feb 12 16:52:26 CET 2009 - ro@suse.de -- adapt buildrequires +- adapt buildrequires ------------------------------------------------------------------- Wed Oct 8 11:24:22 CEST 2008 - cthiel@suse.de diff --git a/python-rpm.spec b/python-rpm.spec index bc94d6c..bdd3c01 100644 --- a/python-rpm.spec +++ b/python-rpm.spec @@ -1,7 +1,7 @@ # # spec file for package python-rpm # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2017 Neal Gompa . # # All modifications and additions to the file contributed by third parties @@ -29,6 +29,7 @@ URL: https://rpm.org/ #Git-Clone: https://github.com/rpm-software-management/rpm BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: cmake BuildRequires: fdupes diff --git a/rpm.spec b/rpm.spec index 1fb25f6..f135fe7 100644 --- a/rpm.spec +++ b/rpm.spec @@ -1,7 +1,7 @@ # # spec file for package rpm # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed