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:   wiz
Date:           Mon Mar  2 12:47:36 UTC 2026

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

Log Message:
py-isort: update to 8.0.1.

Fix #2461: Added compression to stdlibs for Python 3.14 in isort/stdlibs/py314.py (#2463) @FinlayTheBerry
Fix unindented comments being corrupted in indented blocks (#2459) @worksbyfriday


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/py-isort/Makefile
cvs rdiff -u -r1.32 -r1.33 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.34 pkgsrc/devel/py-isort/Makefile:1.35
--- pkgsrc/devel/py-isort/Makefile:1.34 Sun Feb 22 13:31:56 2026
+++ pkgsrc/devel/py-isort/Makefile      Mon Mar  2 12:47:36 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2026/02/22 13:31:56 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2026/03/02 12:47:36 wiz Exp $
 
-DISTNAME=      isort-8.0.0
+DISTNAME=      isort-8.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/isort/}
@@ -23,11 +23,11 @@ TEST_DEPENDS+=      ${PYPKGPREFIX}-toml>=0.10
 
 USE_LANGUAGES= # none
 
-# for testing:
 .if make(test)
 ALLOW_NETWORK_ACCESS=  yes
 .endif
-# 5 failed, 552 passed, 1 skipped, 1 xpassed, 2 errors
+# as of 8.0.1
+# 5 failed, 553 passed, 1 skipped, 1 xpassed, 2 errors
 
 post-install:
 .for bin in isort isort-identify-imports

Index: pkgsrc/devel/py-isort/distinfo
diff -u pkgsrc/devel/py-isort/distinfo:1.32 pkgsrc/devel/py-isort/distinfo:1.33
--- pkgsrc/devel/py-isort/distinfo:1.32 Sun Feb 22 13:31:56 2026
+++ pkgsrc/devel/py-isort/distinfo      Mon Mar  2 12:47:36 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2026/02/22 13:31:56 wiz Exp $
+$NetBSD: distinfo,v 1.33 2026/03/02 12:47:36 wiz Exp $
 
-BLAKE2s (isort-8.0.0.tar.gz) = 6af481d2295f721337972d958af4b6c0aad4cf1df9f1341ee1c1614418b5fe89
-SHA512 (isort-8.0.0.tar.gz) = 92e27bc00beb2e78284c3ff09e343fa81f9fcbfa9723e1f7e333d49a568de615da0b1b41726b8a50ee6d86e33fa5fbc9449ad6de43b8f72e6281b36b6981cb9e
-Size (isort-8.0.0.tar.gz) = 769482 bytes
+BLAKE2s (isort-8.0.1.tar.gz) = a12444381aef054ab76c20df575e67e9fbcbb9b1461ac199f4ab028160b4c653
+SHA512 (isort-8.0.1.tar.gz) = 6ea1a3cd6ca4cc489e332f7d7c7e0d8138a734ecc0cf305a0324fe42c8ea0af9f6e28bd5b3cd7108d260fa93bf89a844b59589baf75c04d82e7112c54b7d305f
+Size (isort-8.0.1.tar.gz) = 769592 bytes



Home | Main Index | Thread Index | Old Index