From 38b1aa47e1d8b81c40061370331d20c3c4a97865d26250b7f089bd7de3009cc4 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sat, 18 Jul 2020 10:17:45 +0000 Subject: [PATCH] - update to version 5.1.2: - Fixed issue #1219 / #1326: Comments not wrapped for long lines - Fixed issue #1156: Bug related to isort:skip usage followed by a multiline comment block - update to version 5.1.1: - Fixed issue #1322: Occasionally two extra newlines before comment with `-n` & `--fss`. - Fixed issue #1189: `--diff` broken when reading from standard input. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=44 --- isort-5.1.0-gh.tar.gz | 3 --- isort-5.1.0.tar.gz | 3 --- isort-5.1.2-gh.tar.gz | 3 +++ isort-5.1.2.tar.gz | 3 +++ python-isort.changes | 10 ++++++++++ python-isort.spec | 2 +- 6 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 isort-5.1.0-gh.tar.gz delete mode 100644 isort-5.1.0.tar.gz create mode 100644 isort-5.1.2-gh.tar.gz create mode 100644 isort-5.1.2.tar.gz diff --git a/isort-5.1.0-gh.tar.gz b/isort-5.1.0-gh.tar.gz deleted file mode 100644 index 98ac047..0000000 --- a/isort-5.1.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b51a38cf1c3831ba90471bdcac968e45744f2eaa140bd8b04c4c76d8b45c70ca -size 573445 diff --git a/isort-5.1.0.tar.gz b/isort-5.1.0.tar.gz deleted file mode 100644 index 961367c..0000000 --- a/isort-5.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b19b7ebce5e292507afa8fab30dd666011dd5ae8f4ef2a2d431751dc84c22140 -size 115672 diff --git a/isort-5.1.2-gh.tar.gz b/isort-5.1.2-gh.tar.gz new file mode 100644 index 0000000..c717ae4 --- /dev/null +++ b/isort-5.1.2-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d4bc187ad3890e7223aa3d6d2bfebd295d8354e208a881e7f38b5e05176931 +size 574225 diff --git a/isort-5.1.2.tar.gz b/isort-5.1.2.tar.gz new file mode 100644 index 0000000..cbc8421 --- /dev/null +++ b/isort-5.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64022dea6a06badfa09b300b4dfe8ba968114a737919e8ed50aea1c288f078aa +size 116458 diff --git a/python-isort.changes b/python-isort.changes index 3dfbbee..822c42a 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jul 18 10:11:56 UTC 2020 - Sebastian Wagner + +- update to version 5.1.2: + - Fixed issue #1219 / #1326: Comments not wrapped for long lines + - Fixed issue #1156: Bug related to isort:skip usage followed by a multiline comment block +- update to version 5.1.1: + - Fixed issue #1322: Occasionally two extra newlines before comment with `-n` & `--fss`. + - Fixed issue #1189: `--diff` broken when reading from standard input. + ------------------------------------------------------------------- Wed Jul 15 20:21:55 UTC 2020 - Sebastian Wagner diff --git a/python-isort.spec b/python-isort.spec index 02d98bc..8641e8c 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.0 +Version: 5.1.2 Release: 0 Summary: A Python utility / library to sort Python imports License: MIT