forked from pool/python-pyupgrade
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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:644a283c54df87b8a85aa18bb022aa26ace389dbe3c1f86eee056815c85020b4
|
|
||||||
size 55757
|
|
3
python-pyupgrade-2.23.3.tar.gz
Normal file
3
python-pyupgrade-2.23.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3c5639fb53b75452bf98ab1146d2a62f6c7676873072eea3219ddff05ff72280
|
||||||
|
size 57297
|
@@ -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>
|
Sat Jul 3 20:31:13 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-pyupgrade
|
Name: python-pyupgrade
|
||||||
Version: 2.20.0
|
Version: 2.23.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A tool to automatically upgrade syntax for newer versions
|
Summary: A tool to automatically upgrade syntax for newer versions
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Reference in New Issue
Block a user