forked from pool/python-isort
- Update to 4.3.10:
* Fixed Windows incompatibilities (Issue #835) * Fixed relative import sorting bug (Issue #417) * Fixed "no_lines_before" to also be respected from previous empty sections. * Fixed slow-down introduced by finders mechanism by adding a LRU cache (issue #848) * Fixed issue #842 default encoding not-set in Python2 * Restored Windows automated testing * Added Mac automated testing OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=18
This commit is contained in:
committed by
Git OBS Bridge
parent
7e71238106
commit
77276e56b4
3
isort-4.3.10.tar.gz
Normal file
3
isort-4.3.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:144c4295314c0ed34fb034f838b2b7e242c52dd3eafdd6f5d49078692f582c0c
|
||||||
|
size 66339
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f19b23b22fb5a919a081bc31aabcc0991614c244d9215267e11abf2ca7b684ce
|
|
||||||
size 62076
|
|
||||||
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 4 13:25:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 4.3.10:
|
||||||
|
* Fixed Windows incompatibilities (Issue #835)
|
||||||
|
* Fixed relative import sorting bug (Issue #417)
|
||||||
|
* Fixed "no_lines_before" to also be respected from previous empty sections.
|
||||||
|
* Fixed slow-down introduced by finders mechanism by adding a LRU cache (issue #848)
|
||||||
|
* Fixed issue #842 default encoding not-set in Python2
|
||||||
|
* Restored Windows automated testing
|
||||||
|
* Added Mac automated testing
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 11:05:21 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Mon Mar 4 11:05:21 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-isort%{psuffix}
|
Name: python-isort%{psuffix}
|
||||||
Version: 4.3.9
|
Version: 4.3.10
|
||||||
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
|
||||||
@@ -37,13 +37,15 @@ Source: https://files.pythonhosted.org/packages/source/i/isort/isort-%{v
|
|||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module pylama}
|
BuildRequires: %{python_module pylama}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: python-backports.functools_lru_cache
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-futures
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python2-futures
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%ifpython2
|
%ifpython2
|
||||||
|
Requires: python-backports.functools_lru_cache
|
||||||
Requires: python-futures
|
Requires: python-futures
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|||||||
Reference in New Issue
Block a user