15
0

- 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
This commit is contained in:
2020-08-31 06:54:39 +00:00
committed by Git OBS Bridge
parent 1e3b19ca16
commit 4aeb0e3522
4 changed files with 13 additions and 5 deletions

View File

@@ -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}