From 6af7840f988b969ca48793d37a827c70f6dbbbac0c618723197660250a63d92d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 1 Jun 2023 20:20:09 +0000 Subject: [PATCH] - update to 3.4.0: * drop python37 support * remove use of deprecated ast OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=71 --- python-pyupgrade-3.2.2.tar.gz | 3 --- python-pyupgrade-3.4.0.tar.gz | 3 +++ python-pyupgrade.changes | 7 +++++++ python-pyupgrade.spec | 7 +++---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 python-pyupgrade-3.2.2.tar.gz create mode 100644 python-pyupgrade-3.4.0.tar.gz diff --git a/python-pyupgrade-3.2.2.tar.gz b/python-pyupgrade-3.2.2.tar.gz deleted file mode 100644 index 31aebe4..0000000 --- a/python-pyupgrade-3.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28861a23e7d5153696300261a722f616618d511ef45b6859475a67ee35b34699 -size 62261 diff --git a/python-pyupgrade-3.4.0.tar.gz b/python-pyupgrade-3.4.0.tar.gz new file mode 100644 index 0000000..75dac25 --- /dev/null +++ b/python-pyupgrade-3.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f072052abe072bf4923ad5b2507b71537d757214fdaa1859c940fccec77acc +size 62408 diff --git a/python-pyupgrade.changes b/python-pyupgrade.changes index e539cc5..b833127 100644 --- a/python-pyupgrade.changes +++ b/python-pyupgrade.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jun 1 20:18:41 UTC 2023 - Dirk Müller + +- update to 3.4.0: + * drop python37 support + * remove use of deprecated ast + ------------------------------------------------------------------- Sat Dec 3 00:15:00 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-pyupgrade.spec b/python-pyupgrade.spec index 75419ad..9a9e63b 100644 --- a/python-pyupgrade.spec +++ b/python-pyupgrade.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyupgrade # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-pyupgrade -Version: 3.2.2 +Version: 3.4.0 Release: 0 Summary: A tool to automatically upgrade syntax for newer versions License: MIT