From 3859900713ea85a195abc2291d70621d40e4de7a6836cd9252d24c5cc9d72c71 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 2 May 2021 07:40:11 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=20version=202.14.0:=20=20-=20re?= =?UTF-8?q?place=20universal=5Fnewlines=20with=20text=20if=20py37+=20=20-?= =?UTF-8?q?=20upgrade=20subprocess.run(universal=5Fnewlines=3DTrue)=20to?= =?UTF-8?q?=20subprocess.run(text=3DTrue)=20in=20--py37-plus=20=20-=20reor?= =?UTF-8?q?der=5Fpython=5Fimports:=20v2.4.0=20=E2=86=92=20v2.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=20 --- python-pyupgrade-2.13.0.tar.gz | 3 --- python-pyupgrade-2.14.0.tar.gz | 3 +++ python-pyupgrade.changes | 8 ++++++++ python-pyupgrade.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 python-pyupgrade-2.13.0.tar.gz create mode 100644 python-pyupgrade-2.14.0.tar.gz diff --git a/python-pyupgrade-2.13.0.tar.gz b/python-pyupgrade-2.13.0.tar.gz deleted file mode 100644 index 83e4d70..0000000 --- a/python-pyupgrade-2.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dedcc6a21abab49b5b02cc50000b97145cff381c69afd70e0320cb6e033e2aa -size 51373 diff --git a/python-pyupgrade-2.14.0.tar.gz b/python-pyupgrade-2.14.0.tar.gz new file mode 100644 index 0000000..9bc5ce4 --- /dev/null +++ b/python-pyupgrade-2.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cdc57815144e997d13d9cf5f6b5316b26fafd80eca891d6581a7e466af8bd3 +size 51921 diff --git a/python-pyupgrade.changes b/python-pyupgrade.changes index 72847ac..07e6f5a 100644 --- a/python-pyupgrade.changes +++ b/python-pyupgrade.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun May 2 07:38:55 UTC 2021 - Sebastian Wagner + +- 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 + ------------------------------------------------------------------- Sat Apr 24 18:16:48 UTC 2021 - Sebastian Wagner diff --git a/python-pyupgrade.spec b/python-pyupgrade.spec index bc1d0b1..c3c6ff6 100644 --- a/python-pyupgrade.spec +++ b/python-pyupgrade.spec @@ -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