pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-yamllint py-yamllint: updated to 1.29.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6dc773cc4c7a
branches:  trunk
changeset: 391637:6dc773cc4c7a
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 11 10:54:41 2023 +0000

description:
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

diffstat:

 textproc/py-yamllint/Makefile |  4 ++--
 textproc/py-yamllint/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r fb9d0c4de7a5 -r 6dc773cc4c7a textproc/py-yamllint/Makefile
--- a/textproc/py-yamllint/Makefile     Wed Jan 11 10:53:16 2023 +0000
+++ b/textproc/py-yamllint/Makefile     Wed Jan 11 10:54:41 2023 +0000
@@ -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/}
diff -r fb9d0c4de7a5 -r 6dc773cc4c7a textproc/py-yamllint/distinfo
--- a/textproc/py-yamllint/distinfo     Wed Jan 11 10:53:16 2023 +0000
+++ b/textproc/py-yamllint/distinfo     Wed Jan 11 10:54:41 2023 +0000
@@ -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