From 4b9afff1f118e009c14c1c803ae0093fad6f8eb67a88ed670037cb6f445d7760 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sat, 9 Apr 2022 07:32:01 +0000 Subject: [PATCH] - update to version 2.32.0: - rewrite check_output(...) universal_newlines -> text - convert fstring rewriter to a plugin - move typed class rewrite to a plugin - change is_name_attr to accept multiple modules - reorder pre-commit config Committed via https://github.com/asottile/all-repos - Update default branch to main Committed via https://github.com/asottile/all-repos - remove unneeded gitignore lines - coverage-html: coverage>=6.2 writes a .gitignore file - mypy_cache: mypy>=0.770 writes a .gitignore file - pytest_cache: pytest>=3.8.1 writes a .gitignore file - venv: virtualenv>=20.0.21 writes a .gitignore file Committed via https://github.com/asottile/all-repos - update to version 2.31.1: - dont rewrite universal_newlines if text or **kwargs present - upgrade flake8-typing-imports Committed via https://github.com/asottile/all-repos - drop python3.6 support python 3.6 reached end of life on 2021-12-23 Committed via https://github.com/asottile/all-repos - remove --fail-under from tox (covdefaults handles this) Committed via https://github.com/asottile/all-repos - Use diff syntax in more places in the docs OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=55 --- python-pyupgrade-2.31.1.tar.gz | 3 --- python-pyupgrade-2.32.0.tar.gz | 3 +++ python-pyupgrade.changes | 29 +++++++++++++++++++++++++++++ python-pyupgrade.spec | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) delete mode 100644 python-pyupgrade-2.31.1.tar.gz create mode 100644 python-pyupgrade-2.32.0.tar.gz diff --git a/python-pyupgrade-2.31.1.tar.gz b/python-pyupgrade-2.31.1.tar.gz deleted file mode 100644 index cbe8684..0000000 --- a/python-pyupgrade-2.31.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cb92e9b0dc3cb0b2975b90e664cdc570833681bdd61b9b61a761619119ddf2a -size 58925 diff --git a/python-pyupgrade-2.32.0.tar.gz b/python-pyupgrade-2.32.0.tar.gz new file mode 100644 index 0000000..0d3c45c --- /dev/null +++ b/python-pyupgrade-2.32.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484cbbf26f13c2c1eb08df9134ec24837e8864b5c74981e4854904a15c09574f +size 58309 diff --git a/python-pyupgrade.changes b/python-pyupgrade.changes index 64aad26..c6a4f1b 100644 --- a/python-pyupgrade.changes +++ b/python-pyupgrade.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sat Apr 9 07:31:58 UTC 2022 - Sebastian Wagner + +- - update to version 2.32.0: + - rewrite check_output(...) universal_newlines -> text + - convert fstring rewriter to a plugin + - move typed class rewrite to a plugin + - change is_name_attr to accept multiple modules + - reorder pre-commit config + Committed via https://github.com/asottile/all-repos + - Update default branch to main + Committed via https://github.com/asottile/all-repos + - remove unneeded gitignore lines + - coverage-html: coverage>=6.2 writes a .gitignore file + - mypy_cache: mypy>=0.770 writes a .gitignore file + - pytest_cache: pytest>=3.8.1 writes a .gitignore file + - venv: virtualenv>=20.0.21 writes a .gitignore file + Committed via https://github.com/asottile/all-repos +- update to version 2.31.1: + - dont rewrite universal_newlines if text or **kwargs present + - upgrade flake8-typing-imports + Committed via https://github.com/asottile/all-repos + - drop python3.6 support + python 3.6 reached end of life on 2021-12-23 + Committed via https://github.com/asottile/all-repos + - remove --fail-under from tox (covdefaults handles this) + Committed via https://github.com/asottile/all-repos + - Use diff syntax in more places in the docs + ------------------------------------------------------------------- Mon Mar 14 21:41:27 UTC 2022 - Sebastian Wagner diff --git a/python-pyupgrade.spec b/python-pyupgrade.spec index eec437f..74324b1 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.31.1 +Version: 2.32.0 Release: 0 Summary: A tool to automatically upgrade syntax for newer versions License: MIT