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

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