14
0

- Update to version 2.13.0:

- move pep563 rewrite to py311
- Update to version 2.12.0:
 - document annotation unquote
 - use dict comprehension
 - rewrite typeddict even with total= option
 - Update azure-pipelines template repositories
 - _to_fstring: Use original token stream instead of unparsed AST

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=19
This commit is contained in:
Sebastian Wagner
2021-04-24 18:18:47 +00:00
committed by Git OBS Bridge
parent f824f66f87
commit 7efdadfcb7
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Apr 24 18:16:48 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- Update to version 2.13.0:
- move pep563 rewrite to py311
- Update to version 2.12.0:
- document annotation unquote
- use dict comprehension
- rewrite typeddict even with total= option
- Update azure-pipelines template repositories
- _to_fstring: Use original token stream instead of unparsed AST
-------------------------------------------------------------------
Mon Mar 22 21:04:52 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>