pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-flakes
Module Name: pkgsrc
Committed By: adam
Date: Thu Nov 4 13:43:11 UTC 2021
Modified Files:
pkgsrc/devel/py-flakes: Makefile PLIST distinfo
Log Message:
py-flakes: updated to 2.4.0
2.4.0
- Remove unused tracing code (``traceTree``)
- Add support for ``match`` statement
- Detect ``typing`` module attributes when imported with ``import ... as ...``
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-flakes/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-flakes/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-flakes/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-flakes/Makefile
diff -u pkgsrc/devel/py-flakes/Makefile:1.18 pkgsrc/devel/py-flakes/Makefile:1.19
--- pkgsrc/devel/py-flakes/Makefile:1.18 Mon Apr 5 11:17:09 2021
+++ pkgsrc/devel/py-flakes/Makefile Thu Nov 4 13:43:11 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2021/04/05 11:17:09 adam Exp $
+# $NetBSD: Makefile,v 1.19 2021/11/04 13:43:11 adam Exp $
-DISTNAME= pyflakes-2.3.1
+DISTNAME= pyflakes-2.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyflakes/}
Index: pkgsrc/devel/py-flakes/PLIST
diff -u pkgsrc/devel/py-flakes/PLIST:1.5 pkgsrc/devel/py-flakes/PLIST:1.6
--- pkgsrc/devel/py-flakes/PLIST:1.5 Thu Jan 24 09:19:25 2019
+++ pkgsrc/devel/py-flakes/PLIST Thu Nov 4 13:43:11 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/01/24 09:19:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2021/11/04 13:43:11 adam Exp $
bin/pyflakes-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -59,6 +59,9 @@ ${PYSITELIB}/pyflakes/test/test_imports.
${PYSITELIB}/pyflakes/test/test_is_literal.py
${PYSITELIB}/pyflakes/test/test_is_literal.pyc
${PYSITELIB}/pyflakes/test/test_is_literal.pyo
+${PYSITELIB}/pyflakes/test/test_match.py
+${PYSITELIB}/pyflakes/test/test_match.pyc
+${PYSITELIB}/pyflakes/test/test_match.pyo
${PYSITELIB}/pyflakes/test/test_other.py
${PYSITELIB}/pyflakes/test/test_other.pyc
${PYSITELIB}/pyflakes/test/test_other.pyo
Index: pkgsrc/devel/py-flakes/distinfo
diff -u pkgsrc/devel/py-flakes/distinfo:1.17 pkgsrc/devel/py-flakes/distinfo:1.18
--- pkgsrc/devel/py-flakes/distinfo:1.17 Tue Oct 26 10:18:27 2021
+++ pkgsrc/devel/py-flakes/distinfo Thu Nov 4 13:43:11 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2021/10/26 10:18:27 nia Exp $
+$NetBSD: distinfo,v 1.18 2021/11/04 13:43:11 adam Exp $
-BLAKE2s (pyflakes-2.3.1.tar.gz) = 1b201a68f08bc765c228346ce9f5d02eab82680127f3c36e152d81129c067b77
-SHA512 (pyflakes-2.3.1.tar.gz) = 85d3a2737d31ed4b5f4c2e3621759a5951d1320f95d74313fec09fa551648105b3ab84db94f7bffe5b77623e4adbea1d8ad12b9ce2fee7e81c41581a3ea81cc6
-Size (pyflakes-2.3.1.tar.gz) = 68567 bytes
+BLAKE2s (pyflakes-2.4.0.tar.gz) = e3bb3eb9c20e6db68b9823c635b88c4f6079063ebfc1309c33ebb5be7c37c039
+SHA512 (pyflakes-2.4.0.tar.gz) = f4c6512eb811511c897623f52c4f88e50275a3292582d7dd34462e90e39fecce939818cb92e750eebdd66eab25b91c23540104fc4530c42621d7cfeb1d33c577
+Size (pyflakes-2.4.0.tar.gz) = 69101 bytes
Home |
Main Index |
Thread Index |
Old Index