From 7f70b8c9dfa8c00d9e157ca313024f658edb2eb18b21baf942964755b8f5ca95 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 21 Mar 2024 08:56:24 +0000 Subject: [PATCH] - 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 --- python-pyupgrade-3.15.0.tar.gz | 3 --- python-pyupgrade-3.15.1.tar.gz | 3 +++ python-pyupgrade.changes | 6 ++++++ python-pyupgrade.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 python-pyupgrade-3.15.0.tar.gz create mode 100644 python-pyupgrade-3.15.1.tar.gz diff --git a/python-pyupgrade-3.15.0.tar.gz b/python-pyupgrade-3.15.0.tar.gz deleted file mode 100644 index 9f55e8c..0000000 --- a/python-pyupgrade-3.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dd905590b82e4de68d25ed4b811b0fbf6c04ba48a5b3b7dc7969c6de29773fa -size 65317 diff --git a/python-pyupgrade-3.15.1.tar.gz b/python-pyupgrade-3.15.1.tar.gz new file mode 100644 index 0000000..7034958 --- /dev/null +++ b/python-pyupgrade-3.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3204af6210cbcb78264b36c5dbaa9ca74343fb81263498e0bbe1a42604d06c0a +size 65432 diff --git a/python-pyupgrade.changes b/python-pyupgrade.changes index 1aaaf5f..6914ac7 100644 --- a/python-pyupgrade.changes +++ b/python-pyupgrade.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 21 08:55:48 UTC 2024 - Dirk Müller + +- update to 3.15.1: + * handle constant folding with comments on multilines better + ------------------------------------------------------------------- Tue Dec 26 20:21:43 UTC 2023 - Dirk Müller diff --git a/python-pyupgrade.spec b/python-pyupgrade.spec index 371817c..2e44982 100644 --- a/python-pyupgrade.spec +++ b/python-pyupgrade.spec @@ -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