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

python312-yapf-0.40.2-2.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-yapf Distribution: openSUSE Tumbleweed
Version: 0.40.2 Vendor: openSUSE
Release: 2.2 Build date: Mon Mar 11 06:47:17 2024
Group: Unspecified Build host: reproducible
Size: 1404224 Source RPM: python-yapf-0.40.2-2.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/google/yapf
Summary: A formatter for Python code
YAPF is based off clang-format and reformats it to the closest
formatting that conforms to the style guide, even if the original
code did not violate the style guide.

This is in contrast to other formatters like autopep8 and pep8ify
which are made to only remove lint errors from code, which has some
limitations, like, code that conforms to the PEP 8 guidelines may not
be reformatted.

Provides

Requires

License

Apache-2.0

Changelog

* Mon Mar 11 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Add missing {Build,}Requires on tomli and importlib-metadata.
* Mon Nov 27 2023 Dirk Müller <dmueller@suse.com>
  - update to 0.40.2:
    * The verification module has been removed. NOTE: this changes
      the public APIs by removing the "verify" parameter.
    * Changed FORCE_MULTILINE_DICT to override
      SPLIT_ALL_TOP_LEVEL_COMMA_SEPARATED_VALUES.
    * Adopt pyproject.toml (PEP 517) for build system
    * Do not treat variables named `match` as the match keyword.
    * Fix SPLIT_ARGUMENTS_WHEN_COMMA_TERMINATED for one-item
      argument lists.
    * Fix trailing backslash-newline on Windows when using stdin.
* Thu Sep 07 2023 Dirk Müller <dmueller@suse.com>
  - update to 0.40.1:
    * Corrected bad distribution v0.40.0 package.
    * Support for Python 3.11
    * Add the `--print-modified` flag to print out file names of
      modified files when running in in-place mode.
    * Replace the outdated and no-longer-supported lib2to3 with a
      fork of blib2to3
    * Support for Python versions < 3.7 are no longer supported.
* Thu May 04 2023 Dirk Müller <dmueller@suse.com>
  - update to 0.33.0:
    * Add a new Python parser to generate logical lines.
    * Added support for `# fmt: on` and `# fmt: off` pragmas.
    * Moved 'pytree' parsing tools into its own subdirectory.
    * Add support for Python 3.10.
    * Format generated dicts with respect to same rules as regular
      dicts
    * Generalized the ending comma heuristic to subscripts.
    * Supports "pyproject.toml" by default.
    * Split line before all comparison operators.
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Sat Jun 04 2022 Matej Cepl <mcepl@suse.com>
  - Update to 0.32.0:
    - Look at the 'pyproject.toml' file to see if it contains ignore file information
      for YAPF.
    - New entry point `yapf_api.FormatTree` for formatting lib2to3 concrete
      syntax trees.
    - Change tests to support "pytest".
    - Reformat so that "flake8" is happy.
    - Clean up the FormatToken interface to limit how much it relies upon the
      pytree node object.
    - Rename "unwrapped_line" module to "logical_line."
    - Rename "UnwrappedLine" class to "LogicalLine."
    - Added pyproject extra to install toml package as an optional dependency.
    - Enable `BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF` knob for "pep8" style, so
      method definitions inside a class are surrounded by a single blank line as
      prescribed by PEP8.
    - Fixed the '...' token to be spaced after a colon.
  - Fix update-alternatives use.
* Sat Jul 17 2021 Dirk Müller <dmueller@suse.com>
  - update to 0.31.0:
    - Add 'BLANK_LINES_BETWEEN_TOP_LEVEL_IMPORTS_AND_VARIABLES' to support setting
    a custom number of blank lines between top-level imports and variable
    definitions.
    - Ignore end of line `# copybara:` directives when checking line length.
    - Do not scan exlcuded directories. Prior versions would scan an exluded
    folder then exclude its contents on a file by file basis. Preventing the
    folder being scanned is faster.
