From 1aff9ed1f611e0036912ca44b28e488b4faa7769c86f40c4f20629a0f4a950f9 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 9 May 2021 09:56:54 +0000 Subject: [PATCH] - 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 --- python-pyupgrade-2.14.0.tar.gz | 3 --- python-pyupgrade-2.15.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.14.0.tar.gz create mode 100644 python-pyupgrade-2.15.0.tar.gz diff --git a/python-pyupgrade-2.14.0.tar.gz b/python-pyupgrade-2.14.0.tar.gz deleted file mode 100644 index 9bc5ce4..0000000 --- a/python-pyupgrade-2.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0cdc57815144e997d13d9cf5f6b5316b26fafd80eca891d6581a7e466af8bd3 -size 51921 diff --git a/python-pyupgrade-2.15.0.tar.gz b/python-pyupgrade-2.15.0.tar.gz new file mode 100644 index 0000000..7a10f9d --- /dev/null +++ b/python-pyupgrade-2.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f0eb5f779a0c2fc79a515fdeb014756f67666d846a04b8224b7f5ae7dcf79e +size 52752 diff --git a/python-pyupgrade.changes b/python-pyupgrade.changes index 07e6f5a..e1cd2fe 100644 --- a/python-pyupgrade.changes +++ b/python-pyupgrade.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun May 9 09:50:40 UTC 2021 - Sebastian Wagner + +- 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 diff --git a/python-pyupgrade.spec b/python-pyupgrade.spec index c3c6ff6..521c5f1 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.14.0 +Version: 2.15.0 Release: 0 Summary: A tool to automatically upgrade syntax for newer versions License: MIT