Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-pyupgrade-3.21.2-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python313-pyupgrade Distribution: openSUSE Tumbleweed
Version: 3.21.2 Vendor: openSUSE
Release: 1.2 Build date: Thu Jan 8 05:06:59 2026
Group: Unspecified Build host: reproducible
Size: 581542 Source RPM: python-pyupgrade-3.21.2-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/asottile/pyupgrade
Summary: A tool to automatically upgrade syntax for newer versions
A tool to automatically upgrade syntax for newer versions of the Python
programming language.

Provides

Requires

License

MIT

Changelog

* Thu Jan 08 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 06 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 2025 Dirk Müller <dmueller@suse.com>
  - update to 3.19.1:
    * pyupgrade support for 3.13
    * run pyupgrade on itself for removal of 3.13 deprecated
      constructs
* Sat Aug 31 2024 Dirk Müller <dmueller@suse.com>
  - update to 3.17.0:
    * remove python 3.8 support
    * rewrite TypeVar defaults for Generator / AsyncGenerator
    * run pyupgrade on itself
* Mon Jun 24 2024 Dirk Müller <dmueller@suse.com>
  - update to 3.16.0:
    * rewrite pep 646 Unpack to splat in *args
    * CI updates
* Mon Mar 25 2024 Dirk Müller <dmueller@suse.com>
  - update to 3.15.2:
    * only replace to shlex.join if joined with a space
* Thu Mar 21 2024 Dirk Müller <dmueller@suse.com>
  - update to 3.15.1:
    * handle constant folding with comments on multilines better
* Tue Dec 26 2023 Dirk Müller <dmueller@suse.com>
  - update to 3.15.0:
    * Implement defaultdict lambda fixer
    * update import symbols for 3.12 release
    * constant fold isinstance / issubclass / except
    * slight improvement to except fix
    * document TimeoutError rewrites
    * also rewrite os.error -> OSError
    * prevent rewriting unittest module functions with additional
      arguments
    * fix string formatting with named escape adjacent to placeholder
    * regenerate with latest reorder-python-imports
    * slightly cleaner plugin union registering
    * remove python 2 notes about invalid escapes
    * correct minimum requirement
    * fix weird-ws empty set literals
    * automatically rewrite to shlex.join in --py38-plus
    * posonlyargs are always present in 3.8+
    * updates for add-trailing-comma 3.x
    * 3.12 TypeVar bounds are always unquotable
    * support PEP 563 rewrites for 3.12+ TypeVar bounds
* Thu Jun 01 2023 Dirk Müller <dmueller@suse.com>
  - update to 3.4.0:
    * drop python37 support
    * remove use of deprecated ast
* Sat Dec 03 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to version 3.3.0
    * rewrite to datetime.UTC
  - Update to version 3.2.3
    * fix rewrite of u strings to f strings
  - Update to version 3.2.2
    * remove abspath(__file__) rewrite
  - Update to version 3.2.1
    * Fix `Optional["ForwardRef"]` rewriting

Files

