diff --git a/python-setuptools.spec b/python-setuptools.spec index a56df504c9b17a1c69c786346a576aa1b04264eb..a31bc4a28b06a2d8c33de757641ec3383901fc31 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -8,7 +8,7 @@ Name: python-setuptools Version: 78.1.1 -Release: 4 +Release: 5 Summary: Easily build and distribute Python packages License: MIT AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0) AND Python-2.0 AND LGPL-3.0-only @@ -39,7 +39,6 @@ This package contains a python wheel of setuptools to use with venv. %package -n python3-setuptools 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) @@ -108,6 +107,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore= %changelog +* Thu Dec 18 2025 chenjianhu - 78.1.1-5 +- update License + * Thu Aug 28 2025 fuanan - 78.1.1-4 - update License