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:           Tue Aug  2 09:45:59 UTC 2022

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-yamllint/Makefile \
    pkgsrc/textproc/py-yamllint/PLIST 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.1 pkgsrc/textproc/py-yamllint/Makefile:1.2
--- pkgsrc/textproc/py-yamllint/Makefile:1.1    Thu May 12 08:10:26 2022
+++ pkgsrc/textproc/py-yamllint/Makefile        Tue Aug  2 09:45:58 2022
@@ -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 @@ DEPENDS+=     ${PYPKGPREFIX}-yaml-[0-9]*:../
 
 USE_LANGUAGES= # none
 
+USE_PKG_RESOURCES=     yes
+
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 post-install:
Index: pkgsrc/textproc/py-yamllint/PLIST
diff -u pkgsrc/textproc/py-yamllint/PLIST:1.1 pkgsrc/textproc/py-yamllint/PLIST:1.2
--- pkgsrc/textproc/py-yamllint/PLIST:1.1       Thu May 12 08:10:26 2022
+++ pkgsrc/textproc/py-yamllint/PLIST   Tue Aug  2 09:45:58 2022
@@ -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_lines.
 ${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
Index: pkgsrc/textproc/py-yamllint/distinfo
diff -u pkgsrc/textproc/py-yamllint/distinfo:1.1 pkgsrc/textproc/py-yamllint/distinfo:1.2
--- pkgsrc/textproc/py-yamllint/distinfo:1.1    Thu May 12 08:10:26 2022
+++ pkgsrc/textproc/py-yamllint/distinfo        Tue Aug  2 09:45:58 2022
@@ -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