* Fri May 29 2020 Marketa Calabkova <mcalabkova@suse.com>
  - update to 0.30.0
    * Added `SPACES_AROUND_LIST_DELIMITERS`, `SPACES_AROUND_DICT_DELIMITERS`,
      and `SPACES_AROUND_TUPLE_DELIMITERS` to add spaces after the opening
      and before the closing delimiters for lists, dicts, and tuples.
    * Adds `FORCE_MULTILINE_DICT` knob to ensure dictionaries always split,
      even when shorter than the max line length.
    * New knob `SPACE_INSIDE_BRACKETS` to add spaces inside brackets, braces, and
      parentheses.
    * New knob `SPACES_AROUND_SUBSCRIPT_COLON` to add spaces around the subscript /
      slice operator.
    * Renamed "chromium" style to "yapf". Chromium will now use PEP-8 directly.
    * `CONTINUATION_ALIGN_STYLE` with `FIXED` or `VALIGN-RIGHT` now works with
      space indentation.
    * Don't over-indent a parameter list when not needed. But make sure it is
      properly indented so that it doesn't collide with the lines afterwards.
    * Don't split between two-word comparison operators: "is not", "not in", etc.
  - Replace nose with pytest
    * not WLOG, some tests get skipped because of capturing stdin
* Tue Feb 04 2020 Marketa Calabkova <mcalabkova@suse.com>
  - update to 0.29.0
    * Add the `--quiet` flag to suppress output. The return code is 1 if there are
      changes, similarly to the `--diff` flag.
    * Catch and report `UnicodeDecodeError` exceptions.
    * Few bugfixes, see CHANGELOG

Files

