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 Sep 13 12:35:26 UTC 2022
Modified Files:
pkgsrc/textproc/py-yamllint: Makefile distinfo
Log Message:
py-yamllint: updated to 1.28.0
1.28.0 (2022-09-12)
Better compress PNG image in documentation
Remove __future__ imports specific to Python 2
Remove inheritance from object specific to Python 2
Simplify GitHub Actions example in documentation
Update ALE vim plugin link in documentation
Update license to latest version of GPLv3
Pre-compile disable/enable rules regexes
Rule quoted-strings: add allow-quoted-quotes option
Add option ignore-from-file in config
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/textproc/py-yamllint/Makefile:1.3
--- pkgsrc/textproc/py-yamllint/Makefile:1.2 Tue Aug 2 09:45:58 2022
+++ pkgsrc/textproc/py-yamllint/Makefile Tue Sep 13 12:35:26 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2022/08/02 09:45:58 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/09/13 12:35:26 adam Exp $
-DISTNAME= yamllint-1.27.1
+DISTNAME= yamllint-1.28.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.2 pkgsrc/textproc/py-yamllint/distinfo:1.3
--- pkgsrc/textproc/py-yamllint/distinfo:1.2 Tue Aug 2 09:45:58 2022
+++ pkgsrc/textproc/py-yamllint/distinfo Tue Sep 13 12:35:26 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/08/02 09:45:58 adam Exp $
+$NetBSD: distinfo,v 1.3 2022/09/13 12:35:26 adam Exp $
-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
+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
Home |
Main Index |
Thread Index |
Old Index