From 406a750a5015e44c03102d29869dea48ca385e9e Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Thu, 28 Aug 2025 11:35:40 +0800 Subject: [PATCH] update License (cherry picked from commit f61aba069075c6305f3136b5197e1b29ce9fac7c) --- python-setuptools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index 28b7f6f..a56df50 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 -- Gitee