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.27.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83e06bb24d12
branches:  trunk
changeset: 382657:83e06bb24d12
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Aug 02 09:45:58 2022 +0000

description:
py-yamllint: updated to 1.27.1

1.27.1 (2022-07-08)

Fix failing test on key-duplicates for old PyYAML versions

1.27.0 (2022-07-08)

Add support for Python 3.10, drop Python 3.5
Fix GitHub Actions workflow
Refactor --format=auto logic
Update GitHub format output to use groups
Rule comments: allow whitespace after the shebang marker
Multiple minor fixes in documetation
Configure Sphinx to make man page show up in apropos
Attempt to clarify configuration file location in documentation
Rule key-duplicates: don't crash on redundant closing brackets or braces
Use rstcheck to lint documentation on the CI
Remove UTF-8 headers in Python files, since Python 2 isn't supported
Add various tests to increase coverage
Rule octal-values: pre-compile regex for performance
Add sections for Visual Studio Code and IntelliJ in documentation
Rule new-lines: add the type: platform config option
Add the new rule float-values

diffstat:

 textproc/py-yamllint/Makefile |  6 ++++--
 textproc/py-yamllint/PLIST    |  5 ++++-
 textproc/py-yamllint/distinfo |  8 ++++----
 3 files changed, 12 insertions(+), 7 deletions(-)

diffs (53 lines):

diff -r fb5cf8c20d94 -r 83e06bb24d12 textproc/py-yamllint/Makefile
--- a/textproc/py-yamllint/Makefile     Tue Aug 02 09:31:57 2022 +0000
+++ b/textproc/py-yamllint/Makefile     Tue Aug 02 09:45:58 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2022/05/12 08:10:26 adam Exp $
+# $NetBSD: Makefile,v 1.2 2022/08/02 09:45:58 adam Exp $
 
-DISTNAME=      yamllint-1.26.3
+DISTNAME=      yamllint-1.27.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=y/yamllint/}
@@ -15,6 +15,8 @@
 
 USE_LANGUAGES= # none
 
+USE_PKG_RESOURCES=     yes
+
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 post-install:
diff -r fb5cf8c20d94 -r 83e06bb24d12 textproc/py-yamllint/PLIST
--- a/textproc/py-yamllint/PLIST        Tue Aug 02 09:31:57 2022 +0000
+++ b/textproc/py-yamllint/PLIST        Tue Aug 02 09:45:58 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2022/05/12 08:10:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/08/02 09:45:58 adam Exp $
 bin/yamllint-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -62,6 +62,9 @@
 ${PYSITELIB}/yamllint/rules/empty_values.py
 ${PYSITELIB}/yamllint/rules/empty_values.pyc
 ${PYSITELIB}/yamllint/rules/empty_values.pyo
+${PYSITELIB}/yamllint/rules/float_values.py
+${PYSITELIB}/yamllint/rules/float_values.pyc
+${PYSITELIB}/yamllint/rules/float_values.pyo
 ${PYSITELIB}/yamllint/rules/hyphens.py
 ${PYSITELIB}/yamllint/rules/hyphens.pyc
 ${PYSITELIB}/yamllint/rules/hyphens.pyo
diff -r fb5cf8c20d94 -r 83e06bb24d12 textproc/py-yamllint/distinfo
--- a/textproc/py-yamllint/distinfo     Tue Aug 02 09:31:57 2022 +0000
+++ b/textproc/py-yamllint/distinfo     Tue Aug 02 09:45:58 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/05/12 08:10:26 adam Exp $
+$NetBSD: distinfo,v 1.2 2022/08/02 09:45:58 adam Exp $
 
-BLAKE2s (yamllint-1.26.3.tar.gz) = c23362bf963a4381f4c46a1b57603cb3a7ee049c9a4dc24da4ff215afecd5db4
-SHA512 (yamllint-1.26.3.tar.gz) = c5ed17ecec102324bec077484dcede6fbf8c01a37a9292929a52163a4a9d9e9989809879c29b69c45b7cce8cbeefc830d4542118f617e846702f216f49d9db5b
-Size (yamllint-1.26.3.tar.gz) = 126746 bytes
+BLAKE2s (yamllint-1.27.1.tar.gz) = 57c1956dcdb5251c884ec4fede619ebf3836a4d543d2cd050238ccf046133b40
+SHA512 (yamllint-1.27.1.tar.gz) = c00fcb5da35f79b0f877f1b8c3e5f1ff8c5d161dd795d3a2657e44e27d8b943961984bf15c294be263e00bf9dfcaf3dbf16ef8fd7354bedc8ed92e3e24ce4baf
+Size (yamllint-1.27.1.tar.gz) = 129052 bytes



Home | Main Index | Thread Index | Old Index