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 May  4 12:59:55 UTC 2025

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

Log Message:
py-yamllint: updated to 1.37.1

1.37.1 (2025-05-04)

- Rule ``comments``: tell how many spaces are expected
- Rule ``quoted-strings``: Fix ``only-when-needed`` on multiline with backslash
- Config: Report if ``rules`` is not a dict
- Fix ``test_codec_built_in_equivalent()`` test when run with pytest
- CI: Fix TestPyPI "dev0" versions for master commits on tags
- Docs: Add links to GitHub repository and releases
- Docs: Fix GitLab integration example
- Docs: Fix GitLab integration link
- Fix the tests badge link on the README


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/py-yamllint/Makefile
cvs rdiff -u -r1.14 -r1.15 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.16 pkgsrc/textproc/py-yamllint/Makefile:1.17
--- pkgsrc/textproc/py-yamllint/Makefile:1.16   Mon Apr 14 13:07:28 2025
+++ pkgsrc/textproc/py-yamllint/Makefile        Sun May  4 12:59:55 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2025/04/14 13:07:28 adam Exp $
+# $NetBSD: Makefile,v 1.17 2025/05/04 12:59:55 adam Exp $
 
-DISTNAME=      yamllint-1.37.0
+DISTNAME=      yamllint-1.37.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=y/yamllint/}
 

Index: pkgsrc/textproc/py-yamllint/distinfo
diff -u pkgsrc/textproc/py-yamllint/distinfo:1.14 pkgsrc/textproc/py-yamllint/distinfo:1.15
--- pkgsrc/textproc/py-yamllint/distinfo:1.14   Sun Mar 30 15:01:47 2025
+++ pkgsrc/textproc/py-yamllint/distinfo        Sun May  4 12:59:55 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/03/30 15:01:47 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/05/04 12:59:55 adam Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index