From d9de9d703a494f8bcbceca46bc88afc844d655597a399b7fd4c893d6d98a7f2e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 15 Mar 2022 17:49:22 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=53 --- python-pyupgrade-2.31.0.tar.gz | 3 --- python-pyupgrade-2.31.1.tar.gz | 3 +++ python-pyupgrade.changes | 16 ++++++++++++++++ python-pyupgrade.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 python-pyupgrade-2.31.0.tar.gz create mode 100644 python-pyupgrade-2.31.1.tar.gz diff --git a/python-pyupgrade-2.31.0.tar.gz b/python-pyupgrade-2.31.0.tar.gz deleted file mode 100644 index 560508f..0000000 --- a/python-pyupgrade-2.31.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4398e2b7b6fee8de8a4ae51e6ce22e3d8ec159df5df14fc7738294961c37a46d -size 59081 diff --git a/python-pyupgrade-2.31.1.tar.gz b/python-pyupgrade-2.31.1.tar.gz new file mode 100644 index 0000000..cbe8684 --- /dev/null +++ b/python-pyupgrade-2.31.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb92e9b0dc3cb0b2975b90e664cdc570833681bdd61b9b61a761619119ddf2a +size 58925 diff --git a/python-pyupgrade.changes b/python-pyupgrade.changes index c8a4214..64aad26 100644 --- a/python-pyupgrade.changes +++ b/python-pyupgrade.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Mar 14 21:41:27 UTC 2022 - Sebastian Wagner + +- - 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 +- update to version 2.31.0: + - rewrite string formatting with **locals() + ------------------------------------------------------------------- Mon Jan 3 11:37:47 UTC 2022 - Sebastian Wagner diff --git a/python-pyupgrade.spec b/python-pyupgrade.spec index e1f224d..eec437f 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.0 +Version: 2.31.1 Release: 0 Summary: A tool to automatically upgrade syntax for newer versions License: MIT