Sun Mar 10 13:38:32 2019 UTC ()
py-isort: updated to 4.3.14

4.3.14:
- Fixed a regression with */directory/*.py style patterns

4.3.13:
- 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.


(adam)
diff -r1.9 -r1.10 pkgsrc/devel/py-isort/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/py-isort/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/devel/py-isort/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-isort/Makefile 2019/03/06 18:37:58 1.9
+++ pkgsrc/devel/py-isort/Makefile 2019/03/10 13:38:32 1.10
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.9 2019/03/06 18:37:58 adam Exp $ 1# $NetBSD: Makefile,v 1.10 2019/03/10 13:38:32 adam Exp $
2 2
3DISTNAME= isort-4.3.12 3DISTNAME= isort-4.3.14
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=i/isort/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=i/isort/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/timothycrosley/isort/ 9HOMEPAGE= https://github.com/timothycrosley/isort/
10COMMENT= Python utility / library to sort imports 10COMMENT= Python utility / library to sort imports
11LICENSE= mit 11LICENSE= mit
12 12
13.include "../../lang/python/pyversion.mk" 13.include "../../lang/python/pyversion.mk"
14.if ${_PYTHON_VERSION} == 27 14.if ${_PYTHON_VERSION} == 27
15DEPENDS+= ${PYPKGPREFIX}-backports.functools_lru_cache-[0-9]*:../../devel/py-backports.functools_lru_cache 15DEPENDS+= ${PYPKGPREFIX}-backports.functools_lru_cache-[0-9]*:../../devel/py-backports.functools_lru_cache
16DEPENDS+= ${PYPKGPREFIX}-futures-[0-9]*:../../devel/py-futures 16DEPENDS+= ${PYPKGPREFIX}-futures-[0-9]*:../../devel/py-futures

cvs diff -r1.9 -r1.10 pkgsrc/devel/py-isort/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-isort/distinfo 2019/03/06 18:37:58 1.9
+++ pkgsrc/devel/py-isort/distinfo 2019/03/10 13:38:32 1.10
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.9 2019/03/06 18:37:58 adam Exp $ 1$NetBSD: distinfo,v 1.10 2019/03/10 13:38:32 adam Exp $
2 2
3SHA1 (isort-4.3.12.tar.gz) = 2890c62d2e711f08b3e863851e9de9fc31e192aa 3SHA1 (isort-4.3.14.tar.gz) = 15f4223651c47dda0bf7e5964f31b8895e69719a
4RMD160 (isort-4.3.12.tar.gz) = b9866f203e3bd19b4bc19c122a7af4da85410366 4RMD160 (isort-4.3.14.tar.gz) = 7b7bec5080bc5352722758afb94b75d67aa42f70
5SHA512 (isort-4.3.12.tar.gz) = 287a9e4b076d45d6b356a7c11071ed11fa2253661bcb25a2beddb77e53936eb6560d44503b5782ed6fff3245adc50803e6055bc86999e333b32ea6fe8d9de244 5SHA512 (isort-4.3.14.tar.gz) = f433804bb3ba7ebf6bc8a703b38bcddd0b53a6911f8d7fee579a708493a058f5259ac87d72a2e449aec9985497ca9828118cbac55594e0361692b1ebbd670028
6Size (isort-4.3.12.tar.gz) = 69432 bytes 6Size (isort-4.3.14.tar.gz) = 67801 bytes