From 9c23ee580955e0f9d9d4375a386a506f79961ce6fff8ef1f5a0b5a2bc76ee2ec Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 20 Jun 2021 08:51:30 +0000 Subject: [PATCH] - 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 --- python-pyupgrade-2.18.3.tar.gz | 3 --- python-pyupgrade-2.19.4.tar.gz | 3 +++ python-pyupgrade.changes | 14 ++++++++++++++ python-pyupgrade.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 python-pyupgrade-2.18.3.tar.gz create mode 100644 python-pyupgrade-2.19.4.tar.gz diff --git a/python-pyupgrade-2.18.3.tar.gz b/python-pyupgrade-2.18.3.tar.gz deleted file mode 100644 index 4369590..0000000 --- a/python-pyupgrade-2.18.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81f3efba4ff7de37c5751e92fafa690ce0aaef413c9e18ead967b5b9bc23a0d9 -size 54836 diff --git a/python-pyupgrade-2.19.4.tar.gz b/python-pyupgrade-2.19.4.tar.gz new file mode 100644 index 0000000..413ecfe --- /dev/null +++ b/python-pyupgrade-2.19.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732794135f1fd8ce188e776187ac880cace65c5f1988cdea71aa1610e2a6e866 +size 55229 diff --git a/python-pyupgrade.changes b/python-pyupgrade.changes index 63fd70b..84d07d3 100644 --- a/python-pyupgrade.changes +++ b/python-pyupgrade.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Jun 20 08:51:13 UTC 2021 - Sebastian Wagner + +- 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 diff --git a/python-pyupgrade.spec b/python-pyupgrade.spec index 12b59d6..a3090a9 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.18.3 +Version: 2.19.4 Release: 0 Summary: A tool to automatically upgrade syntax for newer versions License: MIT