From e2946aee1a1fcdb178a2f0645712f23d00908669b22450d255bd9131f824ea08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 21 Jul 2018 11:27:07 +0000 Subject: [PATCH] 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 --- 4.3.1.tar.gz | 3 --- 4.3.4.tar.gz | 3 +++ python-isort.changes | 17 +++++++++++++++++ python-isort.spec | 9 ++++----- 4 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 4.3.1.tar.gz create mode 100644 4.3.4.tar.gz diff --git a/4.3.1.tar.gz b/4.3.1.tar.gz deleted file mode 100644 index 7de99a2..0000000 --- a/4.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:608f73066c0c850e913b210ee87234413dad90ee136261d05d10693bd3913c03 -size 305044 diff --git a/4.3.4.tar.gz b/4.3.4.tar.gz new file mode 100644 index 0000000..95ef5b2 --- /dev/null +++ b/4.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0fa470f580e62982e5983fae03120e57df96a74733e53d3ae2ad47ec0047610 +size 305764 diff --git a/python-isort.changes b/python-isort.changes index 60428ea..5382088 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -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 diff --git a/python-isort.spec b/python-isort.spec index 948519d..fe18383 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -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