Update python-pexpect.spec License to SPDX format

Update python-pexpect.spec License field to SPDX format and add BSD-3 license.
This commit is contained in:
Jose Castillo 2023-11-15 11:23:03 +00:00
parent 98e0069d00
commit c60697cac4

View File

@ -7,7 +7,11 @@ Summary: Unicode-aware Pure Python Expect-like module
Version: 4.8.0 Version: 4.8.0
Release: 17%{?dist} Release: 17%{?dist}
License: ISC # All the files have ISC license except the
# following two that have BSD license:
# python-pexpect/pexpect-4.8.0/pexpect/pty_spawn.py
# python-pexpect/pexpect-4.8.0/pexpect/spawnbase.py
License: ISC AND BSD-3-Clause
URL: https://github.com/pexpect/pexpect URL: https://github.com/pexpect/pexpect
Source0: %{url}/archive/%{version}/%{modname}-%{version}.tar.gz Source0: %{url}/archive/%{version}/%{modname}-%{version}.tar.gz
Patch0: %{url}/pull/715/commits/52af5b0ae0627139524448a3f2e83d9f40802bc2.patch Patch0: %{url}/pull/715/commits/52af5b0ae0627139524448a3f2e83d9f40802bc2.patch