Accepting request 624342 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/624342 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=9
This commit is contained in:
parent
4da9d1e9b5
commit
e2946aee1a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:608f73066c0c850e913b210ee87234413dad90ee136261d05d10693bd3913c03
|
||||
size 305044
|
3
4.3.4.tar.gz
Normal file
3
4.3.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0fa470f580e62982e5983fae03120e57df96a74733e53d3ae2ad47ec0047610
|
||||
size 305764
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 21 04:35:40 UTC 2018 - arun@gmx.de
|
||||
|
||||
- specfile:
|
||||
* be more specific in %files section
|
||||
|
||||
- update to version 4.3.4:
|
||||
* Fixed issue #671: isort is corrupting CRLF files
|
||||
|
||||
- changes from version 4.3.3:
|
||||
* Fixed issue #665: Tabs turned into single spaces
|
||||
|
||||
- changes from version 4.3.2:
|
||||
* Fixed issue #651: Add imports option is broken
|
||||
* Fixed issue #662: An error generated by rewriting .imports to
|
||||
. imoprts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 2 20:20:10 UTC 2018 - sebix+novell.com@sebix.at
|
||||
|
||||
|
@ -19,12 +19,12 @@
|
||||
%{!?license: %global license %doc}
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-isort
|
||||
Version: 4.3.1
|
||||
Version: 4.3.4
|
||||
Release: 0
|
||||
Summary: A Python utility / library to sort Python imports
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/timothycrosley/isort
|
||||
URL: https://github.com/timothycrosley/isort
|
||||
# Tests included in pypi package fail
|
||||
Source: https://github.com/timothycrosley/isort/archive/%{version}.tar.gz
|
||||
BuildRequires: %{python_module mock}
|
||||
@ -32,10 +32,10 @@ BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python2-futures
|
||||
BuildArch: noarch
|
||||
%ifpython2
|
||||
Requires: python-futures
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@ -62,8 +62,7 @@ chmod -x LICENSE
|
||||
%python_exec setup.py test
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/isort*
|
||||
%python3_only %{_bindir}/isort
|
||||
%license LICENSE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user