14
0

- update to version 2.15.0:

- only replace argument token
 - CLN only replace argument token
 - replace stdout=PIPE and stderr=PIPE with capture_output=True

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=22
This commit is contained in:
Sebastian Wagner
2021-05-09 09:56:54 +00:00
committed by Git OBS Bridge
parent 3859900713
commit 1aff9ed1f6
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun May 9 09:50:40 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 2.15.0:
- only replace argument token
- CLN only replace argument token
- replace stdout=PIPE and stderr=PIPE with capture_output=True
-------------------------------------------------------------------
Sun May 2 07:38:55 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>