14
0

- update to 2.3.1:

- Fix regression in 2.3.0: type annotations no longer redefine imports

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=53
This commit is contained in:
2021-05-09 14:46:00 +00:00
committed by Git OBS Bridge
parent b8a80d80ad
commit da4ff236f4
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun May 9 14:45:39 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.3.1:
- Fix regression in 2.3.0: type annotations no longer redefine imports
-------------------------------------------------------------------
Tue Mar 16 23:13:47 UTC 2021 - John Vandenberg <jayvdb@gmail.com>