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:           Sun Mar 30 15:01:48 UTC 2025

Modified Files:
        pkgsrc/textproc/py-yamllint: Makefile PLIST distinfo

Log Message:
py-yamllint: updated to 1.37.0

1.37.0 (2025-03-23)

- Automatically detect Unicode character encoding of files
- Publish pushes to master branch to TestPyPI


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-yamllint/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-yamllint/PLIST
cvs rdiff -u -r1.13 -r1.14 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.14 pkgsrc/textproc/py-yamllint/Makefile:1.15
--- pkgsrc/textproc/py-yamllint/Makefile:1.14   Sat Mar 15 19:29:19 2025
+++ pkgsrc/textproc/py-yamllint/Makefile        Sun Mar 30 15:01:47 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2025/03/15 19:29:19 adam Exp $
+# $NetBSD: Makefile,v 1.15 2025/03/30 15:01:47 adam Exp $
 
-DISTNAME=      yamllint-1.36.1
+DISTNAME=      yamllint-1.37.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=y/yamllint/}

Index: pkgsrc/textproc/py-yamllint/PLIST
diff -u pkgsrc/textproc/py-yamllint/PLIST:1.4 pkgsrc/textproc/py-yamllint/PLIST:1.5
--- pkgsrc/textproc/py-yamllint/PLIST:1.4       Thu Nov  9 12:27:28 2023
+++ pkgsrc/textproc/py-yamllint/PLIST   Sun Mar 30 15:01:47 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2023/11/09 12:27:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/03/30 15:01:47 adam Exp $
 bin/yamllint-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -20,6 +20,9 @@ ${PYSITELIB}/yamllint/conf/relaxed.yaml
 ${PYSITELIB}/yamllint/config.py
 ${PYSITELIB}/yamllint/config.pyc
 ${PYSITELIB}/yamllint/config.pyo
+${PYSITELIB}/yamllint/decoder.py
+${PYSITELIB}/yamllint/decoder.pyc
+${PYSITELIB}/yamllint/decoder.pyo
 ${PYSITELIB}/yamllint/linter.py
 ${PYSITELIB}/yamllint/linter.pyc
 ${PYSITELIB}/yamllint/linter.pyo

Index: pkgsrc/textproc/py-yamllint/distinfo
diff -u pkgsrc/textproc/py-yamllint/distinfo:1.13 pkgsrc/textproc/py-yamllint/distinfo:1.14
--- pkgsrc/textproc/py-yamllint/distinfo:1.13   Sat Mar 15 19:29:19 2025
+++ pkgsrc/textproc/py-yamllint/distinfo        Sun Mar 30 15:01:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2025/03/15 19:29:19 adam Exp $
+$NetBSD: distinfo,v 1.14 2025/03/30 15:01:47 adam Exp $
 
-BLAKE2s (yamllint-1.36.1.tar.gz) = f8c0c04d87543b01889ab87ef54f28d67aec736ad14025ef33991c62a6595e24
-SHA512 (yamllint-1.36.1.tar.gz) = b28d24975ad26db48709c7de673e5c4bf41033f753cf6c0573965d89557e33e0ac9a438c38ca8d8655503a4b2cf0b4166c9e4d3c922649588b741669bcedc447
-Size (yamllint-1.36.1.tar.gz) = 56810 bytes
+BLAKE2s (yamllint-1.37.0.tar.gz) = 774c100676706df4dea34f63d86e4ad4a5933fd66e65407d0dcd19166be56c5f
+SHA512 (yamllint-1.37.0.tar.gz) = e29b3f416721e5e82bffe1814d2315603de16c4766b6e3cce52ea25e803063363f9c40b5620e000dc11622b6e0fef129bbfcb7c9c6fc1ac74220e9bc1ad249fc
+Size (yamllint-1.37.0.tar.gz) = 141202 bytes



Home | Main Index | Thread Index | Old Index