14
0

- update to version 2.14.0:

- replace universal_newlines with text if py37+
 - upgrade subprocess.run(universal_newlines=True) to subprocess.run(text=True) in --py37-plus
 - reorder_python_imports: v2.4.0 → v2.5.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=20
This commit is contained in:
Sebastian Wagner
2021-05-02 07:40:11 +00:00
committed by Git OBS Bridge
parent 7efdadfcb7
commit 3859900713
4 changed files with 12 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pyupgrade
Version: 2.13.0
Version: 2.14.0
Release: 0
Summary: A tool to automatically upgrade syntax for newer versions
License: MIT