forked from pool/python-pyupgrade
Accepting request 1032250 from home:yarunachalam:branches:devel:languages:python
- Update to version 3.1.0 - regenerate import symbols - sync import rewrites from latest reorder-python-imports - there is a comment in the code about this causing a SyntaxError but as far as I can tell that is incorrect - Update to version 3.0.0 - Merge pull request #718 from asottile/py3-plus - remove python-2-compatible rewriting mode - Update to version 2.38.4 - Merge pull request #716 from asottile/lt-5 - Update to version 2.38.3 - Merge pull request #715 from asottile/limit-tokenize-rt-before-break - limit tokenize-rt to <4 before breaks - tokenze-rt will remove python2-compat parsing - Merge pull request #711 from asottile/pre-commit-ci-update-config OBS-URL: https://build.opensuse.org/request/show/1032250 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=65
This commit is contained in:
committed by
Git OBS Bridge
parent
f0573c21c8
commit
f862a19c61
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48973f84d10a9f8eed014aef505ebec50317bbdaa378bf4dec97f0ed5569f3e7
|
||||
size 64004
|
3
python-pyupgrade-3.1.0.tar.gz
Normal file
3
python-pyupgrade-3.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b229670d379fa7ba2291379df575c905689271701fe73716c3485f2c87d0b0c
|
||||
size 62086
|
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 21:03:08 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 3.1.0
|
||||
- regenerate import symbols
|
||||
- sync import rewrites from latest reorder-python-imports
|
||||
- there is a comment in the code about this causing a SyntaxError but as far as I can tell that is incorrect
|
||||
|
||||
- Update to version 3.0.0
|
||||
- Merge pull request #718 from asottile/py3-plus
|
||||
- remove python-2-compatible rewriting mode
|
||||
|
||||
- Update to version 2.38.4
|
||||
- Merge pull request #716 from asottile/lt-5
|
||||
|
||||
- Update to version 2.38.3
|
||||
- Merge pull request #715 from asottile/limit-tokenize-rt-before-break
|
||||
- limit tokenize-rt to <4 before breaks
|
||||
- tokenze-rt will remove python2-compat parsing
|
||||
- Merge pull request #711 from asottile/pre-commit-ci-update-config
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 06:05:32 UTC 2022 - 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.38.2
|
||||
Version: 3.1.0
|
||||
Release: 0
|
||||
Summary: A tool to automatically upgrade syntax for newer versions
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user