17
0

4 Commits

Author SHA256 Message Date
f2838a1cc4 Accepting request 1325884 from devel:languages:python
- Update to 3.21.2:
  * fix unstringing multiline string annotations
  * vendor cookie_re from cpython
  * regenerate symbols for --py314-plus
  * Rewrite version_info[0] and version_info.major

OBS-URL: https://build.opensuse.org/request/show/1325884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyupgrade?expand=0&rev=38
2026-01-08 14:28:35 +00:00
26a018031d - Update to 3.21.2:
* fix unstringing multiline string annotations
  * vendor cookie_re from cpython
  * regenerate symbols for --py314-plus
  * Rewrite version_info[0] and version_info.major

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=87
2026-01-08 04:10:09 +00:00
293dbbe45c Accepting request 1299213 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1299213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyupgrade?expand=0&rev=37
2025-08-13 14:31:17 +00:00
9aa5ccbf0e - Update to 3.20.0
* upgrade asottile/workflows
  * pyupgrade fixes for python 3.14

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyupgrade?expand=0&rev=85
2025-08-06 09:51:38 +00:00
4 changed files with 24 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:374040c1f29c47a18ed7abc0cd5455864eba9ab0b6d3119c7d862c087785f8e4
size 66379

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35b0a60b26b2e3a45262331748e757eed5e8ad03a1d7c8b5ef015a0240584fc3
size 67006

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Jan 8 04:06:59 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.21.2:
* fix unstringing multiline string annotations
* vendor cookie_re from cpython
* regenerate symbols for --py314-plus
* Rewrite version_info[0] and version_info.major
-------------------------------------------------------------------
Wed Aug 6 09:28:55 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.20.0
* upgrade asottile/workflows
* pyupgrade fixes for python 3.14
-------------------------------------------------------------------
Mon Apr 28 14:14:57 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyupgrade
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,23 +18,23 @@
%{?sle15_python_module_pythons}
Name: python-pyupgrade
Version: 3.19.1
Version: 3.21.2
Release: 0
Summary: A tool to automatically upgrade syntax for newer versions
License: MIT
Group: Development/Languages/Python
URL: https://github.com/asottile/pyupgrade
Source: https://github.com/asottile/pyupgrade/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module tokenize-rt >= 3.2.0}
BuildRequires: %{python_module tokenize-rt >= 6.1.0}
# /SECTION
BuildRequires: fdupes
Requires: python-tokenize-rt >= 3.2.0
Requires: python-tokenize-rt >= 6.1.0
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch