From 1da55503b3d86f3973e5e85f43ff9f6b2f32c48e2d7330ac5875da352807fd9f Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 30 Jul 2021 08:32:28 +0000 Subject: [PATCH] - update to version 5.9.3: - Improved text of skipped file message to mention gitignore feature. - Made all exceptions pickleable. - Fixed #1779: Pylama integration ignores pylama specific isort config overrides. - Fixed #1781: `--from-first` CLI flag shouldn't take any arguments. - Fixed #1792: Sorting literals sometimes ignored when placed on first few lines of file. - Fixed #1777: extend_skip is not honored wit a git submodule when skip_gitignore=true. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=83 --- isort-5.9.2-gh.tar.gz | 3 --- isort-5.9.3-gh.tar.gz | 3 +++ python-isort.changes | 11 +++++++++++ python-isort.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 isort-5.9.2-gh.tar.gz create mode 100644 isort-5.9.3-gh.tar.gz diff --git a/isort-5.9.2-gh.tar.gz b/isort-5.9.2-gh.tar.gz deleted file mode 100644 index 4ddf6c2..0000000 --- a/isort-5.9.2-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3568ee5f34532b8cd75b27e6970e11a0de833b4832ce7b1e01d99180a67ca6f8 -size 728644 diff --git a/isort-5.9.3-gh.tar.gz b/isort-5.9.3-gh.tar.gz new file mode 100644 index 0000000..469f34e --- /dev/null +++ b/isort-5.9.3-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad5e0ec066302c7aece422b2675b81abe7e417dbf64b18438ca8b79219540dd +size 729342 diff --git a/python-isort.changes b/python-isort.changes index dd3b0fa..9a4a85f 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jul 30 08:30:57 UTC 2021 - Sebastian Wagner + +- update to version 5.9.3: + - Improved text of skipped file message to mention gitignore feature. + - Made all exceptions pickleable. + - Fixed #1779: Pylama integration ignores pylama specific isort config overrides. + - Fixed #1781: `--from-first` CLI flag shouldn't take any arguments. + - Fixed #1792: Sorting literals sometimes ignored when placed on first few lines of file. + - Fixed #1777: extend_skip is not honored wit a git submodule when skip_gitignore=true. + ------------------------------------------------------------------- Thu Jul 8 13:48:37 UTC 2021 - Ben Greiner diff --git a/python-isort.spec b/python-isort.spec index a695acf..e77f085 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -27,7 +27,7 @@ %endif %define skip_python2 1 Name: python-isort%{psuffix} -Version: 5.9.2 +Version: 5.9.3 Release: 0 Summary: A Python utility / library to sort Python imports License: MIT