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:           Fri Jul 14 16:50:28 UTC 2017

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

Log Message:
4.2.15 - hotfix release
IMPORTANT NOTE: This will be the last release with Python 2.6 support, subsequent releases will be 2.7+ only
- Fixed certain one line imports not being successfully wrapped


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-isort/Makefile \
    pkgsrc/devel/py-isort/PLIST 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.1 pkgsrc/devel/py-isort/Makefile:1.2
--- pkgsrc/devel/py-isort/Makefile:1.1  Tue Feb 28 20:54:09 2017
+++ pkgsrc/devel/py-isort/Makefile      Fri Jul 14 16:50:28 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/02/28 20:54:09 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2017/07/14 16:50:28 adam Exp $
 
-DISTNAME=      isort-4.2.5
+DISTNAME=      isort-4.2.15
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/isort/}
Index: pkgsrc/devel/py-isort/PLIST
diff -u pkgsrc/devel/py-isort/PLIST:1.1 pkgsrc/devel/py-isort/PLIST:1.2
--- pkgsrc/devel/py-isort/PLIST:1.1     Tue Feb 28 20:54:09 2017
+++ pkgsrc/devel/py-isort/PLIST Fri Jul 14 16:50:28 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/02/28 20:54:09 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/07/14 16:50:28 adam Exp $
 bin/isort${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -8,6 +8,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
 ${PYSITELIB}/isort/__init__.py
 ${PYSITELIB}/isort/__init__.pyc
 ${PYSITELIB}/isort/__init__.pyo
+${PYSITELIB}/isort/__main__.py
+${PYSITELIB}/isort/__main__.pyc
+${PYSITELIB}/isort/__main__.pyo
 ${PYSITELIB}/isort/hooks.py
 ${PYSITELIB}/isort/hooks.pyc
 ${PYSITELIB}/isort/hooks.pyo
Index: pkgsrc/devel/py-isort/distinfo
diff -u pkgsrc/devel/py-isort/distinfo:1.1 pkgsrc/devel/py-isort/distinfo:1.2
--- pkgsrc/devel/py-isort/distinfo:1.1  Tue Feb 28 20:54:09 2017
+++ pkgsrc/devel/py-isort/distinfo      Fri Jul 14 16:50:28 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2017/02/28 20:54:09 fhajny Exp $
+$NetBSD: distinfo,v 1.2 2017/07/14 16:50:28 adam Exp $
 
-SHA1 (isort-4.2.5.tar.gz) = a38bb8af9f882c101a0b1b04a8d746f66672ce03
-RMD160 (isort-4.2.5.tar.gz) = bd8e921d3694dc258d36eb226ba6d575dcb4e55e
-SHA512 (isort-4.2.5.tar.gz) = ddc8e859bb421e4179315d74896958c8279394d42a75494db5dc22c58422994aa249b63c03645626a021ccf9142941bde51ad400256ab1c6be29da8110375f40
-Size (isort-4.2.5.tar.gz) = 36361 bytes
+SHA1 (isort-4.2.15.tar.gz) = acacc36e476b70e13e6fda812c193f4c3c187781
+RMD160 (isort-4.2.15.tar.gz) = ba89403871f2dc0d2f5f7e7faa59e0b6ac53d209
+SHA512 (isort-4.2.15.tar.gz) = d2fe998118c2e6b4f2c0aaa50e7b51cac839f90895091efeba74d5aa015e75b93abc98cededa11c93c0926ee68d6240b7c3a9a3f308f6a4491960f866bafe44a
+Size (isort-4.2.15.tar.gz) = 56740 bytes
 SHA1 (patch-setup.py) = 2d658729d243ecf5c6e5af13f14f7fda009e322a



Home | Main Index | Thread Index | Old Index