forked from pool/python-pyupgrade
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=44
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b5fd67bb0335d8feb516d52e080e469216fd52cbe1170fdee740ba75cd3a602
|
||||
size 57711
|
3
python-pyupgrade-2.28.0.tar.gz
Normal file
3
python-pyupgrade-2.28.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6fe0e2bb221843c25441bb9cadb1db885918b2b5f4524ee4783469d285b2bdd3
|
||||
size 58812
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user