From c3bbee0533de9f02bc22875a9021f6fd2c4bcef3df82116fb53087d749688b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 13 Mar 2019 14:23:09 +0000 Subject: [PATCH] - Update to 4.3.15: * Fixed a regression with handling streaming input from pipes (Issue #895) * Fixed handling of \x0c whitespace character (Issue #811) * Improved CLI documentation * Fixed a regression with /directory/.py style patterns * Fixed the inability to accurately determine import section when a mix of conda and virtual environments are used. * Fixed some output being printed even when --quiet mode is enabled. * Fixed issue #890 interoperability with PyCharm by allowing case sensitive non type grouped sorting. * Fixed issue #889 under some circumstances isort will incorrectly add a new line at the beginning of a file. * Fixed issue #885 many files not being skipped according to set skip settings. * Fixed issue #842 streaming encoding improvements. * Fix error caused when a virtual environment not detected * Fixed issue #876: confused by symlinks pointing to virtualenv gives FIRSTPARTY not THIRDPARTY * Fixed issue #873: current version skips every file on travis * Additional caching to reduce performance regression introduced in 4.3.5 * Improved handling of pex files and other binary Python files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=20 --- isort-4.3.10.tar.gz | 3 --- isort-4.3.15.tar.gz | 3 +++ python-isort.changes | 20 ++++++++++++++++++++ python-isort.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 isort-4.3.10.tar.gz create mode 100644 isort-4.3.15.tar.gz diff --git a/isort-4.3.10.tar.gz b/isort-4.3.10.tar.gz deleted file mode 100644 index 6e443f0..0000000 --- a/isort-4.3.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:144c4295314c0ed34fb034f838b2b7e242c52dd3eafdd6f5d49078692f582c0c -size 66339 diff --git a/isort-4.3.15.tar.gz b/isort-4.3.15.tar.gz new file mode 100644 index 0000000..b7d8279 --- /dev/null +++ b/isort-4.3.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96151fca2c6e736503981896495d344781b60d18bfda78dc11b290c6125ebdb6 +size 67949 diff --git a/python-isort.changes b/python-isort.changes index 7e38be8..fc0e942 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Mar 13 14:19:07 UTC 2019 - Tomáš Chvátal + +- Update to 4.3.15: + * Fixed a regression with handling streaming input from pipes (Issue #895) + * Fixed handling of \x0c whitespace character (Issue #811) + * Improved CLI documentation + * Fixed a regression with /directory/.py style patterns + * Fixed the inability to accurately determine import section when a mix of conda and virtual environments are used. + * Fixed some output being printed even when --quiet mode is enabled. + * Fixed issue #890 interoperability with PyCharm by allowing case sensitive non type grouped sorting. + * Fixed issue #889 under some circumstances isort will incorrectly add a new line at the beginning of a file. + * Fixed issue #885 many files not being skipped according to set skip settings. + * Fixed issue #842 streaming encoding improvements. + * Fix error caused when a virtual environment not detected + * Fixed issue #876: confused by symlinks pointing to virtualenv gives FIRSTPARTY not THIRDPARTY + * Fixed issue #873: current version skips every file on travis + * Additional caching to reduce performance regression introduced in 4.3.5 + * Improved handling of pex files and other binary Python files + ------------------------------------------------------------------- Mon Mar 4 13:25:15 UTC 2019 - Tomáš Chvátal diff --git a/python-isort.spec b/python-isort.spec index 3b7fcb0..6f97ff0 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-isort%{psuffix} -Version: 4.3.10 +Version: 4.3.15 Release: 0 Summary: A Python utility / library to sort Python imports License: MIT