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:           Wed Jan 11 10:54:41 UTC 2023

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

Log Message:
py-yamllint: updated to 1.29.0

1.29.0 (2023-01-10)

Add support for Python 3.11, drop support for Python 3.6
Rule float-values: fix bug on strings containing fordidden values
Stop releasing universal wheels
Use proper Python 3 I/O type for file reading
Rule indentation: fix indent-sequences in nested collections
Docs: clarify disable-line and parser errors, give a workaround
Refactors to apply some pyupgrade suggestions
Allow using a list of strings in ignore configuration
Add --list-files command line option


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-yamllint/Makefile \
    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.3 pkgsrc/textproc/py-yamllint/Makefile:1.4
--- pkgsrc/textproc/py-yamllint/Makefile:1.3    Tue Sep 13 12:35:26 2022
+++ pkgsrc/textproc/py-yamllint/Makefile        Wed Jan 11 10:54:41 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2022/09/13 12:35:26 adam Exp $
+# $NetBSD: Makefile,v 1.4 2023/01/11 10:54:41 adam Exp $
 
-DISTNAME=      yamllint-1.28.0
+DISTNAME=      yamllint-1.29.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=y/yamllint/}
Index: pkgsrc/textproc/py-yamllint/distinfo
diff -u pkgsrc/textproc/py-yamllint/distinfo:1.3 pkgsrc/textproc/py-yamllint/distinfo:1.4
--- pkgsrc/textproc/py-yamllint/distinfo:1.3    Tue Sep 13 12:35:26 2022
+++ pkgsrc/textproc/py-yamllint/distinfo        Wed Jan 11 10:54:41 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2022/09/13 12:35:26 adam Exp $
+$NetBSD: distinfo,v 1.4 2023/01/11 10:54:41 adam Exp $
 
-BLAKE2s (yamllint-1.28.0.tar.gz) = cda8b79eb0c0f2977affaa4493fe9cc94fef96e6b271aa693e131ec2508a710f
-SHA512 (yamllint-1.28.0.tar.gz) = 9d811616f5a2c8c9574ef74afd2548c415881386932e4ee9b29311c3ef32150ed868943bcef19b31226d9a31f0be384e0ee3b3ec86cebf0d7c4216696a6b0161
-Size (yamllint-1.28.0.tar.gz) = 121934 bytes
+BLAKE2s (yamllint-1.29.0.tar.gz) = 4dba82257083645fb58a2b47f6081ac81b2944ee9cf6f1b26b287869c95bf751
+SHA512 (yamllint-1.29.0.tar.gz) = 25c8b1db12c1955878a368433634277a75c2fbde14b041022f591ff7d71b975b509e24b6755c98fa086d3a3a5adf1560ef62f86f9f9e4798d6ca5a0fb50e9e52
+Size (yamllint-1.29.0.tar.gz) = 123149 bytes



Home | Main Index | Thread Index | Old Index