/etc/alternatives/yapf
/etc/alternatives/yapf-diff
/usr/bin/yapf
/usr/bin/yapf-3.12
/usr/bin/yapf-diff
/usr/bin/yapf-diff-3.12
/usr/lib/python3.12/site-packages/yapf
/usr/lib/python3.12/site-packages/yapf-0.40.2.dist-info
/usr/lib/python3.12/site-packages/yapf-0.40.2.dist-info/AUTHORS
/usr/lib/python3.12/site-packages/yapf-0.40.2.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/yapf-0.40.2.dist-info/LICENSE
/usr/lib/python3.12/site-packages/yapf-0.40.2.dist-info/METADATA
/usr/lib/python3.12/site-packages/yapf-0.40.2.dist-info/RECORD
/usr/lib/python3.12/site-packages/yapf-0.40.2.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/yapf-0.40.2.dist-info/WHEEL
/usr/lib/python3.12/site-packages/yapf-0.40.2.dist-info/entry_points.txt
/usr/lib/python3.12/site-packages/yapf-0.40.2.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/yapf/__init__.py
/usr/lib/python3.12/site-packages/yapf/__main__.py
/usr/lib/python3.12/site-packages/yapf/__pycache__
/usr/lib/python3.12/site-packages/yapf/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/__pycache__/__main__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/__pycache__/__main__.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/pyparser
/usr/lib/python3.12/site-packages/yapf/pyparser/__init__.py
/usr/lib/python3.12/site-packages/yapf/pyparser/__pycache__
/usr/lib/python3.12/site-packages/yapf/pyparser/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/pyparser/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/pyparser/__pycache__/pyparser.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/pyparser/__pycache__/pyparser.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/pyparser/__pycache__/pyparser_utils.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/pyparser/__pycache__/pyparser_utils.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/pyparser/__pycache__/split_penalty_visitor.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/pyparser/__pycache__/split_penalty_visitor.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/pyparser/pyparser.py
/usr/lib/python3.12/site-packages/yapf/pyparser/pyparser_utils.py
/usr/lib/python3.12/site-packages/yapf/pyparser/split_penalty_visitor.py
/usr/lib/python3.12/site-packages/yapf/pytree
/usr/lib/python3.12/site-packages/yapf/pytree/__init__.py
/usr/lib/python3.12/site-packages/yapf/pytree/__pycache__
/usr/lib/python3.12/site-packages/yapf/pytree/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/pytree/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/pytree/__pycache__/blank_line_calculator.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/pytree/__pycache__/blank_line_calculator.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/pytree/__pycache__/comment_splicer.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/pytree/__pycache__/comment_splicer.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/pytree/__pycache__/continuation_splicer.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/pytree/__pycache__/continuation_splicer.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/pytree/__pycache__/pytree_unwrapper.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/pytree/__pycache__/pytree_unwrapper.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/pytree/__pycache__/pytree_utils.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/pytree/__pycache__/pytree_utils.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/pytree/__pycache__/pytree_visitor.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/pytree/__pycache__/pytree_visitor.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/pytree/__pycache__/split_penalty.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/pytree/__pycache__/split_penalty.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/pytree/__pycache__/subtype_assigner.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/pytree/__pycache__/subtype_assigner.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/pytree/blank_line_calculator.py
/usr/lib/python3.12/site-packages/yapf/pytree/comment_splicer.py
/usr/lib/python3.12/site-packages/yapf/pytree/continuation_splicer.py
/usr/lib/python3.12/site-packages/yapf/pytree/pytree_unwrapper.py
/usr/lib/python3.12/site-packages/yapf/pytree/pytree_utils.py
/usr/lib/python3.12/site-packages/yapf/pytree/pytree_visitor.py
/usr/lib/python3.12/site-packages/yapf/pytree/split_penalty.py
/usr/lib/python3.12/site-packages/yapf/pytree/subtype_assigner.py
/usr/lib/python3.12/site-packages/yapf/yapflib
/usr/lib/python3.12/site-packages/yapf/yapflib/__init__.py
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/errors.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/errors.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/file_resources.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/file_resources.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/format_decision_state.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/format_decision_state.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/format_token.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/format_token.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/identify_container.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/identify_container.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/line_joiner.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/line_joiner.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/logical_line.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/logical_line.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/object_state.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/object_state.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/reformatter.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/reformatter.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/split_penalty.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/split_penalty.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/style.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/style.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/subtypes.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/subtypes.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/yapf_api.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/__pycache__/yapf_api.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf/yapflib/errors.py
/usr/lib/python3.12/site-packages/yapf/yapflib/file_resources.py
/usr/lib/python3.12/site-packages/yapf/yapflib/format_decision_state.py
/usr/lib/python3.12/site-packages/yapf/yapflib/format_token.py
/usr/lib/python3.12/site-packages/yapf/yapflib/identify_container.py
/usr/lib/python3.12/site-packages/yapf/yapflib/line_joiner.py
/usr/lib/python3.12/site-packages/yapf/yapflib/logical_line.py
/usr/lib/python3.12/site-packages/yapf/yapflib/object_state.py
/usr/lib/python3.12/site-packages/yapf/yapflib/reformatter.py
/usr/lib/python3.12/site-packages/yapf/yapflib/split_penalty.py
/usr/lib/python3.12/site-packages/yapf/yapflib/style.py
/usr/lib/python3.12/site-packages/yapf/yapflib/subtypes.py
/usr/lib/python3.12/site-packages/yapf/yapflib/yapf_api.py
/usr/lib/python3.12/site-packages/yapf_third_party
/usr/lib/python3.12/site-packages/yapf_third_party/__init__.py
/usr/lib/python3.12/site-packages/yapf_third_party/__pycache__
/usr/lib/python3.12/site-packages/yapf_third_party/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/Grammar.txt
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/LICENSE
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/PatternGrammar.txt
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/__init__.py
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/__pycache__
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/__pycache__/fixer_base.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/__pycache__/fixer_base.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/__pycache__/fixer_util.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/__pycache__/fixer_util.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/__pycache__/patcomp.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/__pycache__/patcomp.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/__pycache__/pygram.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/__pycache__/pygram.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/__pycache__/pytree.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/__pycache__/pytree.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/fixer_base.py
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/fixer_util.py
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/patcomp.py
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/__init__.py
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/__pycache__
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/__pycache__/conv.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/__pycache__/conv.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/__pycache__/driver.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/__pycache__/driver.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/__pycache__/grammar.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/__pycache__/grammar.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/__pycache__/literals.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/__pycache__/literals.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/__pycache__/parse.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/__pycache__/parse.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/__pycache__/pgen.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/__pycache__/pgen.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/__pycache__/token.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/__pycache__/token.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/__pycache__/tokenize.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/__pycache__/tokenize.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/conv.py
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/driver.py
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/grammar.py
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/literals.py
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/parse.py
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/pgen.py
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/token.py
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pgen2/tokenize.py
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pygram.py
/usr/lib/python3.12/site-packages/yapf_third_party/_ylib2to3/pytree.py
/usr/lib/python3.12/site-packages/yapf_third_party/yapf_diff
/usr/lib/python3.12/site-packages/yapf_third_party/yapf_diff/LICENSE
/usr/lib/python3.12/site-packages/yapf_third_party/yapf_diff/__init__.py
/usr/lib/python3.12/site-packages/yapf_third_party/yapf_diff/__pycache__
/usr/lib/python3.12/site-packages/yapf_third_party/yapf_diff/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/yapf_diff/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/yapf_diff/__pycache__/yapf_diff.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/yapf_diff/__pycache__/yapf_diff.cpython-312.pyc
/usr/lib/python3.12/site-packages/yapf_third_party/yapf_diff/yapf_diff.py
/usr/share/doc/packages/python312-yapf
/usr/share/doc/packages/python312-yapf/CHANGELOG.md
/usr/share/doc/packages/python312-yapf/README.md
/usr/share/licenses/python312-yapf
/usr/share/licenses/python312-yapf/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024