14
0

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:
Sebastian Wagner
2022-10-29 19:25:55 +00:00
committed by Git OBS Bridge
parent f0573c21c8
commit f862a19c61
4 changed files with 25 additions and 4 deletions

View File

@@ -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