14
0

- update to version 2.18.2:

-  don't rewrite list comp to generator expression in short-circuiting functions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=27
This commit is contained in:
Sebastian Wagner
2021-05-24 17:13:25 +00:00
committed by Git OBS Bridge
parent 8b110305c1
commit 42e67b43b5
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 24 17:12:55 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 2.18.2:
- don't rewrite list comp to generator expression in short-circuiting functions
-------------------------------------------------------------------
Fri May 21 16:01:15 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>