14
0

- 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
This commit is contained in:
2023-06-01 20:20:09 +00:00
committed by Git OBS Bridge
parent a907fc0677
commit 6af7840f98
4 changed files with 13 additions and 7 deletions

View File

@@ -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