From 13dca6aa375ad61f624cbdfc02d0b0413e57238385bda6d1abd6ed4786addf8a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 21 Jul 2021 10:42:44 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=32 --- python-pyupgrade-2.19.4.tar.gz | 3 --- python-pyupgrade-2.20.0.tar.gz | 3 +++ python-pyupgrade.changes | 9 +++++++++ python-pyupgrade.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 python-pyupgrade-2.19.4.tar.gz create mode 100644 python-pyupgrade-2.20.0.tar.gz diff --git a/python-pyupgrade-2.19.4.tar.gz b/python-pyupgrade-2.19.4.tar.gz deleted file mode 100644 index 413ecfe..0000000 --- a/python-pyupgrade-2.19.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:732794135f1fd8ce188e776187ac880cace65c5f1988cdea71aa1610e2a6e866 -size 55229 diff --git a/python-pyupgrade-2.20.0.tar.gz b/python-pyupgrade-2.20.0.tar.gz new file mode 100644 index 0000000..122da93 --- /dev/null +++ b/python-pyupgrade-2.20.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:644a283c54df87b8a85aa18bb022aa26ace389dbe3c1f86eee056815c85020b4 +size 55757 diff --git a/python-pyupgrade.changes b/python-pyupgrade.changes index 84d07d3..0429edc 100644 --- a/python-pyupgrade.changes +++ b/python-pyupgrade.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jul 3 20:31:13 UTC 2021 - Sebastian Wagner + +- Update to version 2.20.0: + - stricter mypy settings + - remove unused type ignore + - fix six.with_metaclass and trailing commas + - rewrite cElementTree to ElementTree + ------------------------------------------------------------------- Sun Jun 20 08:51:13 UTC 2021 - Sebastian Wagner diff --git a/python-pyupgrade.spec b/python-pyupgrade.spec index a3090a9..2e4e982 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.19.4 +Version: 2.20.0 Release: 0 Summary: A tool to automatically upgrade syntax for newer versions License: MIT