Hello community, here is the log from the commit of package python-yapf for openSUSE:Leap:15.2 checked in at 2020-03-02 13:25:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-yapf (Old) and /work/SRC/openSUSE:Leap:15.2/.python-yapf.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-yapf" Mon Mar 2 13:25:10 2020 rev:15 rq:777301 version:0.29.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-yapf/python-yapf.changes 2020-01-15 15:54:39.219639527 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-yapf.new.26092/python-yapf.changes 2020-03-02 13:25:11.146616486 +0100 @@ -1,0 +2,47 @@ +Tue Feb 4 15:55:15 UTC 2020 - Marketa Calabkova <[email protected]> + +- 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 11:28:10 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 0.28.0: + * Bugfix release, see CHANGELOG + +------------------------------------------------------------------- +Tue Apr 9 11:51:52 UTC 2019 - Marketa Calabkova <[email protected]> + +- update to version 0.27.0 + * mostly bugfix release, see CHANGELOG for details + +------------------------------------------------------------------- +Thu Feb 14 04:13:37 UTC 2019 - John Vandenberg <[email protected]> + +- 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 13:23:45 UTC 2018 - Tomáš Chvátal <[email protected]> + +- Version update to 0.24.0: + * Support for python 3.7 + +------------------------------------------------------------------- +Wed Aug 29 11:37:58 UTC 2018 - [email protected] + +- Version update to 0.23.0: + * Many changes to behaviour based on CHANGELOG + * Add various documents/license to distributed tarball + +------------------------------------------------------------------- Old: ---- yapf-0.19.0.tar.gz New: ---- yapf-0.29.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-yapf.spec ++++++ --- /var/tmp/diff_new_pack.fwhcg7/_old 2020-03-02 13:25:11.482617154 +0100 +++ /var/tmp/diff_new_pack.fwhcg7/_new 2020-03-02 13:25:11.486617162 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-yapf # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,35 +12,29 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test Name: python-yapf -Version: 0.19.0 +Version: 0.29.0 Release: 0 Summary: A formatter for Python code License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/google/yapf +URL: https://github.com/google/yapf Source: https://files.pythonhosted.org/packages/source/y/yapf/yapf-%{version}.tar.gz -BuildRequires: %{python_module devel} +BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -%if %{with test} -BuildRequires: %{python_module nose} -BuildRequires: python-futures -%endif +Requires(post): update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %ifpython2 Recommends: python-futures %endif -Requires(post): update-alternatives -Requires(postun): update-alternatives - %python_subpackages %description @@ -64,11 +58,10 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %python_clone -a %{buildroot}%{_bindir}/yapf +%python_expand rm -r %{buildroot}%{$python_sitelib}/yapftests -%if %{with test} %check -%python_expand nosetests-%{$python_bin_suffix} -%endif +%python_expand nosetests-%{$python_bin_suffix} -v %post %python_install_alternative yapf @@ -77,9 +70,10 @@ %python_uninstall_alternative yapf %files %{python_files} -%defattr(-,root,root,-) -%doc README.rst +%license LICENSE +%doc README.rst CHANGELOG %python_alternative %{_bindir}/yapf -%{python_sitelib}/* +%{python_sitelib}/yapf/ +%{python_sitelib}/yapf-%{version}-py*.egg-info/ %changelog ++++++ yapf-0.19.0.tar.gz -> yapf-0.29.0.tar.gz ++++++ ++++ 12334 lines of diff (skipped)
