14
0

- update to version 2.19.1

- unpack argument list comprehensions
 - revert string join for potential perf reasons
- update to version 2.19.2
 - replace open modes with string flags
- update to version 2.19.3
 - ignore unrelated calls to .encode(...)
 - fix elif -> else when indented
- update to version 2.19.4
 - fix __metaclass__ = type replacement without extra newline

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=30
This commit is contained in:
Sebastian Wagner
2021-06-20 08:51:30 +00:00
committed by Git OBS Bridge
parent b9715c3c11
commit 9c23ee5809
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Jun 20 08:51:13 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 2.19.1
- unpack argument list comprehensions
- revert string join for potential perf reasons
- update to version 2.19.2
- replace open modes with string flags
- update to version 2.19.3
- ignore unrelated calls to .encode(...)
- fix elif -> else when indented
- update to version 2.19.4
- fix __metaclass__ = type replacement without extra newline
-------------------------------------------------------------------
Tue May 25 07:46:49 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>