14
0

Accepting request 928976 from home:pgajdos:python

- version update to 2.4.0
 - Remove unused tracing code (``traceTree``)
 - Add support for ``match`` statement
 - Detect ``typing`` module attributes when imported with ``import ... as ...``
- %check: use %pyunittest rpm macro

OBS-URL: https://build.opensuse.org/request/show/928976
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyflakes?expand=0&rev=55
This commit is contained in:
John Vandenberg
2021-11-03 12:35:45 +00:00
committed by Git OBS Bridge
parent da4ff236f4
commit c89c1fc744
4 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Nov 3 09:33:27 UTC 2021 - pgajdos@suse.com
- version update to 2.4.0
- Remove unused tracing code (``traceTree``)
- Add support for ``match`` statement
- Detect ``typing`` module attributes when imported with ``import ... as ...``
- %check: use %pyunittest rpm macro
-------------------------------------------------------------------
Sun May 9 14:45:39 UTC 2021 - Dirk Müller <dmueller@suse.com>