From 92f25dbcb7891e3c6edf77d5b644ffb6eaf2750570f9dc0236efa8ee02a6680b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 15 Dec 2022 21:02:36 +0000 Subject: [PATCH] - update to 3.0.1 (bsc#1206225): OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=63 --- python-pyflakes.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pyflakes.changes b/python-pyflakes.changes index 794067d..6bd08c8 100644 --- a/python-pyflakes.changes +++ b/python-pyflakes.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Thu Dec 15 20:50:51 UTC 2022 - Dirk Müller -- update to 3.0.1: +- update to 3.0.1 (bsc#1206225): * Detect undefined name in variable defined by an annotated assignment * Add a new error for names which are annotated but unused * Remove handling of python 2.x ``# type:`` comments. Use annotations