From 84d8df981c9f19273aa1025e14aa20d0c5b5c1670d4450fdddbd176dc63907ca Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 20 Jul 2020 18:46:07 +0000 Subject: [PATCH] - update to version 5.1.4: - Fixed issue #1333: Use of wrap_length raises an exception about it not being lower or equal to line_length. - Fixed issue #1330: Ensure stdout can be stubbed dynamically for `show_unified_diff` function. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=46 --- isort-5.1.3-gh.tar.gz | 3 --- isort-5.1.3.tar.gz | 3 --- isort-5.1.4-gh.tar.gz | 3 +++ isort-5.1.4.tar.gz | 3 +++ python-isort.changes | 7 +++++++ python-isort.spec | 2 +- 6 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 isort-5.1.3-gh.tar.gz delete mode 100644 isort-5.1.3.tar.gz create mode 100644 isort-5.1.4-gh.tar.gz create mode 100644 isort-5.1.4.tar.gz diff --git a/isort-5.1.3-gh.tar.gz b/isort-5.1.3-gh.tar.gz deleted file mode 100644 index b88fd3a..0000000 --- a/isort-5.1.3-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d6ffb6bf3e1dd7f151337c3d70d96b4f5a013049ff2c6a856314cafdccd6377 -size 574378 diff --git a/isort-5.1.3.tar.gz b/isort-5.1.3.tar.gz deleted file mode 100644 index 43e7d84..0000000 --- a/isort-5.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9be41d107294ddf25ef6af83979cb3dfa1b5752311b6d50611c8f8d321d4a4eb -size 116609 diff --git a/isort-5.1.4-gh.tar.gz b/isort-5.1.4-gh.tar.gz new file mode 100644 index 0000000..0632cbb --- /dev/null +++ b/isort-5.1.4-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd83dee45b732f0e046165126f16988af70585559f509c1a649e845c3aa83aad +size 575483 diff --git a/isort-5.1.4.tar.gz b/isort-5.1.4.tar.gz new file mode 100644 index 0000000..c421374 --- /dev/null +++ b/isort-5.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145072eedc4927cc9c1f9478f2d83b2fc1e6469df4129c02ef4e8c742207a46c +size 116848 diff --git a/python-isort.changes b/python-isort.changes index 272c9fc..635b6e6 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 20 18:44:08 UTC 2020 - Sebastian Wagner + +- update to version 5.1.4: + - Fixed issue #1333: Use of wrap_length raises an exception about it not being lower or equal to line_length. + - Fixed issue #1330: Ensure stdout can be stubbed dynamically for `show_unified_diff` function. + ------------------------------------------------------------------- Sun Jul 19 13:39:26 UTC 2020 - Benjamin Greiner diff --git a/python-isort.spec b/python-isort.spec index b5c4aae..32a4270 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -27,7 +27,7 @@ %endif %define skip_python2 1 Name: python-isort%{psuffix} -Version: 5.1.3 +Version: 5.1.4 Release: 0 Summary: A Python utility / library to sort Python imports License: MIT