14
0

Accepting request 911250 from devel:languages:python

- update to version 2.23.3:
 - can't splat async generators
 - cannot unpack async generators
 - add extra test for pep584
- update to version 2.23.2:
 - correctly compute indent for typeddict after dedent
- update to version 2.23.1:
 - fix bug in merge dicts: look for comma backwards
- update to version 2.23.0:
 - rewrite type of primitive
- update to version 2.22.0:
 - rewrite six.moves.range
 - rewrite lru_cache with maxsize=None and typed=False
   Co-authored-by: Max Rozentsveyg <maxr@outlook.com>
- update to version 2.21.2:
 - dont do generator rewrite if list comp contains await
- update to version 2.21.1:
 - fix breakage from async generator
 - Fix etree heading, non-breaking space to space
- update to version 2.21.0:
 - remove redunant encoding even for f-strings
- update to version 2.20.1:
 - dont rewrite fstring if await in py3

OBS-URL: https://build.opensuse.org/request/show/911250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyupgrade?expand=0&rev=14
This commit is contained in:
Richard Brown
2021-08-11 09:47:15 +00:00
committed by Git OBS Bridge
4 changed files with 31 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:644a283c54df87b8a85aa18bb022aa26ace389dbe3c1f86eee056815c85020b4
size 55757

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c5639fb53b75452bf98ab1146d2a62f6c7676873072eea3219ddff05ff72280
size 57297

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sun Aug 8 19:23:58 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 2.23.3:
- can't splat async generators
- cannot unpack async generators
- add extra test for pep584
- update to version 2.23.2:
- correctly compute indent for typeddict after dedent
- update to version 2.23.1:
- fix bug in merge dicts: look for comma backwards
- update to version 2.23.0:
- rewrite type of primitive
- update to version 2.22.0:
- rewrite six.moves.range
- rewrite lru_cache with maxsize=None and typed=False
Co-authored-by: Max Rozentsveyg <maxr@outlook.com>
- update to version 2.21.2:
- dont do generator rewrite if list comp contains await
- update to version 2.21.1:
- fix breakage from async generator
- Fix etree heading, non-breaking space to space
- update to version 2.21.0:
- remove redunant encoding even for f-strings
- update to version 2.20.1:
- dont rewrite fstring if await in py3
-------------------------------------------------------------------
Sat Jul 3 20:31:13 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pyupgrade
Version: 2.20.0
Version: 2.23.3
Release: 0
Summary: A tool to automatically upgrade syntax for newer versions
License: MIT