diff --git a/python-setuptools.spec b/python-setuptools.spec index 28b7f6fdd8272552215c33c91540c7a1f6051cec..a56df504c9b17a1c69c786346a576aa1b04264eb 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -8,10 +8,10 @@ Name: python-setuptools Version: 78.1.1 -Release: 3 +Release: 4 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.1 AND LGPL-3.0-only +License: MIT AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0) AND Python-2.0 AND LGPL-3.0-only URL: https://pypi.python.org/pypi/setuptools Source0: %{pypi_source setuptools %{version}} Patch1: Revert-Always-rewrite-a-Python-shebang-to-python.patch @@ -108,6 +108,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore= %changelog +* Thu Aug 28 2025 fuanan - 78.1.1-4 +- update License + * Thu Jul 03 2025 Dongxing Wang - 78.1.1-3 - Revert Always rewrite a Python shebang to python