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 Oct  3 09:30:03 UTC 2025

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

Log Message:
py-isort: updated to 6.1.0

6.1.0

Update docs discussions channel
Add python 3.14 classifier and badge
Drop use of non-standard pkg_resources API
Use working isort version in pre-commit example
fix typo in _get_files_from_dir_cached test
Resolve bandit warnings
Add tox for cross-platform, parallel test suite execution
Add Project URLs to PyPI Side Panel
Fix typos


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-isort/Makefile
cvs rdiff -u -r1.29 -r1.30 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.30 pkgsrc/devel/py-isort/Makefile:1.31
--- pkgsrc/devel/py-isort/Makefile:1.30 Thu Feb 27 08:22:58 2025
+++ pkgsrc/devel/py-isort/Makefile      Fri Oct  3 09:30:03 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2025/02/27 08:22:58 adam Exp $
+# $NetBSD: Makefile,v 1.31 2025/10/03 09:30:03 adam Exp $
 
-DISTNAME=      isort-6.0.1
+DISTNAME=      isort-6.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/isort/}
@@ -12,7 +12,6 @@ LICENSE=      mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>0:../../devel/py-hatch-vcs
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>0:../../devel/py-hatchling
-DEPENDS+=      ${PYPKGPREFIX}-colorama>=0.4.:../../comms/py-colorama
 TEST_DEPENDS+= git-base-[0-9]*:../../devel/git-base
 TEST_DEPENDS+= ${PYPKGPREFIX}-black>=0:../../textproc/py-black
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=6.10.1:../../devel/py-hypothesis
@@ -23,6 +22,11 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-toml>=0.10
 
 USE_LANGUAGES= # none
 
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 310
+DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=4.6.0:../../devel/py-importlib-metadata
+.endif
+
 # 18 failed, 544 passed, 1 skipped, 1 xfailed, 70 warnings, 3 errors
 # for testing:
 #ALLOW_NETWORK_ACCESS= yes

Index: pkgsrc/devel/py-isort/distinfo
diff -u pkgsrc/devel/py-isort/distinfo:1.29 pkgsrc/devel/py-isort/distinfo:1.30
--- pkgsrc/devel/py-isort/distinfo:1.29 Thu Feb 27 08:22:58 2025
+++ pkgsrc/devel/py-isort/distinfo      Fri Oct  3 09:30:03 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2025/02/27 08:22:58 adam Exp $
+$NetBSD: distinfo,v 1.30 2025/10/03 09:30:03 adam Exp $
 
-BLAKE2s (isort-6.0.1.tar.gz) = fd73896e269b0c3e211b3ff09a047e7362a23beadb1025354af96b1d48c4d28b
-SHA512 (isort-6.0.1.tar.gz) = 32eb305e59c5e8d18389432fac6c30b769752c756df43d3c15af268e44c9d74cde5ced952b5a25cea93bd9572f3ba203b8409dff9396a95492993875762ee591
-Size (isort-6.0.1.tar.gz) = 821955 bytes
+BLAKE2s (isort-6.1.0.tar.gz) = 0e83b13cc43ab0e823347e4e7c205fe0b37d787e7401353efd596388153f2730
+SHA512 (isort-6.1.0.tar.gz) = 80f48e82de1bfe99282de42d594adc4128d7cbdc9fa36bb5e333e5c28f46290d394ba56ec5899187ef734f33725b4ce30c988f1baf66150b92a144c563982062
+Size (isort-6.1.0.tar.gz) = 824325 bytes



Home | Main Index | Thread Index | Old Index