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

python3-yapf-0.40.2-4.fc40 RPM for noarch

From Fedora Rawhide for s390x / p

Name: python3-yapf Distribution: Fedora Project
Version: 0.40.2 Vendor: Fedora Project
Release: 4.fc40 Build date: Fri Jan 26 14:22:52 2024
Group: Unspecified Build host: buildvm-a64-05.iad2.fedoraproject.org
Size: 1362608 Source RPM: python-yapf-0.40.2-4.fc40.src.rpm
Packager: Fedora Project
Url: https://github.com/google/yapf
Summary: A formatter for Python code
YAPF Introduction Most of the current formatters for Python e.g., autopep8, and
pep8ify are made to remove lint errors from code. This has some obvious
limitations. For instance, code that conforms to the PEP 8 guidelines may not
be

Provides

Requires

License

ASL 2.0

Changelog

* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.40.2-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.40.2-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Oct 08 2023 Sandro <devel@penguinpee.nl> - 0.40.2-2
  - Add Packit config
* Sun Sep 24 2023 Sandro <devel@penguinpee.nl> - 0.40.2-1
  - Update to 0.40.2 (RHBZ#2188066)
  - Switch to tox for testing
  - Fix tox requirements
* Sun Sep 24 2023 Sandro <devel@penguinpee.nl> - 0.40.1-3
  - Convert tabs to spaces
  - Fix indentation
* Thu Aug 31 2023 Sandro <devel@penguinpee.nl> - 0.40.1-2
  - Add comment regrding forked lib2to3
* Wed Aug 30 2023 Sandro <devel@penguinpee.nl> - 0.40.1-1
  - Update to 0.40.1 (RHBZ#2188066)
  - Use forge macros
  - Patch setup.py to exclude yaptests
  - Fix BRs for %prep and %check
  - Tidy up spec file
  - Make use of Python RPM macros
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.32.0-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.32.0-4
  - Rebuilt for Python 3.12
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.32.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.32.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 27 2022 Luis Bazan <lbazan@fedoraproject.org> - 0.32.0-1
  - New upstream version
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.31.0-5
  - Rebuilt for Python 3.11

Files

/usr/bin/yapf
/usr/bin/yapf-diff
/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/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/python3-yapf
/usr/share/doc/python3-yapf/README-plugins.md
/usr/share/doc/python3-yapf/README.md
/usr/share/licenses/python3-yapf
/usr/share/licenses/python3-yapf/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 02:28:23 2024