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

python3-yapf-0.31.0-150400.1.6 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: python3-yapf Distribution: SUSE Linux Enterprise 15
Version: 0.31.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150400.1.6 Build date: Sat May 7 23:35:44 2022
Group: Development/Languages/Python Build host: sheep64
Size: 850111 Source RPM: python-yapf-0.31.0-150400.1.6.src.rpm
Packager: https://www.suse.com/
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

* Sat Jul 17 2021 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 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 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
* Mon Jul 22 2019 tchvatal@suse.com
  - Update to 0.28.0:
    * Bugfix release, see CHANGELOG
* Tue Apr 09 2019 mcalabkova@suse.com
  - update to version 0.27.0
    * mostly bugfix release, see CHANGELOG for details
* Thu Feb 14 2019 jayvdb@gmail.com
  - Remove optional dependency from BuildRequires as no tests fail
    or are skipped when it is missing.
  - Remove tests from package
  - Update to v0.26.0
    * Many changes to behaviour; see CHANGELOG for details
  - from v0.25.0
    * Added `INDENT_BLANK_LINES` knob
    * Support additional file exclude patterns in .yapfignore file
    * Correctly determine if a scope is the last in line
* Wed Oct 24 2018 tchvatal@suse.com
  - Version update to 0.24.0:
    * Support for python 3.7
* Wed Aug 29 2018 tchvatal@suse.com
  - Version update to 0.23.0:
    * Many changes to behaviour based on CHANGELOG
    * Add various documents/license to distributed tarball
* Sun Mar 04 2018 jengelh@inai.de
  - Trim description and focus on the package, not the process.
* Fri Oct 20 2017 toddrme2178@gmail.com
  - initial version

Files

/etc/alternatives/yapf
/etc/alternatives/yapf-diff
/usr/bin/yapf
/usr/bin/yapf-3.6
/usr/bin/yapf-diff
/usr/bin/yapf-diff-3.6
/usr/lib/python3.6/site-packages/yapf
/usr/lib/python3.6/site-packages/yapf-0.31.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/yapf-0.31.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/yapf-0.31.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/yapf-0.31.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/yapf-0.31.0-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/yapf-0.31.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/yapf/__init__.py
/usr/lib/python3.6/site-packages/yapf/__main__.py
/usr/lib/python3.6/site-packages/yapf/__pycache__
/usr/lib/python3.6/site-packages/yapf/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/__pycache__/__main__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/__pycache__/__main__.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib
/usr/lib/python3.6/site-packages/yapf/yapflib/__init__.py
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/blank_line_calculator.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/blank_line_calculator.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/comment_splicer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/comment_splicer.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/continuation_splicer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/continuation_splicer.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/errors.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/errors.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/file_resources.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/file_resources.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/format_decision_state.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/format_decision_state.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/format_token.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/format_token.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/identify_container.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/identify_container.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/line_joiner.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/line_joiner.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/object_state.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/object_state.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/py3compat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/py3compat.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/pytree_unwrapper.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/pytree_unwrapper.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/pytree_utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/pytree_utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/pytree_visitor.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/pytree_visitor.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/reformatter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/reformatter.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/split_penalty.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/split_penalty.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/style.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/style.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/subtype_assigner.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/subtype_assigner.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/unwrapped_line.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/unwrapped_line.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/verifier.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/verifier.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/yapf_api.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/__pycache__/yapf_api.cpython-36.pyc
/usr/lib/python3.6/site-packages/yapf/yapflib/blank_line_calculator.py
/usr/lib/python3.6/site-packages/yapf/yapflib/comment_splicer.py
/usr/lib/python3.6/site-packages/yapf/yapflib/continuation_splicer.py
/usr/lib/python3.6/site-packages/yapf/yapflib/errors.py
/usr/lib/python3.6/site-packages/yapf/yapflib/file_resources.py
/usr/lib/python3.6/site-packages/yapf/yapflib/format_decision_state.py
/usr/lib/python3.6/site-packages/yapf/yapflib/format_token.py
/usr/lib/python3.6/site-packages/yapf/yapflib/identify_container.py
/usr/lib/python3.6/site-packages/yapf/yapflib/line_joiner.py
/usr/lib/python3.6/site-packages/yapf/yapflib/object_state.py
/usr/lib/python3.6/site-packages/yapf/yapflib/py3compat.py
/usr/lib/python3.6/site-packages/yapf/yapflib/pytree_unwrapper.py
/usr/lib/python3.6/site-packages/yapf/yapflib/pytree_utils.py
/usr/lib/python3.6/site-packages/yapf/yapflib/pytree_visitor.py
/usr/lib/python3.6/site-packages/yapf/yapflib/reformatter.py
/usr/lib/python3.6/site-packages/yapf/yapflib/split_penalty.py
/usr/lib/python3.6/site-packages/yapf/yapflib/style.py
/usr/lib/python3.6/site-packages/yapf/yapflib/subtype_assigner.py
/usr/lib/python3.6/site-packages/yapf/yapflib/unwrapped_line.py
/usr/lib/python3.6/site-packages/yapf/yapflib/verifier.py
/usr/lib/python3.6/site-packages/yapf/yapflib/yapf_api.py
/usr/share/doc/packages/python3-yapf
/usr/share/doc/packages/python3-yapf/CHANGELOG
/usr/share/doc/packages/python3-yapf/README.rst
/usr/share/licenses/python3-yapf
/usr/share/licenses/python3-yapf/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024