From 4f4a875d94fca44e1eed8bf2072f01f5b5264228d66391d370de6e12e8a2892a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 26 Oct 2021 13:49:29 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=44 --- python-pyupgrade-2.27.0.tar.gz | 3 --- python-pyupgrade-2.28.0.tar.gz | 3 +++ python-pyupgrade.changes | 13 +++++++++++++ python-pyupgrade.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 python-pyupgrade-2.27.0.tar.gz create mode 100644 python-pyupgrade-2.28.0.tar.gz diff --git a/python-pyupgrade-2.27.0.tar.gz b/python-pyupgrade-2.27.0.tar.gz deleted file mode 100644 index 762cf93..0000000 --- a/python-pyupgrade-2.27.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b5fd67bb0335d8feb516d52e080e469216fd52cbe1170fdee740ba75cd3a602 -size 57711 diff --git a/python-pyupgrade-2.28.0.tar.gz b/python-pyupgrade-2.28.0.tar.gz new file mode 100644 index 0000000..5f92c52 --- /dev/null +++ b/python-pyupgrade-2.28.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe0e2bb221843c25441bb9cadb1db885918b2b5f4524ee4783469d285b2bdd3 +size 58812 diff --git a/python-pyupgrade.changes b/python-pyupgrade.changes index c96135c..b81b765 100644 --- a/python-pyupgrade.changes +++ b/python-pyupgrade.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Sep 26 07:22:08 UTC 2021 - Sebastian Wagner + +- update to version 2.28.0: + - don't rewrite old super calls for __new__ + - fix super replacement of multiple lines + - Fix bug with calling different superclass method + - Revert "Revert "Merge pull request #317 from asottile/old_super"" + This reverts commit 2719335fa7bdb582b35ac90547a0f763d4225036. + - fix raise_from with multi lines / trailing commas + - fix rewrite causing syntax error when the first arg has newlines + - fix invalid dedent with comment after block + ------------------------------------------------------------------- Fri Sep 24 19:39:14 UTC 2021 - Sebastian Wagner diff --git a/python-pyupgrade.spec b/python-pyupgrade.spec index 35192f8..acee921 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.27.0 +Version: 2.28.0 Release: 0 Summary: A tool to automatically upgrade syntax for newer versions License: MIT