SHA256
1
0
forked from pool/python-isort
Jan Matejek 2017-03-24 17:02:57 +00:00 committed by Git OBS Bridge
parent 3432916667
commit c0d07caeb9
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 24 17:01:44 UTC 2017 - jmatejek@suse.com
- install LICENSE file
-------------------------------------------------------------------
Mon Mar 6 13:59:31 UTC 2017 - jmatejek@suse.com

View File

@ -47,6 +47,7 @@ using pies to achieve this without ugly hacks and/or py2to3.
%prep
%setup -q -n isort-%{version}
%patch0
chmod -x LICENSE
%build
%python_build
@ -61,6 +62,6 @@ using pies to achieve this without ugly hacks and/or py2to3.
%defattr(-,root,root,-)
%{python_sitelib}/*
%python3_only %{_bindir}/isort
%doc README.rst
%doc README.rst LICENSE
%changelog