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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28861a23e7d5153696300261a722f616618d511ef45b6859475a67ee35b34699
size 62261

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15f072052abe072bf4923ad5b2507b71537d757214fdaa1859c940fccec77acc
size 62408

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jun 1 20:18:41 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.4.0:
* drop python37 support
* remove use of deprecated ast
-------------------------------------------------------------------
Sat Dec 3 00:15:00 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

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