Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-yapf for openSUSE:Factory checked in at 2022-06-06 11:10:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-yapf (Old) and /work/SRC/openSUSE:Factory/.python-yapf.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-yapf" Mon Jun 6 11:10:19 2022 rev:11 rq:980752 version:0.32.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-yapf/python-yapf.changes 2021-07-21 19:05:35.367209063 +0200 +++ /work/SRC/openSUSE:Factory/.python-yapf.new.1548/python-yapf.changes 2022-06-06 11:10:27.703302343 +0200 @@ -1,0 +2,21 @@ +Sat Jun 4 11:45:36 UTC 2022 - Matej Cepl <mc...@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. + +------------------------------------------------------------------- Old: ---- yapf-0.31.0.tar.gz New: ---- yapf-0.32.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-yapf.spec ++++++ --- /var/tmp/diff_new_pack.dBc0nZ/_old 2022-06-06 11:10:28.303303211 +0200 +++ /var/tmp/diff_new_pack.dBc0nZ/_new 2022-06-06 11:10:28.307303217 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-yapf # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-yapf -Version: 0.31.0 +Version: 0.32.0 Release: 0 Summary: A formatter for Python code License: Apache-2.0 @@ -65,7 +65,7 @@ %pytest --capture=no %post -%python_install_alternative yapf +%python_install_alternative yapf yapf-diff %postun %python_uninstall_alternative yapf ++++++ yapf-0.31.0.tar.gz -> yapf-0.32.0.tar.gz ++++++ ++++ 12741 lines of diff (skipped)