SHA256
1
0
forked from pool/python-isort

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:
Ondřej Súkup 2018-07-21 11:27:07 +00:00 committed by Git OBS Bridge
parent 4da9d1e9b5
commit e2946aee1a
4 changed files with 24 additions and 8 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0fa470f580e62982e5983fae03120e57df96a74733e53d3ae2ad47ec0047610
size 305764

View File

@ -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 Fri Feb 2 20:20:10 UTC 2018 - sebix+novell.com@sebix.at

View File

@ -19,12 +19,12 @@
%{!?license: %global license %doc} %{!?license: %global license %doc}
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-isort Name: python-isort
Version: 4.3.1 Version: 4.3.4
Release: 0 Release: 0
Summary: A Python utility / library to sort Python imports Summary: A Python utility / library to sort Python imports
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://github.com/timothycrosley/isort URL: https://github.com/timothycrosley/isort
# Tests included in pypi package fail # Tests included in pypi package fail
Source: https://github.com/timothycrosley/isort/archive/%{version}.tar.gz Source: https://github.com/timothycrosley/isort/archive/%{version}.tar.gz
BuildRequires: %{python_module mock} BuildRequires: %{python_module mock}
@ -32,10 +32,10 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: python2-futures BuildRequires: python2-futures
BuildArch: noarch
%ifpython2 %ifpython2
Requires: python-futures Requires: python-futures
%endif %endif
BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
@ -62,8 +62,7 @@ chmod -x LICENSE
%python_exec setup.py test %python_exec setup.py test
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-) %{python_sitelib}/isort*
%{python_sitelib}/*
%python3_only %{_bindir}/isort %python3_only %{_bindir}/isort
%license LICENSE %license LICENSE