From 7efdadfcb7f0e32af2a0a22929aed7b3eb038e062beb25136a9a083ab2f3c3c8 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sat, 24 Apr 2021 18:18:47 +0000 Subject: [PATCH] - 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 --- python-pyupgrade-2.11.0.tar.gz | 3 --- python-pyupgrade-2.13.0.tar.gz | 3 +++ python-pyupgrade.changes | 12 ++++++++++++ python-pyupgrade.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 python-pyupgrade-2.11.0.tar.gz create mode 100644 python-pyupgrade-2.13.0.tar.gz diff --git a/python-pyupgrade-2.11.0.tar.gz b/python-pyupgrade-2.11.0.tar.gz deleted file mode 100644 index cbc04c9..0000000 --- a/python-pyupgrade-2.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b9a95ee72908b763c3ba566a46b6a279d01778cae39630a3dfbc1b0cd5f5bd9 -size 50904 diff --git a/python-pyupgrade-2.13.0.tar.gz b/python-pyupgrade-2.13.0.tar.gz new file mode 100644 index 0000000..83e4d70 --- /dev/null +++ b/python-pyupgrade-2.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dedcc6a21abab49b5b02cc50000b97145cff381c69afd70e0320cb6e033e2aa +size 51373 diff --git a/python-pyupgrade.changes b/python-pyupgrade.changes index 796052b..72847ac 100644 --- a/python-pyupgrade.changes +++ b/python-pyupgrade.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Apr 24 18:16:48 UTC 2021 - Sebastian Wagner + +- 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 diff --git a/python-pyupgrade.spec b/python-pyupgrade.spec index c3dc862..bc1d0b1 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.11.0 +Version: 2.13.0 Release: 0 Summary: A tool to automatically upgrade syntax for newer versions License: MIT