py-isort: updated to 4.3.18
4.3.18: - Fixed an issue with parsing files that contain unicode characters in Python 2 - Fixed issue 924 - Pulling in pip internals causes depreciation warning - Fixed issue 938 - Providing a way to filter explicitly passed in files via configuration settings (`--filter-files`) - Improved interoperability with toml configuration files
This commit is contained in:
parent
042e956bde
commit
b5a828837e
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.13 2019/04/08 10:33:36 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2019/05/02 08:31:03 adam Exp $
|
||||
|
||||
DISTNAME= isort-4.3.17
|
||||
DISTNAME= isort-4.3.18
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=i/isort/}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.13 2019/04/08 10:33:36 adam Exp $
|
||||
$NetBSD: distinfo,v 1.14 2019/05/02 08:31:03 adam Exp $
|
||||
|
||||
SHA1 (isort-4.3.17.tar.gz) = 8453cf7c41457f66419d3074ce558483db3d8d1d
|
||||
RMD160 (isort-4.3.17.tar.gz) = b409892f928152c5f41a553b1cd7140055f10957
|
||||
SHA512 (isort-4.3.17.tar.gz) = ef11b800c2cf8f9523253900108e700d212a20b5fdca19cc99ee1cf0a367bd4ab052469f9ae2ebb1f620c8cbfb3fe53c9e9f1754b4a611e5bf73356e67bf6f7d
|
||||
Size (isort-4.3.17.tar.gz) = 68797 bytes
|
||||
SHA1 (isort-4.3.18.tar.gz) = 1c2c7481b0032674297fcdbe133b4b76108b65b5
|
||||
RMD160 (isort-4.3.18.tar.gz) = 32777b6ea112940894633e47262e833d1bf65463
|
||||
SHA512 (isort-4.3.18.tar.gz) = 2d59342c4a8e7030b40bb1951a7476aa86e78a618a2c030f8c6cc58d5badef5e0310c22020543f0fa2fcea9d53a9145316db032160bcd820dac91feada2677b3
|
||||
Size (isort-4.3.18.tar.gz) = 69073 bytes
|
||||
|
|
Loading…
Reference in a new issue