14
0

- update to 3.15.1:

* handle constant folding with comments on multilines better

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=75
This commit is contained in:
2024-03-21 08:56:24 +00:00
committed by Git OBS Bridge
parent ecb62c350c
commit 7f70b8c9df
4 changed files with 12 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyupgrade
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pyupgrade
Version: 3.15.0
Version: 3.15.1
Release: 0
Summary: A tool to automatically upgrade syntax for newer versions
License: MIT
@@ -36,7 +36,7 @@ BuildRequires: %{python_module tokenize-rt >= 3.2.0}
BuildRequires: fdupes
Requires: python-tokenize-rt >= 3.2.0
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
%python_subpackages