From f6af236ec1aaa0ae869288916a4450b5de415c51 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Tue, 10 Jun 2025 09:01:48 +0800 Subject: [PATCH] force gobject-introspection version for upgrade --- python-setuptools.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index 2123a25..cd111a2 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -8,10 +8,10 @@ Name: python-setuptools Version: 78.1.1 -Release: 1 +Release: 2 Summary: Easily build and distribute Python packages -License: MIT and (BSD or ASL 2.0) +License: MIT AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0) AND Python-2.0.1 AND LGPL-3.0-only URL: https://pypi.python.org/pypi/setuptools Source0: %{pypi_source setuptools %{version}} @@ -41,6 +41,7 @@ Summary: Easily build and distribute Python 3 packages Conflicts: python-setuptools < %{version}-%{release} Provides: python%{python3_pkgversion}dist(setuptools) = %{version} Provides: python%{python3_version}dist(setuptools) = %{version} +Requires: (gobject-introspection-devel >= 1.81.2 if gobject-introspection-devel) %description -n python3-setuptools Setuptools is a collection of enhancements to the Python 3 distutils that allow @@ -106,6 +107,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore= %changelog +* Tue Jun 10 2025 Funda Wang - 78.1.1-2 +- force gobject-introspection version for upgrade + * Thu May 29 2025 Dongxing Wang - 78.1.1-1 - Update package to version 78.1.1 -- Gitee