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: Thu Feb 27 08:22:58 UTC 2025
Modified Files:
pkgsrc/devel/py-isort: Makefile distinfo
Log Message:
py-isort: updated to 6.0.1
6.0.1
Changes
fix multi_line_output_modes docs
Ruff rules PT for pytest
Ruff rules B017, B028, and E203
Lint Python code with ruff
Fix test_find_imports_in_file_error failing on Windows
Move flake8 settings into pyproject.toml
Upgrade to uv>=0.6.0 and enable-cache
Apply some ruff rules
Fixes
Add OSError handling in find_imports_in_file
Link GH as changelog
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-isort/Makefile
cvs rdiff -u -r1.28 -r1.29 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.29 pkgsrc/devel/py-isort/Makefile:1.30
--- pkgsrc/devel/py-isort/Makefile:1.29 Sun Feb 2 16:16:34 2025
+++ pkgsrc/devel/py-isort/Makefile Thu Feb 27 08:22:58 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2025/02/02 16:16:34 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2025/02/27 08:22:58 adam Exp $
-DISTNAME= isort-6.0.0
+DISTNAME= isort-6.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/isort/}
@@ -10,12 +10,13 @@ HOMEPAGE= https://github.com/PyCQA/isort
COMMENT= Python utility/library to sort imports
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0:../../devel/py-hatchling
+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
TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesmith>=0.1.3:../../devel/py-hypothesmith
-TEST_DEPENDS+= ${PYPKGPREFIX}-black>=0:../../textproc/py-black
TEST_DEPENDS+= ${PYPKGPREFIX}-lama>=7.7:../../devel/py-lama
TEST_DEPENDS+= ${PYPKGPREFIX}-libcst>=0.3.18:../../lang/py-libcst
TEST_DEPENDS+= ${PYPKGPREFIX}-toml>=0.10.2:../../textproc/py-toml
Index: pkgsrc/devel/py-isort/distinfo
diff -u pkgsrc/devel/py-isort/distinfo:1.28 pkgsrc/devel/py-isort/distinfo:1.29
--- pkgsrc/devel/py-isort/distinfo:1.28 Sun Feb 2 16:16:34 2025
+++ pkgsrc/devel/py-isort/distinfo Thu Feb 27 08:22:58 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2025/02/02 16:16:34 wiz Exp $
+$NetBSD: distinfo,v 1.29 2025/02/27 08:22:58 adam Exp $
-BLAKE2s (isort-6.0.0.tar.gz) = 8436a24b4c4ee7448cce9fdfd67b657c982a87d3ec8b5d3da4148925b65c8522
-SHA512 (isort-6.0.0.tar.gz) = dd08897c11a4e6e9d7bd19655fcaec92ca0e8d635abc34e259530bd15fafb948982a0988cf5cac9b98c95abd75144b4c649f530e91926e550d981a50d3d1f168
-Size (isort-6.0.0.tar.gz) = 828356 bytes
+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
Home |
Main Index |
Thread Index |
Old Index