pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-yamllint
Module Name: pkgsrc
Committed By: adam
Date: Tue Jan 13 12:30:13 UTC 2026
Modified Files:
pkgsrc/textproc/py-yamllint: Makefile distinfo
Log Message:
py-yamllint: updated to 1.38.0
1.38.0 (2026-01-13)
- Add support for Python 3.14, drop support for Python 3.9
- Require pathspec ≥ 1.0.0
- Config: Follow gitignore implementation in ``yaml-files`` and ``ignore``
- Config: Use "mapping" instead of "dict" for user-facing errors
- Rule ``indentation``: Fix error message for ``check-multi-line-strings``
- Rule ``quoted-strings``: Add ``quote-type: consistent``
- Docs: Update the name of BSD ports
- Docs: Enhance wording of recursive directory lint in README
- Docs: Add Alpine Linux installation instructions in README
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/py-yamllint/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/py-yamllint/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-yamllint/Makefile
diff -u pkgsrc/textproc/py-yamllint/Makefile:1.19 pkgsrc/textproc/py-yamllint/Makefile:1.20
--- pkgsrc/textproc/py-yamllint/Makefile:1.19 Thu Oct 9 07:58:07 2025
+++ pkgsrc/textproc/py-yamllint/Makefile Tue Jan 13 12:30:13 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2025/10/09 07:58:07 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2026/01/13 12:30:13 adam Exp $
-DISTNAME= yamllint-1.37.1
+DISTNAME= yamllint-1.38.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=y/yamllint/}
@@ -11,7 +11,7 @@ COMMENT= Linter for YAML files
LICENSE= gnu-gpl-v3
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-pathspec>=0.5.3:../../devel/py-pathspec
+DEPENDS+= ${PYPKGPREFIX}-pathspec>=1.0.0:../../devel/py-pathspec
DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
USE_LANGUAGES= # none
Index: pkgsrc/textproc/py-yamllint/distinfo
diff -u pkgsrc/textproc/py-yamllint/distinfo:1.15 pkgsrc/textproc/py-yamllint/distinfo:1.16
--- pkgsrc/textproc/py-yamllint/distinfo:1.15 Sun May 4 12:59:55 2025
+++ pkgsrc/textproc/py-yamllint/distinfo Tue Jan 13 12:30:13 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2025/05/04 12:59:55 adam Exp $
+$NetBSD: distinfo,v 1.16 2026/01/13 12:30:13 adam Exp $
-BLAKE2s (yamllint-1.37.1.tar.gz) = c503f4fb4a11a2eef0d605d444ee754d9c28d1c69e55681b0f91bc1ddec6dc5e
-SHA512 (yamllint-1.37.1.tar.gz) = f10e1c4b6b1233701044cb9b7918198bdd107a524d1832d2158b5845277a953ef7fd6d7295e9c3d0730a8f5dea7d1823c1adcba74603c71ce7cf0757435ed1ce
-Size (yamllint-1.37.1.tar.gz) = 141613 bytes
+BLAKE2s (yamllint-1.38.0.tar.gz) = ff44f947156803766ce746f7e0885142f534b814f9d0e4ac7ac9318aeaba2b73
+SHA512 (yamllint-1.38.0.tar.gz) = e8efdfcd5759633ce40e9bb7b6ef4f1a94362af7e7fb96e446a8ad45fbc9863fdc0f718a83ab10f70c553085a4ad8ab5925019b4a2807817ee0ca526f9c925cd
+Size (yamllint-1.38.0.tar.gz) = 142446 bytes
Home |
Main Index |
Thread Index |
Old Index