/etc/alternatives/pyupgrade
/usr/bin/pyupgrade
/usr/bin/pyupgrade-3.13
/usr/lib/python3.13/site-packages/pyupgrade
/usr/lib/python3.13/site-packages/pyupgrade-3.21.2.dist-info
/usr/lib/python3.13/site-packages/pyupgrade-3.21.2.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/pyupgrade-3.21.2.dist-info/METADATA
/usr/lib/python3.13/site-packages/pyupgrade-3.21.2.dist-info/RECORD
/usr/lib/python3.13/site-packages/pyupgrade-3.21.2.dist-info/REQUESTED
/usr/lib/python3.13/site-packages/pyupgrade-3.21.2.dist-info/WHEEL
/usr/lib/python3.13/site-packages/pyupgrade-3.21.2.dist-info/entry_points.txt
/usr/lib/python3.13/site-packages/pyupgrade-3.21.2.dist-info/licenses
/usr/lib/python3.13/site-packages/pyupgrade-3.21.2.dist-info/licenses/LICENSE
/usr/lib/python3.13/site-packages/pyupgrade-3.21.2.dist-info/top_level.txt
/usr/lib/python3.13/site-packages/pyupgrade/__init__.py
/usr/lib/python3.13/site-packages/pyupgrade/__main__.py
/usr/lib/python3.13/site-packages/pyupgrade/__pycache__
/usr/lib/python3.13/site-packages/pyupgrade/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/__pycache__/__main__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/__pycache__/__main__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/__pycache__/_ast_helpers.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/__pycache__/_ast_helpers.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/__pycache__/_data.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/__pycache__/_data.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/__pycache__/_main.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/__pycache__/_main.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/__pycache__/_string_helpers.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/__pycache__/_string_helpers.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/__pycache__/_token_helpers.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/__pycache__/_token_helpers.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_ast_helpers.py
/usr/lib/python3.13/site-packages/pyupgrade/_data.py
/usr/lib/python3.13/site-packages/pyupgrade/_main.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__init__.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/collections_abc.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/collections_abc.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/constant_fold.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/constant_fold.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/datetime_utc_alias.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/datetime_utc_alias.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/default_encoding.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/default_encoding.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/defaultdict_lambda.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/defaultdict_lambda.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/dict_literals.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/dict_literals.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/exceptions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/exceptions.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/format_locals.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/format_locals.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/fstrings.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/fstrings.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/identity_equality.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/identity_equality.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/imports.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/imports.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/io_open.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/io_open.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/legacy.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/legacy.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/lru_cache.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/lru_cache.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/metaclass_type.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/metaclass_type.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/mock.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/mock.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/native_literals.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/native_literals.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/new_style_classes.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/new_style_classes.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/open_mode.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/open_mode.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/percent_format.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/percent_format.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/set_literals.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/set_literals.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/shlex_join.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/shlex_join.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/six_base_classes.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/six_base_classes.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/six_calls.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/six_calls.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/six_metaclasses.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/six_metaclasses.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/six_remove_decorators.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/six_remove_decorators.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/six_simple.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/six_simple.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/subprocess_run.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/subprocess_run.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/type_of_primitive.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/type_of_primitive.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/typing_classes.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/typing_classes.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/typing_pep563.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/typing_pep563.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/typing_pep585.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/typing_pep585.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/typing_pep604.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/typing_pep604.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/typing_pep646_unpack.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/typing_pep646_unpack.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/typing_pep696_typevar_defaults.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/typing_pep696_typevar_defaults.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/typing_text.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/typing_text.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/unittest_aliases.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/unittest_aliases.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/unpack_list_comprehension.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/unpack_list_comprehension.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/versioned_branches.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/__pycache__/versioned_branches.cpython-313.pyc
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/collections_abc.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/constant_fold.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/datetime_utc_alias.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/default_encoding.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/defaultdict_lambda.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/dict_literals.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/exceptions.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/format_locals.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/fstrings.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/identity_equality.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/imports.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/io_open.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/legacy.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/lru_cache.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/metaclass_type.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/mock.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/native_literals.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/new_style_classes.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/open_mode.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/percent_format.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/set_literals.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/shlex_join.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/six_base_classes.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/six_calls.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/six_metaclasses.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/six_remove_decorators.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/six_simple.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/subprocess_run.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/type_of_primitive.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/typing_classes.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/typing_pep563.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/typing_pep585.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/typing_pep604.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/typing_pep646_unpack.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/typing_pep696_typevar_defaults.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/typing_text.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/unittest_aliases.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/unpack_list_comprehension.py
/usr/lib/python3.13/site-packages/pyupgrade/_plugins/versioned_branches.py
/usr/lib/python3.13/site-packages/pyupgrade/_string_helpers.py
/usr/lib/python3.13/site-packages/pyupgrade/_token_helpers.py
/usr/share/doc/packages/python313-pyupgrade
/usr/share/doc/packages/python313-pyupgrade/README.md
/usr/share/licenses/python313-pyupgrade
/usr/share/licenses/python313-pyupgrade/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Mar 4 22:25:36 2026