14
0
2021-10-26 13:49:29 +00:00
committed by Git OBS Bridge
parent 2d87dd8f9a
commit 4f4a875d94
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b5fd67bb0335d8feb516d52e080e469216fd52cbe1170fdee740ba75cd3a602
size 57711

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6fe0e2bb221843c25441bb9cadb1db885918b2b5f4524ee4783469d285b2bdd3
size 58812

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Sep 26 07:22:08 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- 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 <sebix+novell.com@sebix.at> Fri Sep 24 19:39:14 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

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