From 4aeb0e35223612d81f3c7f65bb73b1fde4252ac1941edfdd57df50204928d8b2 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 31 Aug 2020 06:54:39 +0000 Subject: [PATCH] - Update to 1.5.4: * Fix google#166, Allow space before C++11 attributes * Fix #156: sed/gsed output parameter rejected * Fix #156: sed/gsed output without other stdout information * improvements to regression tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cpplint?expand=0&rev=10 --- cpplint-1.5.2.tar.gz | 3 --- cpplint-1.5.4.tar.gz | 3 +++ python-cpplint.changes | 9 +++++++++ python-cpplint.spec | 3 +-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 cpplint-1.5.2.tar.gz create mode 100644 cpplint-1.5.4.tar.gz diff --git a/cpplint-1.5.2.tar.gz b/cpplint-1.5.2.tar.gz deleted file mode 100644 index dd018f3..0000000 --- a/cpplint-1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26f359627f9c6b5294bf19f67bb618565d7257049367dd0e6707d77fe1d43ce5 -size 358521 diff --git a/cpplint-1.5.4.tar.gz b/cpplint-1.5.4.tar.gz new file mode 100644 index 0000000..e46195f --- /dev/null +++ b/cpplint-1.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d70711f06a7a8bfdc09bd7a19c13e114e009a70c8dc16caad1e5f0d2f3cc71 +size 359495 diff --git a/python-cpplint.changes b/python-cpplint.changes index 507361b..08788ca 100644 --- a/python-cpplint.changes +++ b/python-cpplint.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Aug 31 06:47:40 UTC 2020 - Steve Kowalik + +- Update to 1.5.4: + * Fix google#166, Allow space before C++11 attributes + * Fix #156: sed/gsed output parameter rejected + * Fix #156: sed/gsed output without other stdout information + * improvements to regression tests + ------------------------------------------------------------------- Wed Jul 1 04:34:56 UTC 2020 - Steve Kowalik diff --git a/python-cpplint.spec b/python-cpplint.spec index abb2c0f..aced712 100644 --- a/python-cpplint.spec +++ b/python-cpplint.spec @@ -18,11 +18,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cpplint -Version: 1.5.2 +Version: 1.5.4 Release: 0 Summary: An automated checker to make sure a C++ file follows Google's C++ style guide License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/cpplint/cpplint Source: https://files.pythonhosted.org/packages/source/c/cpplint/cpplint-%{version}.tar.gz BuildRequires: %{python_module pytest}