pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-ruff
Module Name: pkgsrc
Committed By: wiz
Date: Sun Oct 12 18:27:25 UTC 2025
Modified Files:
pkgsrc/devel/py-ruff: Makefile distinfo
Log Message:
py-ruff: update to 0.14.0.
Breaking changes
Update default and latest Python versions for 3.14 (#20725)
Preview features
[flake8-bugbear] Include certain guaranteed-mutable expressions: tuples, generators, and assignment expressions (B006) (#20024)
[refurb] Add fixes for FURB101 and FURB103 (#20520)
[ruff] Extend FA102 with listed PEP 585-compatible APIs (#20659)
Bug fixes
[flake8-annotations] Fix return type annotations to handle shadowed builtin symbols (ANN201, ANN202, ANN204, ANN205, ANN206) (#20612)
[flynt] Fix f-string quoting for mixed quote joiners (FLY002) (#20662)
[isort] Fix inserting required imports before future imports (I002) (#20676)
[ruff] Handle argfile expansion errors gracefully (#20691)
[ruff] Skip RUF051 if else/elif block is present (#20705)
[ruff] Improve handling of intermixed comments inside from-imports (#20561)
Documentation
[flake8-comprehensions] Clarify fix safety documentation (C413) (#20640)
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/devel/py-ruff/Makefile
cvs rdiff -u -r1.75 -r1.76 pkgsrc/devel/py-ruff/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-ruff/Makefile
diff -u pkgsrc/devel/py-ruff/Makefile:1.78 pkgsrc/devel/py-ruff/Makefile:1.79
--- pkgsrc/devel/py-ruff/Makefile:1.78 Fri Oct 3 08:26:37 2025
+++ pkgsrc/devel/py-ruff/Makefile Sun Oct 12 18:27:25 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2025/10/03 08:26:37 adam Exp $
+# $NetBSD: Makefile,v 1.79 2025/10/12 18:27:25 wiz Exp $
-DISTNAME= ruff-0.13.3
+DISTNAME= ruff-0.14.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/ruff/}
Index: pkgsrc/devel/py-ruff/distinfo
diff -u pkgsrc/devel/py-ruff/distinfo:1.75 pkgsrc/devel/py-ruff/distinfo:1.76
--- pkgsrc/devel/py-ruff/distinfo:1.75 Fri Oct 3 08:26:37 2025
+++ pkgsrc/devel/py-ruff/distinfo Sun Oct 12 18:27:25 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.75 2025/10/03 08:26:37 adam Exp $
+$NetBSD: distinfo,v 1.76 2025/10/12 18:27:25 wiz Exp $
BLAKE2s (adler2-2.0.1.crate) = 4d391e0fcde91c7435ee9a5503fee4a5346f549f1b45e482ce3e1e151d90f8f5
SHA512 (adler2-2.0.1.crate) = 555b2b7ba6f8116acccd0bcd16ed34cc78162c81023cff31a8566ffcd456c03832089fca2d5b668ceaac4fe8f922d31aa9c487f226a36cace294ff4a219bd91d
@@ -864,9 +864,9 @@ Size (regex-syntax-0.8.6.crate) = 358808
BLAKE2s (ron-0.7.1.crate) = 38783e1f522e0e71a2b5395465bf6f0851e08be5a7a831a11f8839879712e0e3
SHA512 (ron-0.7.1.crate) = 02298f035304e791c99fb16c6301d040e3a348180aacf31ddd00abc0a694901bd1820c8479fadd72028fda8681c45ff6a203c6100ae9037c845cba74b7f9f8c8
Size (ron-0.7.1.crate) = 53572 bytes
-BLAKE2s (ruff-0.13.3.tar.gz) = e40ab400fab21bca951aa1969e42d01de3071e60fb915d370e51b65608c44f47
-SHA512 (ruff-0.13.3.tar.gz) = 896f54125c3ebdfca445c81b90155f400aa229338d630567af3afb6037bb318af8cd50b15b389e5df23901a37af7945ced7fd4784d28c6d6c4793f946fa7aab2
-Size (ruff-0.13.3.tar.gz) = 5438533 bytes
+BLAKE2s (ruff-0.14.0.tar.gz) = c3e1bb5cfb1af5c0efa7889126ee24e11bd0372bad2d2189661220533560ee64
+SHA512 (ruff-0.14.0.tar.gz) = 5058f9b2ae8f080cc4127793afc992842b397583906bb5d50551075b18d22c533f30bf1126b4c9203d32c1e5e545e2e9387a538700494ab91c348a305d70c890
+Size (ruff-0.14.0.tar.gz) = 5452071 bytes
BLAKE2s (rust-stemmers-1.2.0.crate) = b3877c53f5abea4a2b4cdabcb1bb1ea43cd4708da95dc458e436a6429a10c542
SHA512 (rust-stemmers-1.2.0.crate) = b9453a0984d41e5a692e5ea1a8a7bc6142de30f7b345a269489b8d4ebe3b3d442e7fe5f338c72a790521dea7a2ad9605c0ca8218a6b76d8bc5e19ae02cf711d7
Size (rust-stemmers-1.2.0.crate) = 2351301 bytes
Home |
Main Index |
Thread Index |
Old Index