Hello community, here is the log from the commit of package python-cpplint for openSUSE:Factory checked in at 2020-07-01 14:27:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cpplint (Old) and /work/SRC/openSUSE:Factory/.python-cpplint.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cpplint" Wed Jul 1 14:27:01 2020 rev:4 rq:817961 version:1.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cpplint/python-cpplint.changes 2020-05-28 09:19:47.241260253 +0200 +++ /work/SRC/openSUSE:Factory/.python-cpplint.new.3060/python-cpplint.changes 2020-07-01 14:27:02.830833105 +0200 @@ -1,0 +2,21 @@ +Wed Jul 1 04:34:56 UTC 2020 - Steve Kowalik <[email protected]> + +- Add missing BuildRequires on textfixtures. + +------------------------------------------------------------------- +Thu Jun 25 04:44:48 UTC 2020 - Steve Kowalik <[email protected]> + +- Update to 1.5.2: + * Fix #83, output formats "sed" and "gsed" to auto-fix some issues + * Fix #92, new category "build/namespaces_headers" for unnamed namespaces in header file + * Sort list of files before processing + * Fix #144 Falso positive for indent when using QT macros "signals" and "slots" + * Fix #76 Parsing of class decorators that also use digits + * Fix #139 Add message "Relative paths like . and .. are not allowed" + * Revert #43 behavior change for include order from 1.5.0, and hide it behind command-line-flag --includeorder=standardcfirst. It turns out there is no easy objective way to tell c system headers from certain c++ library headers, and Google cpplint intentionally classifies some C++ header includes as C system header for simplicity. + * Libraries considered as C system headers using --includeorder=standardcfirst now also includes linux-specifc headers (glibc-devel, glibc-kernheaders, linux-libc-dev). + * Fix #43 false positives in header include order by checking includes against a list of c headers. Since this interprets certain include lines different than before, output about header include order changes. + * Fix #135: allow 'if constexpr' in readability/braces. + * Fix runtime warning: Close files after reading contents + +------------------------------------------------------------------- Old: ---- cpplint-1.4.5.tar.gz New: ---- cpplint-1.5.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cpplint.spec ++++++ --- /var/tmp/diff_new_pack.KdjIMY/_old 2020-07-01 14:27:03.418834929 +0200 +++ /var/tmp/diff_new_pack.KdjIMY/_new 2020-07-01 14:27:03.422834941 +0200 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cpplint -Version: 1.4.5 +Version: 1.5.2 Release: 0 Summary: An automated checker to make sure a C++ file follows Google's C++ style guide License: BSD-3-Clause @@ -27,6 +27,7 @@ Source: https://files.pythonhosted.org/packages/source/c/cpplint/cpplint-%{version}.tar.gz BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module testfixtures} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives ++++++ cpplint-1.4.5.tar.gz -> cpplint-1.5.2.tar.gz ++++++ ++++ 3876 lines of diff (skipped)
