11
0

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

Fix license.  Should be Python-2.0

OBS-URL: https://build.opensuse.org/request/show/338375
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-traceback2?expand=0&rev=2
This commit is contained in:
Todd R
2015-10-13 08:54:04 +00:00
committed by Git OBS Bridge
parent daba1d9682
commit 42249d92e0
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 13 08:50:17 UTC 2015 - toddrme2178@gmail.com
- Fix license. Should be Python-2.0
-------------------------------------------------------------------
Mon Oct 12 11:11:56 UTC 2015 - toddrme2178@gmail.com

View File

@@ -20,7 +20,7 @@ Name: python-traceback2
Version: 1.4.0
Release: 0
Summary: Backports of the traceback module
License: MIT
License: Python-2.0
Group: Development/Languages/Python
Url: https://github.com/bitprophet/traceback2
Source: https://pypi.python.org/packages/source/t/traceback2/traceback2-%{version}.tar.gz
@@ -34,7 +34,7 @@ BuildArch: noarch
%endif
%description
Backports of the traceback module
A backport of traceback to older supported Pythons.
%prep
%setup -q -n traceback2-%{version}