diff --git a/python-pyupgrade-2.20.0.tar.gz b/python-pyupgrade-2.20.0.tar.gz deleted file mode 100644 index 122da93..0000000 --- a/python-pyupgrade-2.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:644a283c54df87b8a85aa18bb022aa26ace389dbe3c1f86eee056815c85020b4 -size 55757 diff --git a/python-pyupgrade-2.23.3.tar.gz b/python-pyupgrade-2.23.3.tar.gz new file mode 100644 index 0000000..590cc48 --- /dev/null +++ b/python-pyupgrade-2.23.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5639fb53b75452bf98ab1146d2a62f6c7676873072eea3219ddff05ff72280 +size 57297 diff --git a/python-pyupgrade.changes b/python-pyupgrade.changes index 0429edc..56aba76 100644 --- a/python-pyupgrade.changes +++ b/python-pyupgrade.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sun Aug 8 19:23:58 UTC 2021 - Sebastian Wagner + +- 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 +- 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 diff --git a/python-pyupgrade.spec b/python-pyupgrade.spec index 2e4e982..39148b4 100644 --- a/python-pyupgrade.spec +++ b/python-pyupgrade.spec @@ -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