diff --git a/python-setuptools.spec b/python-setuptools.spec index 2123a257c0cb07b7d808632ca01e9ac821266f07..cd111a2dcdc3ab0394805f7aa7ac2d35be5ef57f 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