Accepting request 339039 from home:TheBlackCat:branches:devel:languages:python

Add license explanation.

OBS-URL: https://build.opensuse.org/request/show/339039
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-traceback2?expand=0&rev=3
This commit is contained in:
Todd R 2015-10-14 19:27:07 +00:00 committed by Git OBS Bridge
parent 42249d92e0
commit 202b763073
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 14 19:16:33 UTC 2015 - toddrme2178@gmail.com
- Add license explanation.
-------------------------------------------------------------------
Tue Oct 13 08:50:17 UTC 2015 - toddrme2178@gmail.com

View File

@ -20,6 +20,8 @@ Name: python-traceback2
Version: 1.4.0
Release: 0
Summary: Backports of the traceback module
# This is a backport of code taken from the Python codebase,
# and such is under the same license as Python as a whole.
License: Python-2.0
Group: Development/Languages/Python
Url: https://github.com/bitprophet/traceback2
@ -48,6 +50,8 @@ python setup.py install --prefix=%{_prefix} --optimize=2 --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc README.rst AUTHORS ChangeLog
# Contains the license
%doc setup.cfg
%{python_sitelib}/*
%changelog