pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-isort



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Mar 10 13:38:32 UTC 2019

Modified Files:
        pkgsrc/devel/py-isort: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-isort/Makefile \
    pkgsrc/devel/py-isort/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-isort/Makefile
diff -u pkgsrc/devel/py-isort/Makefile:1.9 pkgsrc/devel/py-isort/Makefile:1.10
--- pkgsrc/devel/py-isort/Makefile:1.9  Wed Mar  6 18:37:58 2019
+++ pkgsrc/devel/py-isort/Makefile      Sun Mar 10 13:38:32 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2019/03/06 18:37:58 adam Exp $
+# $NetBSD: Makefile,v 1.10 2019/03/10 13:38:32 adam Exp $
 
-DISTNAME=      isort-4.3.12
+DISTNAME=      isort-4.3.14
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/isort/}
Index: pkgsrc/devel/py-isort/distinfo
diff -u pkgsrc/devel/py-isort/distinfo:1.9 pkgsrc/devel/py-isort/distinfo:1.10
--- pkgsrc/devel/py-isort/distinfo:1.9  Wed Mar  6 18:37:58 2019
+++ pkgsrc/devel/py-isort/distinfo      Sun Mar 10 13:38:32 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/03/06 18:37:58 adam Exp $
+$NetBSD: distinfo,v 1.10 2019/03/10 13:38:32 adam Exp $
 
-SHA1 (isort-4.3.12.tar.gz) = 2890c62d2e711f08b3e863851e9de9fc31e192aa
-RMD160 (isort-4.3.12.tar.gz) = b9866f203e3bd19b4bc19c122a7af4da85410366
-SHA512 (isort-4.3.12.tar.gz) = 287a9e4b076d45d6b356a7c11071ed11fa2253661bcb25a2beddb77e53936eb6560d44503b5782ed6fff3245adc50803e6055bc86999e333b32ea6fe8d9de244
-Size (isort-4.3.12.tar.gz) = 69432 bytes
+SHA1 (isort-4.3.14.tar.gz) = 15f4223651c47dda0bf7e5964f31b8895e69719a
+RMD160 (isort-4.3.14.tar.gz) = 7b7bec5080bc5352722758afb94b75d67aa42f70
+SHA512 (isort-4.3.14.tar.gz) = f433804bb3ba7ebf6bc8a703b38bcddd0b53a6911f8d7fee579a708493a058f5259ac87d72a2e449aec9985497ca9828118cbac55594e0361692b1ebbd670028
+Size (isort-4.3.14.tar.gz) = 67801 bytes



Home | Main Index | Thread Index | Old Index