From 43dcb2abe1158e0a73a2e10cdbcb75581a504cf94cadec8ed1cb128a56206d75 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 2 Nov 2021 21:30:26 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=46 --- python-pyupgrade-2.28.0.tar.gz | 3 --- python-pyupgrade-2.29.0.tar.gz | 3 +++ python-pyupgrade.changes | 13 +++++++++++++ python-pyupgrade.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 python-pyupgrade-2.28.0.tar.gz create mode 100644 python-pyupgrade-2.29.0.tar.gz diff --git a/python-pyupgrade-2.28.0.tar.gz b/python-pyupgrade-2.28.0.tar.gz deleted file mode 100644 index 5f92c52..0000000 --- a/python-pyupgrade-2.28.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fe0e2bb221843c25441bb9cadb1db885918b2b5f4524ee4783469d285b2bdd3 -size 58812 diff --git a/python-pyupgrade-2.29.0.tar.gz b/python-pyupgrade-2.29.0.tar.gz new file mode 100644 index 0000000..0073e7e --- /dev/null +++ b/python-pyupgrade-2.29.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d854290f8eb5d6ccbb0ded0bd6e689d98d983dc837a0f437d0e494b37482ab0 +size 58155 diff --git a/python-pyupgrade.changes b/python-pyupgrade.changes index b81b765..8443101 100644 --- a/python-pyupgrade.changes +++ b/python-pyupgrade.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Nov 2 19:39:16 UTC 2021 - Sebastian Wagner + +- update to version 2.29.0: + - Revert "Merge pull request #320 from asottile/new_class_super_v2" + This reverts commit b3f8c7b2e9ccb06c6028d5dd90c8f5490a49e95b, reversing + changes made to 41308214566af7c5589ebc7e8a760522c82dc3bc. + - Revert "Merge pull request #545 from asottile/skip-staticmethod" + This reverts commit 8768d42facdaa1ef771a5a689b11329a54afd00a, reversing + changes made to a2f517f0103c1f74bffbc06be510bcec4cd181ec. +- update to version 2.28.1: + - don't rewrite old-super for staticmethods + ------------------------------------------------------------------- Sun Sep 26 07:22:08 UTC 2021 - Sebastian Wagner diff --git a/python-pyupgrade.spec b/python-pyupgrade.spec index acee921..8445051 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.28.0 +Version: 2.29.0 Release: 0 Summary: A tool to automatically upgrade syntax for newer versions License: MIT