pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-flakes py-flakes: updated to 2.3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/1e9d8f056dbd
branches: trunk
changeset: 448791:1e9d8f056dbd
user: adam <adam%pkgsrc.org@localhost>
date: Mon Mar 15 07:17:15 2021 +0000
description:
py-flakes: updated to 2.3.0
2.3.0 (2021-03-14)
- Recognize tuple concatenation in ``__all__`` export definitions
- Better support use of annotation-only assignments when using
``from __future__ import annotations``
- Recognize special-case typing for ``Annotated``
- Fix undefined name ``__qualname__`` in class scope
- Recognize special-cased typing for ``TypeVar``
- Errors for undefined exports in ``__all__`` are shown in a deterministic order
- Fix false positives in certain typing constructs (``TypeVar``,
``NamedTuple``, ``TypedDict``, ``cast``)
diffstat:
devel/py-flakes/Makefile | 4 ++--
devel/py-flakes/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 207b7a147059 -r 1e9d8f056dbd devel/py-flakes/Makefile
--- a/devel/py-flakes/Makefile Mon Mar 15 07:15:45 2021 +0000
+++ b/devel/py-flakes/Makefile Mon Mar 15 07:17:15 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2020/04/10 05:55:30 adam Exp $
+# $NetBSD: Makefile,v 1.17 2021/03/15 07:17:15 adam Exp $
-DISTNAME= pyflakes-2.2.0
+DISTNAME= pyflakes-2.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyflakes/}
diff -r 207b7a147059 -r 1e9d8f056dbd devel/py-flakes/distinfo
--- a/devel/py-flakes/distinfo Mon Mar 15 07:15:45 2021 +0000
+++ b/devel/py-flakes/distinfo Mon Mar 15 07:17:15 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2020/04/10 05:55:30 adam Exp $
+$NetBSD: distinfo,v 1.14 2021/03/15 07:17:15 adam Exp $
-SHA1 (pyflakes-2.2.0.tar.gz) = e514cf251c2c17533132559737adeadde93f54e9
-RMD160 (pyflakes-2.2.0.tar.gz) = 6407c4188cec3290f251c8f8523a647c3612431a
-SHA512 (pyflakes-2.2.0.tar.gz) = 6a411efef261874c216b71bcb095412448a8cbeefdf7fa5577d4f4edd48a4a740a4433665e87e5dda2c08fd9ee3bfb7f134f56c7523e1303243edfa92b0ccb35
-Size (pyflakes-2.2.0.tar.gz) = 65307 bytes
+SHA1 (pyflakes-2.3.0.tar.gz) = 9acf12534732e85472889bb254ab33917496a539
+RMD160 (pyflakes-2.3.0.tar.gz) = 32730b188c937853fdf23c4ff1e1641c89ba58d0
+SHA512 (pyflakes-2.3.0.tar.gz) = e65e534139b7739e742eaa07e8803387f20bba0332247688c864ef8fab74d5851c68e9705cecae158c8d178ddbb08d54aea7ce77910979be1cc3fea57687fce4
+Size (pyflakes-2.3.0.tar.gz) = 68452 bytes
Home |
Main Index |
Thread Index |
Old Index