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: Sun Feb 2 16:16:34 UTC 2025
Modified Files:
pkgsrc/devel/py-isort: Makefile PLIST distinfo
Log Message:
py-isort: update to 6.0.0.
💥 Breaking Changes
Remove support for Python 3.8 (#2327) @DanielNoord
🚀 Features
Python 3.13 support (#2306) @mayty
Updates round 3 (#2334) @matthewhughes934
Speed up exists_case_sensitive calls (#2264) @correctmost
nit: Fix deprecation message link (#2220) @syou6162
Ensure that split_on_trailing_comma works with as imports (#2340) @DanielNoord
Black profile: enable magic comma (#2236) @MrMino
Fix google style test (#2336) @DanielNoord
Update line_length and single_line_exclusions in google profile (#2149) @jagapiou
Updates round 2 (#2329) @matthewhughes934
Dependency updates round 1 (#2325) @matthewhughes934
Run pre-commit autoupdate (#2321) @kurtmckee
🪲 Fixes
Allow --diff to be used with --jobs (#2302) @mnakama
wemake has 80 chars hard limit, not 79 (#2241) @sobolevn
Fix errors on main (#2320) @DanielNoord
Fixed syntax error (#2289) @Sergio-prog
fix: typo (#2298) @Rotzbua
Fix sort_reexports code mangling (#2283) @Helveg
fix: correct group by package tokenization (#2136) @glasnt
Fix isort-action usage documentation (#2297) @jamescurtin
Fix CDN for Ace (#2127) @abitrolly
Fix help text (#2229) @stweil
docs: fix spelling mistake (#2249) @cachho
👷 Continuous Integration
UV replacement of Poetry (#2349) @staticdev
Make actions happy (#2311) @matthewhughes934
Fix GitHub Actions badges (#2326) @hugovk
Eliminate actions/cache@v2 usage (#2322) @kurtmckee
feat: add dependabot for GH action update (#2300) @Rotzbua
Update stage names for pre-commit (#2296) @matthewhughes934
📦 Dependencies
Bump poetry to 2.0.1 (#2341) @DanielNoord
Fix misc unsafe dependencies (#2345) @staticdev
Bump the github-actions group across 1 directory with 5 updates (#2324) @dependabot[bot]
Bump gitpython from 3.1.40 to 3.1.41 (#2223) @dependabot[bot]
Bump jinja2 from 3.1.2 to 3.1.3 (#2224) @dependabot[bot]
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-isort/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-isort/PLIST
cvs rdiff -u -r1.27 -r1.28 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.28 pkgsrc/devel/py-isort/Makefile:1.29
--- pkgsrc/devel/py-isort/Makefile:1.28 Thu Dec 14 13:19:33 2023
+++ pkgsrc/devel/py-isort/Makefile Sun Feb 2 16:16:34 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2023/12/14 13:19:33 adam Exp $
+# $NetBSD: Makefile,v 1.29 2025/02/02 16:16:34 wiz Exp $
-DISTNAME= isort-5.13.2
+DISTNAME= isort-6.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/isort/}
@@ -10,8 +10,9 @@ HOMEPAGE= https://github.com/PyCQA/isort
COMMENT= Python utility/library to sort imports
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+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}-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
@@ -21,7 +22,10 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-toml>=0.10
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+# 18 failed, 544 passed, 1 skipped, 1 xfailed, 70 warnings, 3 errors
+# for testing:
+#ALLOW_NETWORK_ACCESS= yes
+# 9 failed, 553 passed, 1 skipped, 1 xfailed, 69 warnings, 3 errors
post-install:
.for bin in isort isort-identify-imports
Index: pkgsrc/devel/py-isort/PLIST
diff -u pkgsrc/devel/py-isort/PLIST:1.10 pkgsrc/devel/py-isort/PLIST:1.11
--- pkgsrc/devel/py-isort/PLIST:1.10 Mon Dec 11 20:53:49 2023
+++ pkgsrc/devel/py-isort/PLIST Sun Feb 2 16:16:34 2025
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.10 2023/12/11 20:53:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2025/02/02 16:16:34 wiz Exp $
bin/isort-${PYVERSSUFFIX}
bin/isort-identify-imports-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/isort/__init__.py
${PYSITELIB}/isort/__init__.pyc
${PYSITELIB}/isort/__init__.pyo
@@ -120,6 +120,9 @@ ${PYSITELIB}/isort/stdlibs/py311.pyo
${PYSITELIB}/isort/stdlibs/py312.py
${PYSITELIB}/isort/stdlibs/py312.pyc
${PYSITELIB}/isort/stdlibs/py312.pyo
+${PYSITELIB}/isort/stdlibs/py313.py
+${PYSITELIB}/isort/stdlibs/py313.pyc
+${PYSITELIB}/isort/stdlibs/py313.pyo
${PYSITELIB}/isort/stdlibs/py36.py
${PYSITELIB}/isort/stdlibs/py36.pyc
${PYSITELIB}/isort/stdlibs/py36.pyo
Index: pkgsrc/devel/py-isort/distinfo
diff -u pkgsrc/devel/py-isort/distinfo:1.27 pkgsrc/devel/py-isort/distinfo:1.28
--- pkgsrc/devel/py-isort/distinfo:1.27 Thu Dec 14 13:19:33 2023
+++ pkgsrc/devel/py-isort/distinfo Sun Feb 2 16:16:34 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2023/12/14 13:19:33 adam Exp $
+$NetBSD: distinfo,v 1.28 2025/02/02 16:16:34 wiz Exp $
-BLAKE2s (isort-5.13.2.tar.gz) = 2a7a2bd1ca6aaf3bb69e7a53a21d2af9406a174a95c2ed9173e2f9310b8ca749
-SHA512 (isort-5.13.2.tar.gz) = 8bf953fecc343ef00b51365af9a8334ab4240892036e6db507cc311131991d4ad2ebd1088daeb96fde82383224768f309af94633b6c71ddedec20f0a1ecd40db
-Size (isort-5.13.2.tar.gz) = 175303 bytes
+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
Home |
Main Index |
Thread Index |
Old Index