Remove redundant "Unicode"" from License
This commit is contained in:
parent
2e7f501aa1
commit
710463c247
@ -33,7 +33,7 @@
|
||||
Name: python-%{srcname}
|
||||
# When updating, update the bundled libraries versions bellow!
|
||||
Version: 18.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A tool for installing and managing Python packages
|
||||
Group: Development/Libraries
|
||||
|
||||
@ -51,7 +51,7 @@ Group: Development/Libraries
|
||||
# lockfile: MIT
|
||||
# progress: ISC
|
||||
# ipaddress: Python
|
||||
# packaging: BSD or ASL 2.0
|
||||
# packaging: ASL 2.0 or BSD
|
||||
# pyparsing: MIT
|
||||
# pytoml: MIT
|
||||
# retrying: ASL 2.0
|
||||
@ -63,7 +63,7 @@ Group: Development/Libraries
|
||||
# setuptools: MIT
|
||||
# webencodings: BSD
|
||||
|
||||
License: MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and Unicode and (ASL 2.0 or BSD)
|
||||
License: MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD)
|
||||
URL: http://www.pip-installer.org
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@ -478,6 +478,9 @@ py.test-%{python3_version} -m 'not network'
|
||||
%endif # with python3
|
||||
|
||||
%changelog
|
||||
* Tue Jul 31 2018 Miro Hrončok <mhroncok@redhat.com> - 18.0-2
|
||||
- Remove redundant "Unicode"" from License
|
||||
|
||||
* Mon Jul 23 2018 Marcel Plch <mplch@redhat.com> - 18.0-7
|
||||
- Update to 18.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user