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:           Tue Jan 31 09:28:56 UTC 2023

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

Log Message:
py-isort: updated to 5.12.0

5.12.0
- Removed support for Python 3.7
- Fixed incompatiblity with latest poetry version
- Added support for directory limitations within built in git hook


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-isort/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-isort/PLIST
cvs rdiff -u -r1.23 -r1.24 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.24 pkgsrc/devel/py-isort/Makefile:1.25
--- pkgsrc/devel/py-isort/Makefile:1.24 Sat Jan  7 10:40:40 2023
+++ pkgsrc/devel/py-isort/Makefile      Tue Jan 31 09:28:56 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2023/01/07 10:40:40 adam Exp $
+# $NetBSD: Makefile,v 1.25 2023/01/31 09:28:56 adam Exp $
 
-DISTNAME=      isort-5.11.4
+DISTNAME=      isort-5.12.0
 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.7 pkgsrc/devel/py-isort/PLIST:1.8
--- pkgsrc/devel/py-isort/PLIST:1.7     Sun Dec 18 10:24:46 2022
+++ pkgsrc/devel/py-isort/PLIST Tue Jan 31 09:28:56 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2022/12/18 10:24:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2023/01/31 09:28:56 adam Exp $
 bin/isort-${PYVERSSUFFIX}
 bin/isort-identify-imports-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -13,12 +13,6 @@ ${PYSITELIB}/isort/__init__.pyo
 ${PYSITELIB}/isort/__main__.py
 ${PYSITELIB}/isort/__main__.pyc
 ${PYSITELIB}/isort/__main__.pyo
-${PYSITELIB}/isort/_future/__init__.py
-${PYSITELIB}/isort/_future/__init__.pyc
-${PYSITELIB}/isort/_future/__init__.pyo
-${PYSITELIB}/isort/_future/_dataclasses.py
-${PYSITELIB}/isort/_future/_dataclasses.pyc
-${PYSITELIB}/isort/_future/_dataclasses.pyo
 ${PYSITELIB}/isort/_vendored/tomli/LICENSE
 ${PYSITELIB}/isort/_vendored/tomli/__init__.py
 ${PYSITELIB}/isort/_vendored/tomli/__init__.pyc

Index: pkgsrc/devel/py-isort/distinfo
diff -u pkgsrc/devel/py-isort/distinfo:1.23 pkgsrc/devel/py-isort/distinfo:1.24
--- pkgsrc/devel/py-isort/distinfo:1.23 Sat Jan  7 10:40:40 2023
+++ pkgsrc/devel/py-isort/distinfo      Tue Jan 31 09:28:56 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2023/01/07 10:40:40 adam Exp $
+$NetBSD: distinfo,v 1.24 2023/01/31 09:28:56 adam Exp $
 
-BLAKE2s (isort-5.11.4.tar.gz) = 6f813cfb6e9acb790f192440fdd32f30db3311690fb2cccfd7810b6cb134ec67
-SHA512 (isort-5.11.4.tar.gz) = 4b126938920ad70ba1e40e96f443830b4c948513501e007571d0623e29fa5ff83e1b680bb46c5ec37ebe1f2583562c929a9c8ca2ed553796d5ec20ee7abf5292
-Size (isort-5.11.4.tar.gz) = 187150 bytes
+BLAKE2s (isort-5.12.0.tar.gz) = 36c82ac56b599460f14294d120fd61fb96e665b730ad69a97a6050e4102e5c47
+SHA512 (isort-5.12.0.tar.gz) = 8f38b59c5cac2e6757522ae2d912e2f13d27546ade6ab9bf3d313945c90bde5814cb2fcace8c5b309914155c84b06f7d0e8bb6dbd40673f032f4d1f0afce8add
+Size (isort-5.12.0.tar.gz) = 174643 bytes



Home | Main Index | Thread Index | Old Index